Lots of updates. And now with the ability to copy the rendered HTML version!

This commit is contained in:
Scott Idem
2025-04-02 15:30:36 -04:00
parent 7fa0d5cc5b
commit e653d4d92a
7 changed files with 103 additions and 82 deletions

View File

@@ -97,13 +97,13 @@ async function handle_update_journal() {
</script>
<!-- Svelte layout for a Journal ID page and children -->
<section
class="
ae_journals__journal
container h-full mx-auto
h-full mx-auto
flex flex-col
gap-1
py-1 px-2 pb-16
items-center
min-w-full
max-w-max
@@ -116,9 +116,12 @@ async function handle_update_journal() {
flex flex-row flex-wrap
gap-1
items-center justify-between
border-gray-200 border-y-
w-full
border-gray-400
border-t-2
border-b
py-2
w-full
hover:bg-slate-100
"
>
<a href="/journals"

View File

@@ -155,6 +155,7 @@ if (browser) {
</svelte:head>
<!-- Svelte Page for a Journal ID page -->
<!-- <section
class="
ae_journals__journal

View File

@@ -80,9 +80,8 @@ let lq__journal_entry_obj = $derived(liveQuery(async () => {
<section
class="
ae_journals__journal_entry
container h-full mx-auto
h-full mx-auto
flex flex-col gap-1
py-1 px-2 pb-16
items-center
min-w-full
max-w-max