frontend cleanup

This commit is contained in:
2026-05-31 23:24:46 +02:00
parent 24e99b84e0
commit 09840dcf0a
8 changed files with 530 additions and 516 deletions
@@ -16,7 +16,7 @@
let { data }: Props = $props()
let id = data.id
let id = $derived(data.id)
let password: string | null = $state<string | null>(null)
let note: DecryptedNote | null = $state(null)
let exists = $state(false)