improve theme colors and text styles#115
Merged
amaury901130 merged 2 commits intomainfrom Nov 19, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a basic onboarding flow to the application, along with theme and text style improvements. The implementation adds a 4-page onboarding experience with page indicators, navigation buttons, and localized content. The changes also update the initial application route to show the onboarding flow before authentication.
Key Changes
- Added a new
OnboardingPagewith 4 pages featuring icons, titles, and descriptions - Updated navigation flow to show onboarding as the initial screen before authentication
- Simplified login form password validation to only check for empty fields (appropriate for login vs signup)
- Added comprehensive localization support for onboarding content in English and Spanish
Reviewed Changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| modules/domain/devtools_options.yaml | Added DevTools configuration file (incorrectly placed in domain module) |
| app/lib/presentation/ui/pages/onboarding/onboarding_page.dart | New onboarding page with page controller, indicators, and navigation |
| app/lib/presentation/ui/pages/auth/login/login_form.dart | Simplified password validation for login form |
| app/lib/presentation/resources/locale/intl_es.arb | Added Spanish translations for onboarding content |
| app/lib/presentation/resources/locale/intl_en.arb | Added English translations for onboarding content |
| app/lib/presentation/resources/locale/generated/l10n.dart | Generated localization code for new onboarding strings |
| app/lib/presentation/resources/locale/generated/intl/messages_es.dart | Generated Spanish message lookups |
| app/lib/presentation/resources/locale/generated/intl/messages_en.dart | Generated English message lookups |
| app/lib/presentation/navigation/routers.dart | Added onboarding route and updated initial navigation flow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tarruk
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Screen.Recording.2025-11-19.at.11.56.32.AM.mov