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

notes beta

This commit is contained in:
Sean Morley 2024-08-04 09:56:58 -04:00
parent 3f900bc41a
commit 7c2b0e927d
6 changed files with 126 additions and 30 deletions

View file

@ -21,11 +21,11 @@
<div class="card-body">
<h2 class="card-title overflow-ellipsis">{note.name}</h2>
<div class="card-actions justify-end">
<button class="btn btn-neutral mb-2" on:click={() => goto(`/notes/${note.id}`)}
<!-- <button class="btn btn-neutral mb-2" on:click={() => goto(`/notes/${note.id}`)}
><Launch class="w-6 h-6" />Open Details</button
>
> -->
<button class="btn btn-neutral mb-2" on:click={editNote}>
<FileDocumentEdit class="w-6 h-6" />Edit note
<Launch class="w-6 h-6" />Open
</button>
</div>
</div>