feat: Data management

This commit is contained in:
2026-04-27 03:29:41 +02:00
parent 1b91eacb5b
commit 3858beb28e
13 changed files with 845 additions and 1 deletions

View File

@@ -144,6 +144,9 @@
@case ('updates') {
Updates
}
@case ('data') {
Data
}
@case ('debugging') {
Debugging
}
@@ -273,6 +276,15 @@
@case ('updates') {
<app-updates-settings />
}
@case ('data') {
@defer {
<app-data-settings />
} @loading {
<section class="rounded-lg border border-border bg-card/60 p-5">
<p class="text-sm text-muted-foreground">Loading data settings...</p>
</section>
}
}
@case ('debugging') {
<app-debugging-settings />
}