feat: enhance TicketDetailDialog with status change confirmation and dropdown menu for status selection

This commit is contained in:
mlogclub
2026-05-30 13:50:55 +08:00
parent 3078488018
commit 6305994394
4 changed files with 82 additions and 16 deletions
+4
View File
@@ -1416,6 +1416,7 @@
"loadingRows": "Loading tickets...",
"emptyRows": "No tickets yet",
"detail": "Details",
"currentStatus": "Current Status",
"statusPending": "Pending",
"statusInProgress": "In Progress",
"statusDone": "Resolved",
@@ -1446,6 +1447,9 @@
"loadDetailFailed": "Could not load ticket details.",
"statusUpdated": "Ticket status updated.",
"statusUpdateFailed": "Could not update ticket status.",
"statusChangeConfirmTitle": "Confirm Status Change",
"statusChangeConfirmDescription": "Change ticket status from \"{from}\" to \"{to}\"?",
"statusChangeConfirm": "Confirm Change",
"updating": "Updating...",
"progressRequired": "Enter an update.",
"progressRecorded": "Update added.",