mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-18 15:26:17 +02:00
76f3a59d83
Push history on user-initiated navigation so 'Back' moves between views instead of leaving the app. - urlHash: add pushUrlHash/pushSettingsHash (pushState variants) - useConversationRouter: pushState on nav; popstate resolves hash to conversation without re-pushing; switch over if-chain - useAppShell: pushState on settings open; popstate syncs visibility; close via history.back() when we own the entry - Tests: popstate coverage in appStartupHash + useAppShell