ios: more responsive UI, especially during app start (#2942)

* ios: more responsive UI, especially during app start

* move terminal items to actor

* fix for iOS 15/16
This commit is contained in:
Evgeny Poberezkin
2023-08-17 18:21:05 +01:00
committed by GitHub
parent 45b7d09f83
commit 01a95f88bb
4 changed files with 320 additions and 199 deletions
@@ -299,6 +299,10 @@ struct SettingsView: View {
}
.navigationTitle("Your settings")
}
.onDisappear {
chatModel.showingTerminal = false
chatModel.terminalItems = []
}
}
private func chatDatabaseRow() -> some View {