managarten/packages/shared-ui/src/navigation
Till JS 15ab24bda8 feat(feedback): heart-half als globales Feedback-Icon + inline-Form in der Workbench
Drei Probleme adressiert:

1. **Icon-Vereinheitlichung**: alle Feedback-Affordances tragen jetzt
   das phosphor `heart-half`-Icon (statt vorher Lightbulb/Mix). Geändert
   in PillNav-Usermenü, ModuleShell-Header (FeedbackHook), Phosphor-Icon-
   Map. Eine Stelle, ein Icon — Wiedererkennung steigt.

2. **Inline statt Modal in Workbench-Cards**: AppPage.svelte rendert
   das Feedback-Formular jetzt im selben Slot wie die Hilfe-Seite —
   Klick auf das Heart-Half-Icon togglet den Inline-Panel statt einen
   Modal-Backdrop über die ganze Workbench zu legen. Hilfe und Feedback
   sind mutually-exclusive (eines geht zu, sobald das andere aufgeht).

3. **Form-Body extrahiert**: FeedbackForm.svelte enthält jetzt das
   Formular ohne jegliches Chrome. FeedbackQuickModal nutzt es im Modal-
   Mode (Standalone-Routen, PillNav), AppPage im Inline-Mode. Eine
   Quelle, beide Surfaces bleiben in sync.

ModuleShell schluckt zusätzlich `onFeedback`/`feedbackOpen`-Props: wenn
gesetzt, ruft die FeedbackHook-Komponente onClick statt das eigene Modal
zu öffnen — der Host (AppPage) übernimmt das Rendering.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 15:36:52 +02:00
..
expandable-toolbar feat(pill-nav): collapse user pills into account dropdown + solid pill backgrounds 2026-04-11 17:40:19 +02:00
AppDrawer.svelte style(shared-ui): drop hover-lift transforms from pills and chips 2026-04-15 15:32:18 +02:00
appNavigationStore.svelte.ts feat(shared-ui, manacore/web): cross-app navigation enhancement (3 phases) 2026-04-01 11:59:36 +02:00
GlobalSpotlight.svelte refactor(shared-ui): extract search-core for highlight + debounce 2026-04-15 01:06:37 +02:00
index.ts refactor(shared-ui): migrate PillNav nav items to shared Pill component 2026-04-15 01:25:18 +02:00
ManaLogoIcon.svelte refactor(shared-ui): migrate PillNav nav items to shared Pill component 2026-04-15 01:25:18 +02:00
Navbar.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
NavLink.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
phosphor-icon-map.ts feat(feedback): heart-half als globales Feedback-Icon + inline-Form in der Workbench 2026-04-28 15:36:52 +02:00
Pill.svelte style(shared-ui): drop hover-lift transforms from pills and chips 2026-04-15 15:32:18 +02:00
PillDropdown.svelte feat(pill-nav): collapse user pills into account dropdown + solid pill backgrounds 2026-04-11 17:40:19 +02:00
PillDropdownBar.svelte feat(shared-ui): unify bottom-stack bars with shared Pill component 2026-04-15 00:58:46 +02:00
PillNavigation.svelte feat(feedback): heart-half als globales Feedback-Icon + inline-Form in der Workbench 2026-04-28 15:36:52 +02:00
PillTabGroup.svelte feat(pill-nav): collapse user pills into account dropdown + solid pill backgrounds 2026-04-11 17:40:19 +02:00
PillTagSelector.svelte style(shared-ui): drop hover-lift transforms from pills and chips 2026-04-15 15:32:18 +02:00
PillTimeRangeSelector.svelte style(shared-ui): drop hover-lift transforms from pills and chips 2026-04-15 15:32:18 +02:00
PillToolbar.svelte feat(pill-nav): collapse user pills into account dropdown + solid pill backgrounds 2026-04-11 17:40:19 +02:00
PillToolbarButton.svelte fix(ui): replace hardcoded colors with theme variables 2025-12-13 14:40:16 +01:00
PillToolbarDivider.svelte feat(shared-ui): add QuickInputBar and PillToolbar components 2025-12-12 02:17:17 +01:00
PillViewSwitcher.svelte feat(pill-nav): collapse user pills into account dropdown + solid pill backgrounds 2026-04-11 17:40:19 +02:00
Sidebar.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
SidebarSection.svelte feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
TagStrip.svelte style(shared-ui): remove TagStrip edge fade gradients 2026-04-15 15:32:28 +02:00
types.ts feat(spaces): move Space-Switcher into the PillNav start slot 2026-04-20 20:54:41 +02:00
useGlobalSpotlight.svelte.ts feat(shared-ui, manacore/web): cross-app navigation enhancement (3 phases) 2026-04-01 11:59:36 +02:00
UserMenuPanel.svelte feat(feedback): heart-half als globales Feedback-Icon + inline-Form in der Workbench 2026-04-28 15:36:52 +02:00