open-prices-frontend
open-prices-frontend copied to clipboard
A vue.js front-end for Open Prices
### Problem It's not apparent how you change the currency in the current edit container design. Also, using a button to open a new box requires more clicks. ### Proposed...
### What When entering a barcode into the search box and holding down the return key or clicking the search button multiple times fast, give you a lot of duplicate...
### What - "good first issue": https://github.com/openfoodfacts/open-prices-frontend/labels/%F0%9F%8F%84%E2%80%8D%E2%99%80%EF%B8%8F%20good%20first%20issue - top issues: #242 ### Elsewhere - [Project to track all repositories](https://github.com/orgs/openfoodfacts/projects/105) - Backend repo : https://github.com/openfoodfacts/open-prices/issues/39 - https://github.com/openfoodfacts/openfoodfacts-server/labels/%F0%9F%92%B8%20%20Prices - [Wiki](https://wiki.openfoodfacts.org/Project:Open-Prices) - [Weekly...
### What - [ ] Add a web link to the Open Food Facts product page in the edit form so that the native mobile app can capture the deep...
### Story It's currently not easy to find a specific product or brand. We could add a search box, by name / code / category name / brand / ......
### What Added column limits for lg, md and sm screens on the principal sites home, sign in, search, user dashboard, user list, prices, products and locations Changed the card...
### What Script to automatically : - filter the taxonomy labels to keep only "organic" (the only one used currently) - generate the language specific fields ### Output ``` Total...
From #65 > The user menu has a logout icon if you're not logged in I think Pierre got mislead by the sign in icon which is very close to...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.2. Changelog Sourced from vite's changelog. 4.5.2 (2024-01-19) fix: fs deny for case insensitive systems (#15653) (eeec23b), closes #15653 4.5.1 (2023-12-04) fix: backport #15223, proxy...
### What Thanks to https://github.com/openfoodfacts/open-prices/pull/108 we can now retrieve product info by code. This change will simplify and clarify urls : - before `/locations/1` - after `/locations/node/652825274` Also improve display...