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
@@ -21,6 +21,7 @@
...rest
}: HTMLInputAttributes & Props = $props()
// svelte-ignore state_referenced_locally
const initialType = $state(rest.type)
const isPassword = initialType === 'password'
let hidden = $state(true)