fix: API field mapping, HealthKit entitlement, profile tab, forgot password

This commit is contained in:
Cosmo
2026-03-25 12:07:08 +00:00
parent bfb9a07d2d
commit 74805bc9d1
12 changed files with 266 additions and 46 deletions

View File

@@ -19,6 +19,9 @@ struct MainTabView: View {
FinanceView()
.tabItem { Label("Финансы", systemImage: "rublesign.circle.fill") }
ProfileView()
.tabItem { Label("Профиль", systemImage: "person.fill") }
}
.accentColor(Color(hex: "00d4aa"))
.preferredColorScheme(.dark)