-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a compare button on Product History page #878
Labels
Comments
42 tasks
teolemon
changed the title
Add a compare button on Product History page, when this button is pressed the user can select all products they want to compare. Open a comparison page that should reuse most of the components from Product History page.
Add a compare button on Product History page
Jan 7, 2022
6 tasks
@teolemon There's already a "personalized ranking" button at the bottom of the page. Not sure how relevant it would be to add buttons to the top, UX-wise: |
The products are supposed to slide right, leaving space for the selection boxes. |
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 28, 2022
Impacted files: * `personalized_ranking_page.dart`: added a `fromItems` constructor for more flexibility * `product_list_item_simple.dart`: added optional `onTap` parameter in order to override the default behavior when checking/unchecking * `product_list_page.dart`: added a "multiselect" mode * `product_query_page.dart`: refactored * `scan_page_helper.dart`: refactored * `smooth_it_model.dart`: for flexibility, now using `List<Product>` instead of `ProductList` * `smooth_product_card_found.dart`: added optional `onTap` parameter in order to override the default behavior when checking/unchecking
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 28, 2022
Impacted files: * `product_list_page.dart`: added header with buttons; removed FABs * `ranking_floating_action_button.dart`: added a comment about getting rid of this class because of possible confusion
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 28, 2022
Impacted files: * `product_list_page.dart`: added header with buttons; removed FABs
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 28, 2022
Impacted file: * `product_list_page.dart`: closer to the mocks
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 29, 2022
Impacted file: * `product_query.dart`: unrelated removal of a harmless duplicate
monsieurtanuki
added a commit
to monsieurtanuki/smooth-app
that referenced
this issue
Jan 31, 2022
Impacted files: * `app_en.arb`: added a "compare mode" label * `app_fr.arb`: added a "compare mode" label * `product_list_item_simple.dart`: added a `onLongPress` parameter * `product_list_page.dart`: added longPress-to-selection-mode feature; fixed the cancel button position; localized
monsieurtanuki
added a commit
that referenced
this issue
Jan 31, 2022
Impacted files: * `app_en.arb`: added a "compare mode" label * `app_fr.arb`: added a "compare mode" label * `personalized_ranking_page.dart`: added a `fromItems` constructor for more flexibility * `product_list_item_simple.dart`: added optional `onTap` parameter in order to override the default behavior when checking/unchecking, and an optional `onLongPress` parameter in order to trigger selection mode * `product_list_page.dart`: added a "multiselect" mode and a header with buttons; removed FABs; added longPress-to-selection-mode feature * `product_query.dart`: unrelated removal of a harmless duplicate * `product_query_page.dart`: refactored * `ranking_floating_action_button.dart`: added a comment about getting rid of this class because of possible confusion * `scan_page_helper.dart`: refactored * `smooth_it_model.dart`: for flexibility, now using `List<Product>` instead of `ProductList` * `smooth_product_card_found.dart`: added optional `onTap` parameter in order to override the default behavior when checking/unchecking
Repository owner
moved this from Todo
to Done
in 🤳🥫 The Open Food Facts mobile app (Android & iOS)
Jan 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Mocks
The text was updated successfully, but these errors were encountered: