feat: page routing with NavHost and NavController (Closes #20) #51

Merged
shahondin1624 merged 1 commits from feature/issue-20-page-routing-navhost into main 2026-03-13 13:19:06 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
39105ebfbf feat: page routing with NavHost and NavController (Closes #20)
Introduce NavHost with routes "character_sheet" and "settings".
Navigation items in drawer, rail, and permanent drawer now call
navController.navigate() with popUpTo/launchSingleTop for proper back
navigation. Current page is highlighted in all navigation modes.
Added AppRoutes constants and SettingsPage placeholder composable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 13:18:48 +01:00