General improvements and minor fixes

This commit is contained in:
Scott Idem
2025-04-01 19:11:16 -04:00
parent a41ecb45a9
commit f6449b48e6
2 changed files with 11 additions and 6 deletions

View File

@@ -6,7 +6,8 @@ let { data, children } = $props();
import { goto } from '$app/navigation';
import {
BookHeart, Check,
BookHeart, BookImage, Bookmark, BookOpenText,
Check,
FilePlus, Library,
Minus, Notebook, Pencil, Plus,
X
@@ -122,7 +123,7 @@ async function handle_update_journal() {
<a href="/journals"
class="
btn btn-sm
variant-ghost-tertiary
variant-outline-tertiary
hover:variant-filled-tertiary
transition
"
@@ -147,7 +148,11 @@ async function handle_update_journal() {
"
>
<Notebook />
<span class="hidden md:inline">Back to</span>
<!-- <Bookmark /> -->
<!-- <BookHeart class="m-1" /> -->
<!-- <BookImage class="m-1" /> -->
<!-- <BookOpenText class="m-1" /> -->
<span class="hidden md:inline">Back:</span>
<span class="font-bold">
{$lq__journal_obj?.name || 'Journal'}
</span>
@@ -219,8 +224,8 @@ async function handle_update_journal() {
}}
class="
btn btn-sm
variant-ghost-success
hover:variant-filled-success
variant-ghost-secondary
hover:variant-filled-secondary
transition
"
>

View File

@@ -440,7 +440,7 @@ $effect(() => {
}
}}
class="btn-icon-sm"
title="Save changes to this journal entry"
title="Toggle private visibility of this journal entry"
>
{#if $lq__journal_entry_obj?.private}
<Fingerprint strokeWidth="2.5" color="green" />