simplify Exercise to only hold on to the unit of the metric, remove ValueKeyboard as input

This commit is contained in:
Felix Förtsch
2024-10-02 12:41:04 +02:00
parent 41a82f081a
commit b7f5caf9dd
15 changed files with 630 additions and 243 deletions

View File

@@ -32,6 +32,7 @@ struct WorkoutsPlusApp: App {
extension WorkoutsPlusApp {
static let swiftDataSchema = Schema([
Exercise.self,
Equipment.self,
Workout.self,
WorkoutItem.self,
WorkoutSession.self])