Skip to content

Commit

Permalink
feat: add navigation setup and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzoud committed Oct 6, 2024
1 parent fa014c0 commit 82c866d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ object Route {
const val SKY_TRACKER = "SkyTracker"
const val QUIZ = "Quiz"
const val PROFILE = "Profile"
const val MENU = "Menu"
const val COLLECTION = "Collection"
}

object Screen {
Expand All @@ -23,6 +25,8 @@ object Screen {
const val SKY_TRACKER = "Sky Tracker Screen"
const val QUIZ = "Quiz Screen"
const val PROFILE = "Profile Screen"
const val MENU = "Menu Screen"
const val COLLECTION = "Collection Screen"
}

data class TopLevelDestination(val route: String, val icon: ImageVector, val textId: String)
Expand Down

0 comments on commit 82c866d

Please sign in to comment.