-
-
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
feat: #960 - changed the attribute/importance preference display. #1590
feat: #960 - changed the attribute/importance preference display. #1590
Conversation
… display. Impacted files: * `attribute_button.dart`: changed the whole display. * `design_constants.dart`: added a constant for the default icon size. * `product_preferences.dart`: added the downgrading of "very important" to "important". * `pubspec.lock`: wtf
Impacted files: * `attribute_button.dart`: adjustments in order to pass the goldens test. * `design_constants.dart`: added a constant for the minimum target size (according to goldens). * `user_preferences_page-blue-dark.png`: impacted by new display. * `user_preferences_page-blue-light.png`: impacted by new display. * `user_preferences_page-brown-dark.png`: impacted by new display. * `user_preferences_page-brown-light.png`: impacted by new display. * `user_preferences_page-green-dark.png`: impacted by new display. * `user_preferences_page-green-light.png`: impacted by new display.
Codecov Report
@@ Coverage Diff @@
## develop #1590 +/- ##
==========================================
+ Coverage 8.86% 8.99% +0.13%
==========================================
Files 161 161
Lines 6623 6657 +34
==========================================
+ Hits 587 599 +12
- Misses 6036 6058 +22
Continue to review full report at Codecov.
|
@stephanegigandet ping |
@stephanegigandet ping |
@stephanegigandet ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @monsieurtanuki ,
Sorry I missed the notifications.
It looks very good to me, thank you very much!
Thank you @stephanegigandet! |
Impacted files:
attribute_button.dart
: changed the whole display.design_constants.dart
: added a constant for the default icon size.product_preferences.dart
: removed the downgrading of "very important" to "important".pubspec.lock
: wtfWhat
Screenshot
[Edited screenshot after goldens fixes]
Part of