mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-26 11:16:45 +08:00
Impacted files: * `app_en.arb`: removed 2 labels not used anymore * `nutrition_container.dart`: added "no nutrition data" * `nutrition_page_loaded.dart`: refactored the "save" action as in `SimpleInputPage`; added "no nutrition data"; just trying - remove the status bar recoloring; added a save/cancel bottom bar; fixed a bug in `_isEdited` * `product_query.dart`: added field "no nutrition data"
This commit is contained in:
@ -99,6 +99,7 @@ abstract class ProductQuery {
|
||||
ProductField.SERVING_SIZE,
|
||||
ProductField.STORES,
|
||||
ProductField.PACKAGING_QUANTITY,
|
||||
ProductField.NO_NUTRITION_DATA,
|
||||
ProductField.NUTRIMENTS,
|
||||
ProductField.NUTRIENT_LEVELS,
|
||||
ProductField.NUTRIMENT_ENERGY_UNIT,
|
||||
|
Reference in New Issue
Block a user