feat(settings): ability to add more download dirs

This commit is contained in:
DecDuck
2024-11-24 21:04:56 +11:00
parent b065e101e6
commit 384f7a5be9
13 changed files with 291 additions and 80 deletions

View File

@ -13,8 +13,8 @@
:href="item.route"
:class="[
itemIdx === currentPageIndex
? 'bg-zinc-800/50 text-blue-600'
: 'text-zinc-400 hover:bg-zinc-800/30 hover:text-blue-600',
? 'bg-zinc-800/50 text-zinc-100'
: 'text-zinc-400 hover:bg-zinc-800/30 hover:text-zinc-200',
'transition group flex gap-x-3 rounded-md p-2 pr-12 text-sm font-semibold leading-6',
]"
>
@ -22,8 +22,8 @@
:is="item.icon"
:class="[
itemIdx === currentPageIndex
? 'text-blue-600'
: 'text-zinc-400 group-hover:text-blue-600',
? 'text-zinc-100'
: 'text-zinc-400 group-hover:text-zinc-200',
'transition h-6 w-6 shrink-0',
]"
aria-hidden="true"