feat: Refactor old code with delete modal and icons for buttons

This commit is contained in:
2025-06-04 20:19:06 +03:00
parent 078f051e8a
commit 89488d9921
27 changed files with 2070 additions and 476 deletions

View File

@@ -7,3 +7,14 @@ export const MEDIA_TYPE_LABELS = {
5: "Панорама",
6: "3Д-модель",
};
export const MEDIA_TYPE_VALUES = {
photo: 1,
video: 2,
icon: 3,
thumbnail: 3,
watermark_lu: 4,
watermark_rd: 4,
panorama: 5,
model: 6,
};