-
-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 3897 - no language selector for gallery, only for swipeable page (
#3924) * feat: 3897 - no language selector for gallery, only for swipeable page Main changes: * `app_en.arb`: added 2 translations ("no image" / "no image for that language") * `app_fr.arb`: added 2 translations ("no image" / "no image for that language") * `nutrition_page_loaded.dart`: removed an implicit `language` parameter * `product_cards_helper.dart`: refactoring * `product_image_gallery_view.dart`: removed the language selector * `product_image_swipeable_view.dart`: removed the language parameter; now we always start with the app language * `product_image_viewer.dart`: now always displays the (non) image for the specified language, with additional labels; added explicit `language` parameters * `transient_file.dart`: new method `getImageLanguages` Added explicit `language` parameters for: * `add_new_product_page.dart`: added an explicit `language` parameter * `background_task_crop.dart`: added an explicit `language` parameter * `background_task_image.dart`: added an explicit `language` parameter * `background_task_unselect.dart`: added an explicit `language` parameter * `edit_ingredients_page.dart`: added an explicit `language` parameter * `edit_new_packagings.dart`: added an explicit `language` parameter * `image_crop_page.dart`: added an explicit `language` parameter * `image_upload_card.dart`: added an explicit `language` parameter * `new_crop_page.dart`: added an explicit `language` parameter * `product_image_local_button.dart`: added an explicit `language` parameter * `product_image_server_button.dart`: added an explicit `language` parameter * `uploaded_image_gallery.dart`: added an explicit `language` parameter * feat: 3897 - slightly related refactoring around ImageFieldSmoothieExtension * feat: 3897 - minor fix for TEST env
- Loading branch information
1 parent
558034f
commit a8366fd
Showing
21 changed files
with
203 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.