diff --git a/src/lib/client/ui/badge/Badge.svelte b/src/lib/client/ui/badge/Badge.svelte index 36d0634..8eca1e1 100644 --- a/src/lib/client/ui/badge/Badge.svelte +++ b/src/lib/client/ui/badge/Badge.svelte @@ -1,7 +1,7 @@ Tweaks - {data.database.name} - Profilarr -
- -
-
-

Tweaks

-

- Optional modifications curated by databases. Enable tweaks to adjust quality profile behaviour. -

-
- +
+
+

+ No tweaks available for this database. +

- - - {#if mockTweaks.length > 0} - - - {#if column.key === 'name'} - {row.name} - {:else if column.key === 'description'} - {row.description} - {/if} - - - - toggleTweak(row.id)} - /> - - - -
-
- - SQL -
-
{row.sql}
-
-
-
- {:else} -
-

- No tweaks available for this database. -

-
- {/if}