feature/video-player-play-button #37

Merged
tanyar09 merged 2 commits from feature/video-player-play-button into dev 2026-02-11 12:18:35 -05:00
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({