feat: Added onboarding page with complete step flow#477
feat: Added onboarding page with complete step flow#477ssz2605 wants to merge 3 commits intoAOSSIE-Org:mainfrom
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@rahulharpal1603 I have created a draft PR , I don't know why some checks are failing , please review it yesterday only I shared my work with you it's the same. |
| @@ -0,0 +1,102 @@ | |||
| 'use client'; | |||
| import '@/App.css'; | |||
There was a problem hiding this comment.
This is not how we were supposed to do it, there is already this file: https://github.com/AOSSIE-Org/PictoPy/blob/main/frontend/src/pages/InitialSteps/InitialSteps.tsx
And the step number is being controlled by Redux states, as I mentioned in the issue, we have to use Redux states, not the local states, like you have used here.
What I recommend: Understand how the current implementation of the Onboarding is done and how new steps are added without making a lot of changes. After that you can again attempt to solve this issue.
|
@rahulharpal1603 Okay I will follow that and will again try to solve the issue. |
What’s Added
New Files Introduced
OnboardingPage.tsx: Root page for onboarding flowOnboardingSteps/AvatarAndNameStep.tsx: Handles avatar selection and name inputOnboardingSteps/ThemeSelectionStep.tsx: Allows users to pick light/dark themepublic/avatars/*.png: 8 new avatar images addedui/label.tsxandui/radio-group.tsx: Custom UI components for stylingFeatures
Checklist
closes #473