mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(builds): repair inventar settings import and add skilltree storage service
- inventar-web: fix mangled icon import in settings page - skilltree-web: create missing lib/services/storage.ts for export/import - startup.sh: add umami/synapse DB creation + synapse user setup with C locale Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e5ca208cd8
commit
7bc4db7e63
3 changed files with 43 additions and 2 deletions
|
|
@ -3,7 +3,8 @@
|
|||
import { authStore } from '$lib/stores/auth.svelte';
|
||||
import { userSettings } from '$lib/stores/user-settings.svelte';
|
||||
import { APP_VERSION } from '$lib/version';
|
||||
import { Info, SignOut, Tag, User, import { Envelope } from '@manacore/shared-icons';
|
||||
import { Envelope, Info, SignOut, Tag, User } from '@manacore/shared-icons';
|
||||
import {
|
||||
SettingsPage,
|
||||
SettingsSection,
|
||||
SettingsCard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue