feat: WIP sidebar filter select

This commit is contained in:
Zack Spear
2024-10-08 10:22:59 -07:00
committed by Pujit Mehrotra
parent 57802c2ea0
commit 6a57924fbf
17 changed files with 337 additions and 41 deletions

View File

@@ -23,7 +23,6 @@ const showExternalIconOnHover = computed(() => props.item?.external && props.ite
:is="item?.click ? 'button' : 'a'"
:disabled="item?.disabled"
:href="item?.href ?? null"
:title="item?.title ? t(item?.title) : null"
:target="item?.external ? '_blank' : null"
:rel="item?.external ? 'noopener noreferrer' : null"
class="text-left text-14px w-full flex flex-row items-center justify-between gap-x-8px px-8px py-8px cursor-pointer"