profile: many fixes and tweaks

This commit is contained in:
William Casarin
2022-12-23 12:07:48 -08:00
parent 444f76a233
commit e6a5126494
3 changed files with 64 additions and 70 deletions

View File

@@ -78,14 +78,6 @@ struct ConfigView: View {
}
}
Section("Account settings") {
NavigationLink {
EditMetadataView(damus_state: state, profileModel: ProfileModel(pubkey: state.pubkey, damus: state))
} label: {
Text("Profile metadata")
}
}
Section("Reset") {
Button("Logout") {
confirm_logout = true