1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 23:09:37 +02:00

checklists ui

This commit is contained in:
Sean Morley 2024-08-05 21:36:38 -04:00
parent d5f93c5d9d
commit 18ef919a11
6 changed files with 405 additions and 12 deletions

View file

@ -40,7 +40,7 @@
</div>
<div class="badge badge-neutral">Note</div>
{#if note.links && note.links.length > 0}
<p>{note.links.length} links</p>
<p>{note.links.length} {note.links.length > 1 ? 'Links' : 'Link'}</p>
{/if}
{#if note.date && note.date !== ''}
<div class="inline-flex items-center">