add task selector, change dropdowns to use floating-ui

This commit is contained in:
Gregor Vostrak
2024-04-10 21:06:19 +02:00
parent 9cbc54b9b6
commit b9ee79174a
12 changed files with 452 additions and 82 deletions

View File

@@ -32,9 +32,11 @@ const indicatorClasses = {
:class="
twMerge(indicatorClasses[size], 'inline-block rounded-full')
"></div>
<span>
{{ name }}
</span>
<div>
<slot>
{{ name }}
</slot>
</div>
</Badge>
</template>

View File

@@ -107,7 +107,7 @@ function updateValue(project: Project) {
</script>
<template>
<Dropdown v-model="open" align="right" width="60">
<Dropdown v-model="open" align="bottom-start" width="60">
<template #trigger>
<ProjectBadge
ref="projectDropdownTrigger"