Skip to content

FEAT: implemented app start and onboarding screens #31

Open
ara2105 wants to merge 6 commits intoStabilityNexus:devfrom
ara2105:dev
Open

FEAT: implemented app start and onboarding screens #31
ara2105 wants to merge 6 commits intoStabilityNexus:devfrom
ara2105:dev

Conversation

@ara2105
Copy link

@ara2105 ara2105 commented Mar 7, 2026

Addressed Issues:

Since this feature was implemented from scratch, I created the issue and opened this PR to track the implementation.

Fixes #30

Screenshots/Recordings:

App.start.and.onb.screens.recording.mp4

Additional Notes:

Started working directly from the fork since no issue was assigned.

How to Test

  1. Clone the repository
  2. Install dependencies
  3. Run the project locally
  4. Launch the app
  5. On first launch, the onboarding screens should appear
  6. Navigate through the onboarding screens using Next/Skip
  7. After completion, the user should be redirected to the main screen

Expected Behavior

  • App start screen loads when the app launches
  • Onboarding appears only on the first launch
  • Users can skip or complete onboarding

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • If applicable, I have made corresponding changes or additions to the documentation
  • If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.

AI Usage Disclosure

Check one of the checkboxes below:

  • This PR does not contain AI-generated code at all.
  • This PR contains AI-generated code. I have read the AI Usage Policy and this PR complies with this policy. I have tested the code locally and I am responsible for it.

I have used the following AI models and tools: Gemini 3.1 Pro

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.

ara2105 added 5 commits March 4, 2026 17:57
- Refactored project into MVC architecture (controllers, views, models, services)

- Styled Onboarding page with perfect circular flat-trimmed ClipPath baseline

- Applied exact SF Pro font weights (600 Semibold, 400 Regular)

- Implemented new high-resolution onboard png assets matching specs perfectly
- Refactored project into MVC architecture (controllers, views, models, services)

- Styled Onboarding page with perfect circular flat-trimmed ClipPath baseline

- Applied exact SF Pro font weights (600 Semibold, 400 Regular)

- Implemented new high-resolution onboard png assets matching specs perfectly
@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 50eb1892-100b-41ca-a109-747701404ec6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@M4dhav M4dhav linked an issue Mar 7, 2026 that may be closed by this pull request
2 tasks
@ara2105 ara2105 changed the title FEAT: implement app start and onboarding screens FEAT: implemented app start and onboarding screens Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Implementation of App Start and Onboarding screens

1 participant