feat(planner): restyle sidebar on tokens (waypoints, notes, days)

Migrate the whole sidebar surface onto the design system:

- SidebarTabs: token tab bar, sage active indicator.
- WaypointSidebar: token surfaces/text; sage number badges; overnight
  marker uses the Badge (stop tone) primitive; route summary + stats
  footer in Geist Mono; destructive delete signalled via bg-nogo.
- NotesPanel + DayBreakdown headers/rows on tokens.
- i18n the previously-hardcoded empty-state string (en + de).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-07-16 00:39:12 +02:00
parent 2bc6afcf4f
commit b09d810301
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
6 changed files with 49 additions and 46 deletions

View file

@ -91,6 +91,7 @@ export default {
waypoint: {
notePlaceholder: "Notiz hinzufügen…",
noteCounter: "{{count}} / {{max}}",
emptyState: "Klicke auf die Karte, um Wegpunkte hinzuzufügen",
},
nearbyPoi: {
heading: "In der Nähe",

View file

@ -91,6 +91,7 @@ export default {
waypoint: {
notePlaceholder: "Add a note...",
noteCounter: "{{count}} / {{max}}",
emptyState: "Click on the map to add waypoints",
},
nearbyPoi: {
heading: "Nearby",