feat: Add to sonarr dialog, reworked requests

This commit is contained in:
Aleksi Lassila
2024-05-20 00:27:55 +03:00
parent a95d91f90c
commit 2d652ae9ba
34 changed files with 1113 additions and 497 deletions

View File

@@ -12,7 +12,7 @@
}
:global(.row-wrapper-selected > ._table-cell) {
@apply bg-secondary-800;
@apply bg-primary-900;
}
:global(.row-wrapper > ._table-cell:first-child) {

View File

@@ -5,7 +5,7 @@
<Container
direction="horizontal"
on:enter
class="*:sticky *:top-0 *:bg-secondary-900 row-wrapper contents"
class="*:sticky *:top-0 *:bg-primary-800 row-wrapper contents"
>
<!-- <div class="absolute -inset-y-2 -inset-x-8 -z-10 bg-secondary-900" />-->
<slot />

View File

@@ -15,9 +15,9 @@
on:clickOrSelect
focusOnClick
class={classNames(
'flex items-center rounded-full py-1 px-3 -mx-3 cursor-pointer select-none font-semibold float-left',
'flex items-center rounded-full py-1 cursor-pointer select-none font-semibold float-left',
{
'bg-primary-500 text-secondary-800': $hasFocus
'bg-primary-500 text-secondary-800 px-3': $hasFocus
}
)}
>