[5.2] Page Routing with NavHost #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a developer, I want proper routing via
NavHost/NavController.Acceptance Criteria
App.ktintroducesNavHostwith routes:"character_sheet","settings"androidx.navigation.compose(already a dependency)navController.navigate(route)(replaces TODO no-ops)Notes
Affects
App.kt. Currently drawer items have TODO placeholders. Navigation compose should already be available via existing dependencies.