feat: add UI for contact notes (#11358)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Shivam Mishra
2025-04-29 16:08:20 +05:30
committed by GitHub
parent 948a118490
commit 59bae616cf
7 changed files with 127 additions and 10 deletions

View File

@@ -87,8 +87,10 @@ useKeyboardEvents(keyboardEvents);
<ContactNoteItem
v-for="note in notes"
:key="note.id"
class="mx-6 py-4"
:note="note"
:written-by="getWrittenBy(note)"
allow-delete
@delete="onDelete"
/>
</div>