mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 23:09:37 +02:00
checklists ui
This commit is contained in:
parent
d5f93c5d9d
commit
18ef919a11
6 changed files with 405 additions and 12 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue