mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 00:05:13 +02:00
refactor: pretty much the whole backend module hierarchy
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user