implement laps, reset

This commit is contained in:
2026-01-28 23:09:21 +01:00
parent 750a096999
commit a607e33ce9
3 changed files with 159 additions and 18 deletions

View File

@@ -114,6 +114,11 @@ struct ContentView: View {
},
onCancel: {
selectedStopwatch = nil
},
onReset: {
stopwatch.reset()
viewModel.save()
selectedStopwatch = nil
}
)
}