refactor: pretty much the whole backend module hierarchy

This commit is contained in:
Aleksi Lassila
2025-02-11 02:40:41 +02:00
parent 6969525464
commit fa27f19975
96 changed files with 1786 additions and 2033 deletions

View File

@@ -15,7 +15,7 @@
</script>
<Dialog>
<h1 class="header1 mb-2">Users</h1>
<h1 class="h4 mb-2">Users</h1>
<div class="space-y-4">
{#each users as user}
<SelectItem

View File

@@ -51,7 +51,7 @@
}
</script>
<h1 class="header2 mb-2">Connect a TMDB Account</h1>
<h1 class="h3 mb-2">Connect a TMDB Account</h1>
<div class="body mb-8">
To connect your TMDB account, log in via the link below and then click "Complete Connection".
</div>