fix table with handling, icons implemented

This commit is contained in:
root
2026-08-09 08:50:13 +02:00
parent 5e32be7d0c
commit 3ff0794cfc
43 changed files with 1027 additions and 95 deletions
+13
View File
@@ -0,0 +1,13 @@
# AssetManager 0.5.5.59
## Image association safety
- Removing or replacing an asset/category image now removes only the database association.
- Physical upload files are intentionally retained because duplicated records can reference the same file.
- Orphaned image files are reserved for a later maintenance cleanup task.
- Uploads continue to use unique UUID-based filenames, so files with the same original filename never overwrite one another and the same source image can be uploaded multiple times safely.
## Image editor preview
- After an image is marked for removal, selecting a replacement immediately previews the newly selected local image instead of restoring the old server image.
- The removal marker is cleared automatically when a replacement image is selected.