basic home screen

This commit is contained in:
2026-05-03 09:12:43 +07:00
parent 77f4ea71b1
commit e02338fd52
5 changed files with 159 additions and 36 deletions
@@ -45,7 +45,7 @@ class NostrViewModel(
// Connect to bootstrap relays
nostr.connect()
// Get user's signer secret
val secret = secretStore.get("user_signer")
@@ -119,6 +119,10 @@ class NostrViewModel(
}
}
fun import(secret: String) {
// TODO: Implement import
}
override fun onCleared() {
super.onCleared()
// Ensure all relays are disconnect