refactor: ♻️ Redesign note UI

This commit is contained in:
Jesse Wierzbinski 2025-12-09 23:26:59 +01:00
parent 3627ac0ef8
commit 35f72e6197
No known key found for this signature in database
7 changed files with 77 additions and 127 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="flex flex-row w-full max-w-sm items-stretch justify-between">
<div class="flex items-center gap-1">
<ActionButton
:icon="Reply"
@click="emit('reply')"
@ -39,21 +39,6 @@
:disabled="!authStore.isSignedIn"
/>
</Picker>
<Menu
:api-note-string="apiNoteString"
:url="url"
:remote-url="remoteUrl"
:is-remote="isRemote"
:author-id="authorId"
@edit="emit('edit')"
:note-id="noteId"
@delete="emit('delete')"
>
<ActionButton
:icon="Ellipsis"
:title="m.busy_merry_cowfish_absorb()"
/>
</Menu>
</div>
</template>