add ActiveWorkoutSession logic, refactor Home, add additional sample data, add isDebug

This commit is contained in:
Felix Förtsch
2024-09-14 17:01:20 +02:00
parent f45d6288dd
commit 0a400ff349
27 changed files with 710 additions and 189 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ struct ExampleView: View {
@State private var showPopoverSource: Bool = false
var body: some View {
NavigationView {
NavigationStack {
List {
NavigationLink(destination: Text("Detail View")) {
Text("NavigationLink")