diff --git a/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte b/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte index 22432295..0bc9aa43 100644 --- a/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte +++ b/src/routes/journals/ae_comp__journal_entry_obj_id_view.svelte @@ -347,7 +347,7 @@ $effect(async () => { onclick={() => { // Ask if they would like to save changes before toggling edit mode off. if ($journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id]) { - if (tmp_entry_obj_changed && confirm('Would you like to save changes to this journal entry before exiting edit mode?')) { + if (tmp_entry_obj_changed && confirm('Would you like to save changes to this journal entry before exiting edit mode? Your changes will be lost if the page is refreshed.')) { update_journal_entry(); } } @@ -949,6 +949,7 @@ $effect(async () => { class=" flex-grow min-h-48 h-full w-full p-2 + font-mono bg-slate-100 text-gray-900 dark:bg-slate-900 dark:text-gray-100 shadow-lg rounded-lg diff --git a/src/routes/journals/ae_comp__journal_entry_obj_li.svelte b/src/routes/journals/ae_comp__journal_entry_obj_li.svelte index ab84a096..3a5c4e9a 100644 --- a/src/routes/journals/ae_comp__journal_entry_obj_li.svelte +++ b/src/routes/journals/ae_comp__journal_entry_obj_li.svelte @@ -7,9 +7,9 @@ import { Modal } from 'flowbite-svelte'; import { CalendarClock, Check, CodeXml, Copy, Eye, EyeOff, - Flag, FlagOff, + FileLock, Fingerprint, Flag, FlagOff, Group, - ListPlus, + ListPlus, Lock, NotebookPen, NotebookText, NotepadTextDashed, RemoveFormatting, Shapes, Siren, @@ -158,6 +158,7 @@ $effect(() => { + {#if !journals_journal_entry_obj.private} + {:else} + + + + + + + + + + + + {/if}