fix: iOS fitness models — UUID strings, snapshot_ fields, convertFromSnakeCase compatibility
All checks were successful
Security Checks / dependency-audit (push) Successful in 12s
Security Checks / secret-scanning (push) Successful in 3s
Security Checks / dockerfile-lint (push) Successful in 3s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yusuf Suleman
2026-04-03 01:44:53 -05:00
parent 4592e35732
commit e852e98812
23 changed files with 1745 additions and 512 deletions

View File

@@ -38,6 +38,6 @@ struct MainTabView: View {
}
.tag(1)
}
.tint(.accent)
.tint(.accentWarm)
}
}