feat: enhance image management features

- Added new localization strings for image management, including upload and storage information.
- Refactored custom background database functions to support metadata and backward compatibility.
- Introduced a new FolderTaggingModal component for organizing images into folders.
- Created utility functions for image metadata extraction, including dimensions, blur hash generation, and file size calculation.
- Implemented functions to delete multiple backgrounds and update background metadata.
This commit is contained in:
alexsparkes
2026-01-26 16:14:09 +00:00
parent e42a218116
commit cac58cdaeb
12 changed files with 1631 additions and 212 deletions

View File

@@ -25,6 +25,7 @@
"@fontsource/inter": "^5.2.8",
"@fontsource/lexend-deca": "5.0.14",
"@sentry/react": "^10.36.0",
"blurhash": "^2.0.5",
"fast-blurhash": "^1.1.4",
"image-conversion": "^2.1.1",
"react": "^19.2.3",