make client deselectable for projects, fixes #333

This commit is contained in:
Gregor Vostrak
2025-05-14 15:27:28 +02:00
parent 62b5730fa8
commit a69fb9c551
4 changed files with 102 additions and 125 deletions

View File

@@ -28,8 +28,10 @@ const activeClass = computed(() => {
activeClass
)
">
<component :is="icon" class="-ml-0.5 h-4 w-4 text-text-quaternary"></component>
<span> {{ title }} </span>
<component
:is="icon"
class="-ml-0.5 h-4 w-4 text-text-quaternary"></component>
<span class="text-nowrap"> {{ title }} </span>
<div
v-if="count"
class="bg-accent-300/20 w-5 h-5 font-medium rounded flex items-center transition justify-center">