refactor: run formatter

This commit is contained in:
Elias Schneider
2026-06-16 09:47:57 +02:00
parent 89b4abb8b5
commit 2726ddd0c2
4 changed files with 12 additions and 4 deletions

View File

@@ -47,7 +47,9 @@
>
</div>
{#if !expandAddApiKey}
<Button class="w-full md:w-auto" onclick={() => (expandAddApiKey = true)}>{m.add_api_key()}</Button>
<Button class="w-full md:w-auto" onclick={() => (expandAddApiKey = true)}
>{m.add_api_key()}</Button
>
{:else}
<Button class="h-8 p-3" variant="ghost" onclick={() => (expandAddApiKey = false)}>
<LucideMinus class="size-5" />

View File

@@ -62,7 +62,9 @@
>
</div>
{#if !expandAddClient}
<Button class="w-full md:w-auto" onclick={() => (expandAddClient = true)}>{m.add_oidc_client()}</Button>
<Button class="w-full md:w-auto" onclick={() => (expandAddClient = true)}
>{m.add_oidc_client()}</Button
>
{:else}
<Button class="h-8 p-3" variant="ghost" onclick={() => (expandAddClient = false)}>
<LucideMinus class="size-5" />

View File

@@ -49,7 +49,9 @@
>
</div>
{#if !expandAddUserGroup}
<Button class="w-full md:w-auto" onclick={() => (expandAddUserGroup = true)}>{m.add_group()}</Button>
<Button class="w-full md:w-auto" onclick={() => (expandAddUserGroup = true)}
>{m.add_group()}</Button
>
{:else}
<Button class="h-8 p-3" variant="ghost" onclick={() => (expandAddUserGroup = false)}>
<LucideMinus class="size-5" />

View File

@@ -82,7 +82,9 @@
</DropdownButton.Content>
</DropdownButton.DropdownRoot>
{:else}
<Button class="w-full md:w-auto" onclick={() => (expandAddUser = true)}>{m.add_user()}</Button>
<Button class="w-full md:w-auto" onclick={() => (expandAddUser = true)}
>{m.add_user()}</Button
>
{/if}
{:else}
<Button class="h-8 p-3" variant="ghost" onclick={() => (expandAddUser = false)}>