Added categories list

This commit is contained in:
Alexis
2024-04-08 19:17:32 +02:00
parent e4587e9304
commit cffdc7653d
8 changed files with 118 additions and 40 deletions

View File

@@ -165,7 +165,7 @@ whenever(keys.control_period, () => {
</VisuallyHidden>
<!-- Dialog header -->
<div class="grid gap-2">
<div class="grid gap-3">
<div class="relative w-full h-fit">
<Input
id="search"
@@ -233,10 +233,10 @@ whenever(keys.control_period, () => {
</TooltipProvider>
</div>
</div>
<hr />
</div>
<hr />
<div v-if="searchResults.length > 0" class="grow overflow-y-auto">
<SearchList
:results="searchResults"