From 42a813dc52f0647a09dfc38545d302916547593a Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 14 May 2025 17:11:21 -0400 Subject: [PATCH] Things look cleaner now --- .../ae_comp__journal_entry_obj_id_view.svelte | 692 +++++++++--------- 1 file changed, 338 insertions(+), 354 deletions(-) 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 8384a9f4..313e5e54 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 @@ -868,16 +868,16 @@ function handle_marked(text_string: string) { {/if} -

+

- + {#if $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id] == 'current'} @@ -890,7 +890,7 @@ function handle_marked(text_string: string) { {ae_util.iso_datetime_formatter($lq__journal_entry_obj?.created_on, 'datetime_iso_12_no_seconds')} {/if} {/if} - +

@@ -953,6 +953,221 @@ function handle_marked(text_string: string) { {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -970,23 +1185,15 @@ function handle_marked(text_string: string) { {#if show_menu}
-
- - {#if $journals_loc.entry.edit_kv[$lq__journal_entry_obj?.journal_entry_id] == 'current'} - + + -
+
@@ -995,7 +1202,8 @@ function handle_marked(text_string: string) { variant-soft-primary hover:variant-filled-primary transition - text-xs + text-sm + w-full " bind:value={tmp_entry_obj.category_code} onchange={(event) => { @@ -1018,40 +1226,20 @@ function handle_marked(text_string: string) {
- {:else} + - {#if $lq__journal_entry_obj.category_code} - - - {/if} - {/if} -
+
- Toggles: + Flags: @@ -1318,6 +1506,113 @@ function handle_marked(text_string: string) {
+ + + {#if ($lq__journal_entry_obj?.history || $lq__journal_entry_obj?.history_encrypted)} +
+ + + + +
+ {/if} +
@@ -1586,326 +1881,15 @@ function handle_marked(text_string: string) { -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - {#if ($lq__journal_entry_obj?.history || $lq__journal_entry_obj?.history_encrypted)} -
- - - - -
- {/if} - -
+
-->