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:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user