refactor(ui): use image names for selection instead of dtos

Update the frontend to incorporate the previous changes to how image
selection and general image identification is handled in the frontend.
This commit is contained in:
psychedelicious
2025-06-23 22:10:58 +10:00
parent 70382294f5
commit 4665f0df40
51 changed files with 551 additions and 615 deletions

View File

@@ -22,7 +22,7 @@ export const DeleteImageModal = memo(() => {
return (
<ConfirmationAlertDialog
title={`${t('gallery.deleteImage', { count: state.imageDTOs.length })}2`}
title={`${t('gallery.deleteImage', { count: state.image_names.length })}2`}
isOpen={state.isOpen}
onClose={api.close}
cancelButtonText={t('common.cancel')}