feat: savings tab, fix pull-to-refresh, beautiful modals, fix signing
This commit is contained in:
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user