feat: add reactions (#1074)

This commit is contained in:
Jonas Plum
2024-07-20 06:39:02 +02:00
committed by GitHub
parent 82ad50d228
commit e2c8f1d223
78 changed files with 3270 additions and 257 deletions

View File

@@ -25,7 +25,7 @@ withDefaults(defineProps<Props>(), {
<Button v-if="!hideAdd" variant="ghost" size="icon" class="h-8 w-8" @click="emit('add')">
<Plus class="size-4" />
<span class="sr-only">Add link</span>
<span class="sr-only">Add item</span>
</Button>
</div>
<Card v-if="$slots.default" class="p-0">