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

chore: Disable email verification for new users, update search functionality, and improve note card display

This commit is contained in:
Sean Morley 2024-08-04 21:50:15 -04:00
parent 10466f5913
commit 7c61fa3363
5 changed files with 67 additions and 63 deletions

View file

@ -33,6 +33,9 @@
>
<div class="card-body">
<h2 class="card-title overflow-ellipsis">{note.name}</h2>
{#if note.links && note.links.length > 0}
<p>{note.links.length} links</p>
{/if}
<div class="card-actions justify-end">
<!-- <button class="btn btn-neutral mb-2" on:click={() => goto(`/notes/${note.id}`)}
><Launch class="w-6 h-6" />Open Details</button