mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-06 18:25:11 +08:00

* fix: 6784 - readyForPriceTagValidation true only for priceTag and bulk Impacted files: * `background_task_add_price.dart`: added field and parameter `bool bulkProofUpload`; set `readyForPriceTagValidation` as "priceTag and bulk" * `price_bulk_proof_card.dart`: added warning about AI and image validation * `price_model.dart`: added field `bool bulkProofUpload` * `proof_bulk_add_page.dart`: added parameter `bulkProofUpload: true` * Replaced parameter bulkProofUpload with readyForPriceTagValidation Impacted files: * `background_task_add_price.dart`: replaced parameter bulkProofUpload with readyForPriceTagValidation * `price_bulk_proof_card.dart`: added a switch to change the value of readyForPriceTagValidation * `price_model.dart`: readyForPriceTagValidation with getter and setter * `proof_bulk_add_page.dart`: start with the default user value for readyForPriceTagValidation * `user_preferences.dart`: storing the default user value for readyForPriceTagValidation * minor fix * Localization