feat: savings tab, fix pull-to-refresh, beautiful modals, fix signing

This commit is contained in:
Cosmo
2026-03-25 12:24:01 +00:00
parent 74805bc9d1
commit 4c54467b5e
12 changed files with 487 additions and 114 deletions

View File

@@ -17,8 +17,8 @@ struct MainTabView: View {
HealthView()
.tabItem { Label("Здоровье", systemImage: "heart.fill") }
FinanceView()
.tabItem { Label("Финансы", systemImage: "rublesign.circle.fill") }
SavingsView()
.tabItem { Label("Накопления", systemImage: "chart.bar.fill") }
ProfileView()
.tabItem { Label("Профиль", systemImage: "person.fill") }