-
-
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
fix: #2729 - product query page - simplified top messages and buttons #2736
fix: #2729 - product query page - simplified top messages and buttons #2736
Conversation
…s and buttons Impacted files: * `product_query_page.dart`: now displaying actions as app bar icon buttons (and large buttons for empty results); replaced the banner with a simple card; refactored * `product_query_page_helper.dart`: minor refactoring
Codecov Report
@@ Coverage Diff @@
## develop #2736 +/- ##
==========================================
- Coverage 8.86% 7.28% -1.58%
==========================================
Files 161 218 +57
Lines 6623 10569 +3946
==========================================
+ Hits 587 770 +183
- Misses 6036 9799 +3763
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Instead of printing "Showing result from the entire world" I would say in the message regarding the number of products: "20012 products found in France" or something similar and "129332 products found in the entire world". Not blocking though, just something that would make it more clear imo. |
I'm not against the idea, but:
In short, I hoped that my PR could quickly be merged and a new release quickly... released (ideally this week-end), so that the display bug has no impact on our users. @teolemon Woud a fix release this week-end be realistic? |
|
|
Impacted files: * `app_en.arb`: resized "world" labels - one shorter, one longer * `app_fr.arb`: resized "world" labels - one shorter, one longer * `product_query_page.dart`: no more display of "everything downloaded" final text; no more "refresh" large button; displays country name in the result summary
@VaiTon @teolemon New pushed version.
|
Impacted files:
product_query_page.dart
: now displaying actions as app bar icon buttons (and large buttons for empty results); replaced the banner with a simple card; refactoredproduct_query_page_helper.dart
: minor refactoringWhat
MaterialBanner
, but there was a bug and it sometimes reappeared after being dismissedMaterialBanner
altogether: no bug anymore of course ;)AppBar
buttons regarding actions ("world", "refresh"), and with a simple card regarding messages ("988 products")Screenshot
Fixes bug(s)