diff --git a/admin-frontend/src/pages/AutoMatch.tsx b/admin-frontend/src/pages/AutoMatch.tsx index 45a0b17..8d4908a 100644 --- a/admin-frontend/src/pages/AutoMatch.tsx +++ b/admin-frontend/src/pages/AutoMatch.tsx @@ -449,6 +449,22 @@ export default function AutoMatch() { return } + // Show informational message about bulk operation + const infoMessage = [ + 'ℹ️ Bulk Auto-Match Operation', + '', + 'This operation will automatically match faces across your entire photo library.', + 'While the system uses advanced matching algorithms, some matches may not be 100% accurate.', + '', + 'Please review the results after completion to ensure accuracy.', + '', + 'Do you want to proceed with the auto-match operation?' + ].join('\n') + + if (!confirm(infoMessage)) { + return + } + setBusy(true) try { const response = await facesApi.autoMatch({