-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement MainActivity with navigation setup #22
Conversation
…sed top-level destinations
I’m holding off on merging this PR until other pending PRs are merged into main, as they contain changes that affect shared classes. Once those are merged, I’ll pull the latest main changes into this branch, resolve any conflicts, and push the updated branch before finalizing this merge. |
…pdate-main-activity
…stinations and pop-up behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks well implemented
Quality Gate failedFailed conditions |
This pull request introduces the setup for MainActivity to manage navigation across the app. It establishes a NavHost and defines the navigation flow for core screens, allowing for a structured, streamlined user experience.
Main changes:
Closes Issue:
Closes #20