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

@ -4,15 +4,10 @@
v-if="parent"
:note="parent"
:hide-actions="true"
:content-under-username="true"
:bottom-avatar-bar="true"
class="border-b-0 rounded-b-none"
/>
<Note
:note="note"
:class="parent && 'border-t-0 rounded-t-none'"
:top-avatar-bar="!!parent"
:reply-bar="true"
class="rounded-b-none"
/>
<Note :note="note" :class="parent && 'border-t-0 rounded-t-none'"/>
</div>
</template>