mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 07:43:37 +02:00
feat(matrix): add PillNavigation and theming integration
- Add PillNavigation component from @manacore/shared-ui - Create theme store with purple color scheme - Add i18n support (DE/EN) with svelte-i18n - Integrate theme switching, language selector, app switcher - Add glassmorphic utility classes to app.css - Update layouts to match other apps' navigation pattern Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1e5175e522
commit
cc130ccb24
10 changed files with 349 additions and 78 deletions
|
|
@ -35,10 +35,12 @@
|
|||
"buffer": "^6.0.3",
|
||||
"events": "^3.3.0",
|
||||
"@manacore/shared-auth": "workspace:*",
|
||||
"@manacore/shared-theme": "workspace:*",
|
||||
"@manacore/shared-tailwind": "workspace:*",
|
||||
"@manacore/shared-branding": "workspace:*",
|
||||
"@manacore/shared-i18n": "workspace:*",
|
||||
"@manacore/shared-icons": "workspace:*",
|
||||
"@manacore/shared-tailwind": "workspace:*",
|
||||
"@manacore/shared-theme": "workspace:*",
|
||||
"@manacore/shared-ui": "workspace:*",
|
||||
"date-fns": "^4.1.0",
|
||||
"svelte-i18n": "^4.0.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue