feat: top app bar title updates based on current route (Closes #22) #52

Merged
shahondin1624 merged 1 commits from feature/issue-22-top-bar-context-awareness into main 2026-03-13 13:20:11 +01:00

Summary

  • TopAppBar title now reflects current NavController destination
  • Character sheet page shows the character name
  • Settings page shows "Settings"
  • Fallback shows "Shadowrun Character Sheet"

Closes #22

## Summary - TopAppBar title now reflects current NavController destination - Character sheet page shows the character name - Settings page shows "Settings" - Fallback shows "Shadowrun Character Sheet" Closes #22
shahondin1624 added 1 commit 2026-03-13 13:20:06 +01:00
TopAppBar title now reflects the current NavController destination:
character sheet shows the character name, settings shows "Settings",
fallback shows the app name. Uses currentRoute() helper already
available from NavHost integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit 86e6be8146 into main 2026-03-13 13:20:11 +01:00
shahondin1624 deleted branch feature/issue-22-top-bar-context-awareness 2026-03-13 13:20:11 +01:00
Sign in to join this conversation.