General clean up. Show menu instead of link to all journals list. For now it just includes the most recent Entries loaded.

This commit is contained in:
Scott Idem
2025-09-03 18:27:24 -04:00
parent 66510c8ff1
commit 9869c695f7
5 changed files with 154 additions and 13 deletions

View File

@@ -122,7 +122,12 @@ function verify_journal_passcode() {
<button
type="button"
onclick={() => (show_menu = !show_menu)}
class="btn variant-outline-secondary hover:preset-filled-secondary-500 py-1 px-2 w-24 *:hover:inline transition-all"
class="
btn
variant-outline-secondary hover:preset-filled-secondary-400-600
py-1 px-2 w-24
transition-all
"
title="Toggle menu"
>
<Menu size="1.5em" class="inline-block" />
@@ -142,7 +147,7 @@ function verify_journal_passcode() {
min-w-72
max-w-fit
"
class:hidden={show_menu}
class:hidden={!show_menu}
>
<div
class="