Add cancel task confirmation dialog

- Add L10n strings for cancel confirmation
- Add confirmation dialog to ResidenceDetailView
- Fix AllTasksView cancel dialog (was using archive strings)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-25 10:46:13 -06:00
parent 49f4cf168f
commit 09be5fa444
4 changed files with 47 additions and 9 deletions
+2
View File
@@ -216,6 +216,8 @@ enum L10n {
static var deleteTask: String { String(localized: "tasks_delete_task") }
static var archiveConfirm: String { String(localized: "tasks_archive_confirm") }
static var archive: String { String(localized: "tasks_archive") }
static var cancelTask: String { String(localized: "tasks_cancel_task") }
static var cancelConfirm: String { String(localized: "tasks_cancel_confirm") }
static var noTasks: String { String(localized: "tasks_no_tasks") }
// Complete Task View