feat(persons): add confirm dialog to provisional confirm action
Confirming a provisional person was a one-click write — easy to fat-finger on a touchscreen and irreversible (the person disappears from the review list, with no obvious undo path). Mirror the destructive-delete pattern with a non-destructive confirm dialog (destructive: false) so the action requires a second deliberate click. New i18n keys (persons_review_confirm_confirm_title/text/button) added to all three locales (de, en, es). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -155,6 +155,9 @@
|
||||
"persons_review_delete_confirm_title": "Delete person",
|
||||
"persons_review_delete_confirm_text": "This person will be permanently deleted. Document references are kept but lose this person.",
|
||||
"persons_review_delete_confirm_button": "Delete person",
|
||||
"persons_review_confirm_confirm_title": "Confirm person",
|
||||
"persons_review_confirm_confirm_text": "This person will be marked as confirmed and will no longer appear in the review list.",
|
||||
"persons_review_confirm_confirm_button": "Confirm",
|
||||
"persons_review_merge_label": "Merge into which person?",
|
||||
"persons_field_first_name": "First name",
|
||||
"persons_field_last_name": "Last name",
|
||||
|
||||
Reference in New Issue
Block a user