Trying to improve the sign in and passcode logic. Also related bug fixes with focus. Made Journal Entries marked as public visible to others.
This commit is contained in:
@@ -30,9 +30,9 @@ interface Props {
|
||||
}
|
||||
|
||||
let {
|
||||
log_lvl = 0,
|
||||
log_lvl = $bindable(0),
|
||||
data = null,
|
||||
hidden = true,
|
||||
hidden = $bindable(true),
|
||||
}: Props = $props();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user