PunimTag Web Application - Major Feature Release #1

Open
tanyar09 wants to merge 106 commits from dev into master
Showing only changes of commit 726b36db80 - Show all commits

View File

@ -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({