Project-Image-Uploader/frontend
matthias.lotz 89e35e7de6 fix: Use correct image ID when deleting images in preview mode
Changed ImageGalleryCard to pass itemId (image.id) instead of index
when deleting images in preview mode. This fixes 'Image not found' error
when attempting to delete individual images in ManagementPortalPage
and ModerationGroupImagesPage.

The index was being passed to the API, but the API expects the actual
database image ID.
2025-11-15 18:59:21 +01:00
..
public feat(frontend): Ersetze Lottie-Animation durch custom 3D SVG Logo-Animation 2025-11-08 20:58:23 +01:00
src fix: Use correct image ID when deleting images in preview mode 2025-11-15 18:59:21 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
package-lock.json feat: implement drag-and-drop reordering infrastructure 2025-11-03 21:06:39 +01:00
package.json feat(frontend): Update footer with version info and attribution 2025-11-08 16:22:04 +01:00