Skip to content

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

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from

Conversation

PrimaelQuemerais
Copy link
Member

@PrimaelQuemerais PrimaelQuemerais commented Apr 6, 2025

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.

  • Implement new design system
    • New app bars
    • New cards and tiles
  • Search feature
  • Transition pages to new design
    • Root page
    • App settings page
    • Profile page
    • Prices page
    • Contribute page
    • Connect page
    • FAQ page
  • App bar logic
    • Logged out app bar
    • Logged in app bar
  • Implement icons from the mockup

Screenshot

Simulator Screenshot - iPhone 16 Plus - 2025-04-06 at 19 41 10
Simulator Screenshot - iPhone 16 Plus - 2025-04-06 at 19 41 24

@monsieurtanuki
Copy link
Contributor

Hi @PrimaelQuemerais!
Before an actual review, please fix those warnings:
image

@github-actions github-actions bot added 📚 Documentation Improvements or additions to documentation GitHub labels Apr 26, 2025
@PrimaelQuemerais PrimaelQuemerais requested a review from g123k April 28, 2025 09:17
child: SmoothTextFormField(
type: TextFieldTypes.PLAIN_TEXT,
controller: TextEditingController(),
hintText: 'Rechercher un paramètre (ex: Nutri-Score)',
Copy link
Member

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',
Copy link
Member

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',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

localization @PrimaelQuemerais

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 📚 Documentation Improvements or additions to documentation GitHub 🍎 iOS iOS specific issues or PRs 🌐 l10n 🖥️ MacOS router
Projects
Status: 💬 To discuss and validate
Development

Successfully merging this pull request may close these issues.

New UI for "Profile"
4 participants