add success haptic and indentation

This commit is contained in:
neon443
2025-06-15 21:24:15 +01:00
parent 5ec16dd67a
commit e4107a2faa
2 changed files with 11 additions and 8 deletions

View File

@@ -43,6 +43,9 @@ struct CompleteEventButton: View {
if progress >= 1 {
withAnimation { completeInProgress = false }
viewModel.completeEvent(&event)
#if canImport(UIKit)
UINotificationFeedbackGenerator().notificationOccurred(.success)
#endif
timer.invalidate()
progress = 0
}