refactor to UI components

This commit is contained in:
2023-05-26 00:50:19 +02:00
parent b89816ecd5
commit 9ca0bba526
20 changed files with 160 additions and 78 deletions

View File

@@ -93,10 +93,10 @@ const deleteSelectedNotes = (closeModal: () => void) => {
</td>
<td>{{ note.wordCount }}</td>
<td>
<div class="badge" v-if="note.references.length > 0">
<UIBadge v-if="note.references.length > 0">
<i data-v-41bbc26f="" class="fas fa-fw fa-sign-out-alt mr-1"></i>
{{ note.references.length }}
</div>
</UIBadge>
</td>
<td>{{ formatDate(note.modified) }}</td>
</tr>