Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

openfoodfacts/open-prices-frontend

raphodn created a review on a pull request on openfoodfacts/open-prices-frontend

View on GitHub

raphodn created a review comment on a pull request on openfoodfacts/open-prices-frontend
the backend field name is `image_thumb_path` so I'd rather have the same order for the prop for clarity :) ```suggestion showImageThumb: { ```

View on GitHub

raphodn created a review comment on a pull request on openfoodfacts/open-prices-frontend
I think to simplify i'd rather have the rule only set here (and not have the 2nd param in getProofUrl) - avoids using the prop in the template - avoid confusion between the prop name and the meth...

View on GitHub

raphodn created a review on a pull request on openfoodfacts/open-prices-frontend
2 comments, but good to go afterwards :pray:

View on GitHub

raphodn created a review on a pull request on openfoodfacts/open-prices-frontend
2 comments, but good to go afterwards :pray:

View on GitHub

openfoodfacts-bot opened a pull request on openfoodfacts/open-prices-frontend
chore(master): release 1.88.0
robot: I have created a release *beep* *boop* --- ## [1.88.0](https://github.com/openfoodfacts/open-prices-frontend/compare/v1.87.1...v1.88.0) (2024-10-15) ### Features * **SignIn:** parse and...
openfoodfacts-bot pushed 1 commit to release-please--branches--master openfoodfacts/open-prices-frontend
  • chore(master): release 1.88.0 deb7b02

View on GitHub

openfoodfacts-bot created a branch on openfoodfacts/open-prices-frontend

release-please--branches--master - A vue.js front-end for Open Prices

raphodn closed an issue on openfoodfacts/open-prices-frontend
Users should not be able to login with their email (username only)
### What We should not allow users to login with their email. We currently only manage the username. - show an error message if an email is used ### Linked issues #571
raphodn pushed 1 commit to master openfoodfacts/open-prices-frontend
  • feat(SignIn): parse and use username from access_token on signin, allows usage of emails to login (#956) Co-authored... e4ca52d

View on GitHub

raphodn closed a pull request on openfoodfacts/open-prices-frontend
feat(SignIn): parse and use username from access_token on signin, allows usage of emails to login
### What I've noticed that my acces_token always takes the following shape: `<username>__U<uuid>`, even when I use an email as login. If this is true, maybe parsing this access token, extractin...
raphodn created a review on a pull request on openfoodfacts/open-prices-frontend
awesome ! edit : I pushed a refactoring : https://github.com/openfoodfacts/open-prices-frontend/pull/956/commits/c170d2d82b7d03f63442aabeb02ddc8934fca05d

View on GitHub

raphodn pushed 1 commit to ttalex/username-from-access-token openfoodfacts/open-prices-frontend

View on GitHub

raphodn created a review on a pull request on openfoodfacts/open-prices-frontend
awesome !

View on GitHub

openfoodfacts-bot pushed 1 commit to l10n_master openfoodfacts/open-prices-frontend
  • New translations en.json (Finnish) [ci skip] d70300e

View on GitHub

TTalex created a comment on an issue on openfoodfacts/open-prices-frontend
I've noticed that my acces_token always takes the following shape: `<username>__U<uuid>`, even when I use an email as login. If this is true, maybe a better solution would be to parse this access ...

View on GitHub

TTalex opened a pull request on openfoodfacts/open-prices-frontend
feat(SignIn): parse and use username from access_token on signin, allows usage of emails to login
### What I've noticed that my acces_token always takes the following shape: `<username>__U<uuid>`, even when I use an email as login. If this is true, maybe parsing this access token, extracting t...
TTalex created a branch on openfoodfacts/open-prices-frontend

ttalex/username-from-access-token - A vue.js front-end for Open Prices

TTalex created a comment on an issue on openfoodfacts/open-prices-frontend
I would argue for another approach: the only place we want proofs to be thumbnails is on the UserDashboardProofList page, where many proofs might be loaded. Everywhere else, details are important,...

View on GitHub

TTalex opened a pull request on openfoodfacts/open-prices-frontend
feat(ProofCard): Only show proof thumb image in User Dashboard Proof List
### What - Only show proof thumb image in User Dashboard Proof List - All other pages should display the original proof image, as to not offuscate important details ### Fixes bug(s) - Fixes #952
TTalex created a branch on openfoodfacts/open-prices-frontend

ttalex/proof-thumbs-restrictions - A vue.js front-end for Open Prices