Wrapping up for the day.
This commit is contained in:
@@ -50,6 +50,7 @@ if (log_lvl) {
|
||||
$journals_slct.journal_id = ae_acct.slct.journal_id;
|
||||
// $journals_slct.journal_obj = ae_acct.slct.journal_obj;
|
||||
|
||||
$journals_slct.journal_entry_id = null;
|
||||
|
||||
let lq__journal_obj = $derived(liveQuery(async () => {
|
||||
if (log_lvl) {
|
||||
@@ -154,7 +155,7 @@ if (browser) {
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<section
|
||||
<!-- <section
|
||||
class="
|
||||
ae_journals__journal
|
||||
container h-full mx-auto
|
||||
@@ -164,10 +165,10 @@ if (browser) {
|
||||
min-w-full
|
||||
max-w-max
|
||||
"
|
||||
>
|
||||
> -->
|
||||
|
||||
|
||||
<div class="flex flex-row items-center justify-between w-full">
|
||||
<div class="hidden flex flex-row items-center justify-between w-full">
|
||||
<a href="/journals"
|
||||
class="btn btn-sm
|
||||
variant-ghost-tertiary
|
||||
@@ -269,7 +270,7 @@ if (browser) {
|
||||
{/if}
|
||||
|
||||
|
||||
</section>
|
||||
<!-- </section> -->
|
||||
|
||||
|
||||
<!-- Modal: Journal edit ID -->
|
||||
@@ -341,7 +342,7 @@ if (browser) {
|
||||
|
||||
|
||||
<!-- Modal: Journal Entry new -->
|
||||
<Modal
|
||||
<!-- <Modal
|
||||
bind:open={$journals_sess.show__modal_new__journal_entry_obj}
|
||||
title="New Journal Entry - {$lq__journal_obj?.name}"
|
||||
autoclose={false}
|
||||
@@ -376,9 +377,7 @@ if (browser) {
|
||||
|
||||
{/snippet}
|
||||
|
||||
|
||||
|
||||
</Modal>
|
||||
</Modal> -->
|
||||
|
||||
|
||||
<!-- Modal: Journal Content ID media player -->
|
||||
|
||||
Reference in New Issue
Block a user