-
-
Notifications
You must be signed in to change notification settings - Fork 368
feat: New preferences page design #6526
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
base: develop
Are you sure you want to change the base?
feat: New preferences page design #6526
Conversation
…smooth-app into preferences_v2
…ed styling and navigation functionality
…mprove navigation handling + upgraded sentry_flutter
…into openfoodfacts-develop
…er experience in preferences_v2
…referencesRoot class
… bar for logged in/out states
Hi @PrimaelQuemerais! |
packages/smooth_app/lib/pages/preferences_v2/app_bars/search_bottom_bar.dart
Outdated
Show resolved
Hide resolved
…nhance preferences UI
…ght/dark mode support
child: SmoothTextFormField( | ||
type: TextFieldTypes.PLAIN_TEXT, | ||
controller: TextEditingController(), | ||
hintText: 'Rechercher un paramètre (ex: Nutri-Score)', |
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 extract this string @PrimaelQuemerais ?
}, | ||
), | ||
TogglePreferenceTile( | ||
title: 'Accessibility: show emoji', |
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.
localization @PrimaelQuemerais
}, | ||
), | ||
TogglePreferenceTile( | ||
title: 'Accessibility: remove colors', |
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.
localization @PrimaelQuemerais
What
This PR introduces a new implementation for the preferences page. Some work is still required to complete the transition, but all previously existing pages are accessible through the new design so this PR is already usable.
Screenshot