* Added neutral action and updated app review dialog
* Changed the button labels and removed the top button with two buttons below design
* Refactored the injecting small space logic to be correct
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
---------
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
Impacted files:
* `paged_to_be_completed_product_query.dart`: renamed `State` as `ProductState`
* `paged_user_product_query.dart`: created local `UserSearchType` instead of deprecated off-dart `UserProductSearchType`; used `ProductSearchQueryConfiguration` instead of deprecated `UserProductSearchQueryConfiguration`
* `product_query.dart`: now that we use fully v3, we don't need the temporary field list for user-related queries with v2
* `pubspec.lock`: wtf
* `pubspec.yaml`: upgrade to off-dart 2.0.0
* `user_preferences_account.dart`: now using new local class `UserSearchType`
* and reduced all off-dart imports to a single `import 'package:openfoodfacts/openfoodfacts.dart';`
* Revert "Revert "feat: Smooth Dialog with an axis for buttons (#2587)" (#2608)"
This reverts commit 6b52473394b921126d71be3291902ad27aa03e62.
* Many fixes
* Small doc + Title & Cross in separated widgets
* Increase a little bit the line height to improve readability
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
* take images from camera as well + translations
* overflow fix on alert dialog buttons
* hide dialog for selection where already more
* translation and alignment
* formatted the code
* Removed comment
* Update pubspec.lock
* Missing import
Co-authored-by: Marvin Möltgen <39344769+M123-dev@users.noreply.github.com>
Impacted files:
* `basic_test.dart`: refactored
* `country_selector.dart`: refactored with a single `Column`
* `nutrition_page_loaded.dart`: refactored with a single `Column`
* `Podfile.lock`: wtf
* `product_list_user_dialog_helper.dart`: refactored with a single `Column`
* `product_refresh.dart`: replaced neutral with negative button
* `smooth_alert_dialog.dart`: removed the `advanced` constructor and the `neutral` button; simplified the display and made it work for `Column` bodies.
* feat: Update to new color scheme
* Update goldens
* Update packages/smooth_app/lib/themes/smooth_theme.dart
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
* Updated to new smaller color scheme
* Updated Goldens
* Some minor fixes
* Update pubspec.lock
* Update goldens
* Next fixes
* fix login page
* More fixes
* Even more fixes
* latest fixes with pierre
Co-authored-by: monsieurtanuki <fabrice_fontaine@hotmail.com>
Deleted file:
* `product_list_dialog_helper.dart`
Impacted files:
* `basic_test.dart`: refactored
* `loading_dialog.dart`: refactored
* `product_dialog_helper.dart`: refactored
* `smooth_alert_dialog.dart`: now constructors for simple and advanced effects
* `user_contribution_view.dart`: now explicitly using the "advanced" dialog
* `user_preferences_profile.dart`: refactored
* `user_preferences_settings.dart`: now explicitly using the "advanced" dialog