-
-
Notifications
You must be signed in to change notification settings - Fork 280
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: 4551 - minor cosmetic changes on settings display #4589
feat: 4551 - minor cosmetic changes on settings display #4589
Conversation
Impacted files: * `app_en.arb`: new "join the skill pool" label * `user_preferences_connect.dart`: added dividers; changed the newsletter icon; same email icon everywhere * `user_preferences_contribute.dart`: added "contribute" and a "join the pool" items; minor refactoring * `user_preferences_faq.dart`: changed the "feedback" icon
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4589 +/- ##
===========================================
+ Coverage 10.30% 10.32% +0.02%
===========================================
Files 296 296
Lines 15403 15410 +7
===========================================
+ Hits 1587 1591 +4
- Misses 13816 13819 +3 ☔ View full report in Codecov by Sentry. |
_getListTile( | ||
title: appLocalizations.contact_title_newsletter, | ||
url: 'https://link.openfoodfacts.org/newsletter-en', | ||
leadingIconData: Icons.subscriptions_outlined, | ||
leadingIconData: CupertinoIcons.news_solid, |
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.
Can you also use it for contact_title_press_page ?
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.
Can you also use it for contact_title_press_page ?
Done
"Stacked email" is not a flutter icon :( |
|
Indeed it is.
Just have in the latest push. |
Impacted files
app_en.arb
: new "join the skill pool" labeluser_preferences_connect.dart
: added dividers; changed the newsletter icon; same email icon everywhereuser_preferences_contribute.dart
: added "contribute" and a "join the pool" items; minor refactoringuser_preferences_faq.dart
: changed the "feedback" iconScreenshot
Fixes bug(s)
Part of