feat: implement 4 onboarding screens from Figma designs#3
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
feat: implement 4 onboarding screens from Figma designs#3devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
- Add splash screen with SmartBank logo and auto-navigation - Add onboarding-1 screen with account overview and transactions - Add onboarding-2 screen with spending chart and savings goals - Add onboarding-3 screen with multi-currency account support - Add PageIndicator component for onboarding flow navigation - Add OnboardingLayout component for consistent screen structure - Add FeatureShowcase component for displaying account/savings/multicurrency data - Update welcome screen to navigate to splash screen instead of sign-up Co-Authored-By: Arthur Poon <arthur.poon@windsurf.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
feat: implement 4 onboarding screens from Figma designs
Summary
This PR implements a complete onboarding flow with 4 new screens based on the provided Figma designs:
Key changes:
PageIndicator,OnboardingLayout,FeatureShowcasesrc/app/(unauthenticated)/Review & Testing Checklist for Human
/welcome→ click "Get Started" → verify splash screen → auto-navigation to onboarding-1 → manual navigation through onboarding-2 → onboarding-3primary-500,primary-600), spacing, typography, and component layoutsFeatureShowcase.tsxto ensure it aligns with actual app data models and business logicRecommended test plan: Start fresh browser session, navigate to
/welcome, click "Get Started", and follow the complete onboarding flow while checking visual fidelity against Figma designs.Diagram
%%{ init : { "theme" : "default" }}%% graph TD Welcome["src/app/(unauthenticated)/<br/>welcome.tsx"]:::minor-edit Splash["src/app/(unauthenticated)/<br/>splash.tsx"]:::major-edit Onboarding1["src/app/(unauthenticated)/<br/>onboarding-1.tsx"]:::major-edit Onboarding2["src/app/(unauthenticated)/<br/>onboarding-2.tsx"]:::major-edit Onboarding3["src/app/(unauthenticated)/<br/>onboarding-3.tsx"]:::major-edit OnboardingLayout["src/components/<br/>OnboardingLayout.tsx"]:::major-edit PageIndicator["src/components/<br/>PageIndicator.tsx"]:::major-edit FeatureShowcase["src/components/<br/>FeatureShowcase.tsx"]:::major-edit Welcome -->|"Get Started button"| Splash Splash -->|"Auto-navigation (2s)"| Onboarding1 Onboarding1 -->|"Next button"| Onboarding2 Onboarding2 -->|"Next button"| Onboarding3 Onboarding1 --> OnboardingLayout Onboarding2 --> OnboardingLayout Onboarding3 --> OnboardingLayout OnboardingLayout --> PageIndicator OnboardingLayout --> FeatureShowcase subgraph Legend L1[Major Edit]:::major-edit L2[Minor Edit]:::minor-edit L3[Context/No Edit]:::context end classDef major-edit fill:#90EE90 classDef minor-edit fill:#87CEEB classDef context fill:#FFFFFFNotes
Session info: Requested by Arthur Poon (@akkp-windsurf)
Link to Devin run: https://app.devin.ai/sessions/09456c4b14b44dbbbc11e8273f8923fe