Archive app-navigation and planner-multiplayer-awareness, sync specs

Both changes fully implemented. Sync delta specs to main:
- map-display: add Planner home page nav and cursor rendering requirements
- planner-session: add session participant awareness requirement

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-03-26 00:41:51 +01:00
parent 589cb4ab15
commit 538a69e1c5
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
13 changed files with 49 additions and 0 deletions

View file

@ -1,33 +0,0 @@
## Why
Both apps have pages that are only reachable by typing URLs. The Journal has no
navigation bar — logged-in users can't find their routes or activities without
knowing the URLs. The Planner home page is a dead end with no way to create a
session. This makes the apps unusable for anyone who doesn't know the URL
structure.
## What Changes
- **Journal**: Add a navigation bar (home, routes, activities, profile, logout)
that appears when logged in. Unauthenticated users see login/register links.
- **Planner**: Add a "New Session" CTA on the home page. Add a minimal header
in session view with a link back to home.
- Both apps get consistent, minimal navigation that makes all features
discoverable.
## Capabilities
### New Capabilities
(None — this adds UI chrome to existing features, no new behavioral capabilities.)
### Modified Capabilities
- `map-display`: Planner home page gains a CTA and session header gains a home link
## Impact
- **Files**: Journal `root.tsx` (nav bar), Planner `home.tsx` (CTA),
Planner `SessionView.tsx` (home link), new `NavBar` component
- **Dependencies**: None
- **i18n**: New translation keys for navigation labels