implement multi-step onboarding flow UI#218
Merged
A6dulmalik merged 17 commits intoMindBlockLabs:mainfrom Jan 28, 2026
Merged
Conversation
Contributor
Author
|
@A6dulmalik I'm ready for a review |
Contributor
Author
|
@phertyameen Can u please review this. Thanks |
A6dulmalik
approved these changes
Jan 28, 2026
Contributor
Author
|
@AbdulSnk I'll really appreciate compliment points too💪🏽😅 |
Contributor
Author
|
Also please close the actual issue, i think i used the wrong issue tag @A6dulmalik Issue to close is #209 I can't recieve any point if the actual issue isnt closed |
Member
|
I just noticed that. |
Contributor
Author
Please compliment🙏🏾 |
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
Implements the complete onboarding flow matching Figma designs with 3 main steps:
Features:
Step 1: Challenge level selection (Beginner → Expert)
Step 2: Challenge types selection (Coding, Logic, Blockchain)
Step 3: Referral source + Age range selection
Loading screen: Animated progress bar with bouncing puzzle icon
UI/UX:
Inline puzzle icon + title card layout
3D button styling with blue borders and shadows
White progress bar track with blue fill
Consistent gap-6 spacing between cards
Responsive design with dark theme (#020817)
Technical:
OnboardingContext for cross-step state management
Modular page components under /app/onboarding/
Custom SVG icons for levels and challenge types
Closes #209
Image Refrences