feat: Add custom emoji picker
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 0s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-05-27 21:45:54 +02:00
parent b77700b8b8
commit 2b72a2a5ea
No known key found for this signature in database
15 changed files with 592 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<template>
<div v-if="relation" class="rounded border overflow-auto max-h-72">
<div v-if="relation" class="overflow-auto max-h-72">
<Note :note="relation.note" :hide-actions="true" :small-layout="true" />
</div>