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:
Till JS 2026-03-31 16:56:37 +02:00
parent e5ca208cd8
commit 7bc4db7e63
3 changed files with 43 additions and 2 deletions

View file

@ -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,