refactor: notifications and settings view models; enhance login and registration UI

This commit is contained in:
2026-03-15 21:40:20 +07:00
parent 0947c048c1
commit 37b87ececd
45 changed files with 985 additions and 680 deletions
+4 -1
View File
@@ -5,7 +5,10 @@ struct ContentView: View {
var body: some View {
Group {
if authViewModel.isAuthenticated {
if authViewModel.isCheckingAuth {
Color(.systemBackground)
.ignoresSafeArea()
} else if authViewModel.isAuthenticated {
NotificationsView()
} else {
LoginView()