add ActiveWorkoutSession logic, refactor Home, add additional sample data, add isDebug
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user