mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 03:01:24 +02:00
feat(theme): add themes page to picture, manadeck, and presi apps
- Add dedicated /themes page with ThemePage component to all three apps - Add theme variant dropdown with "Alle Themes" link in navigation - Add keyboard shortcut 'T' for quick access to themes page - Export PillNavElement type from shared-ui package 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
54383bf7c2
commit
8a4cc298f6
7 changed files with 150 additions and 6 deletions
|
|
@ -44,5 +44,6 @@ export type {
|
|||
KeyboardShortcut,
|
||||
PillNavItem,
|
||||
PillDropdownItem,
|
||||
PillNavElement,
|
||||
PillNavigationProps,
|
||||
} from './navigation';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue