Migrate more stuff

This commit is contained in:
Jon Staab
2025-02-03 16:37:14 -08:00
parent 0f705c459a
commit 8d3433b167
150 changed files with 2001 additions and 1205 deletions
+3 -3
View File
@@ -70,10 +70,10 @@
const loginWithBunker = () => pushModal(LogInBunker)
let signers: any[] = []
let loading: string | undefined
let signers: any[] = $state([])
let loading: string | undefined = $state()
$: hasSigner = getNip07() || signers.length > 0
let hasSigner = $derived(getNip07() || signers.length > 0)
onMount(async () => {
if (Capacitor.isNativePlatform()) {