A lot of things.

This commit is contained in:
2026-05-27 21:24:38 +02:00
parent b361f07954
commit d02baa89d6
43 changed files with 1340 additions and 231 deletions

View File

@@ -72,8 +72,9 @@ export function GalleryManager() {
break;
const IMG = GalleryImage();
IMG.getOldImage( PATH );
IMG.serverFilePath = PATH;
this.images.push(IMG);
this.images[this.images.length - 1].getOldImage( PATH );
}
},

View File

@@ -2,6 +2,12 @@ export function MainImageManager() {
return {
/**
* Used for gallery managament and indexation.
* @type {string}
*/
key: crypto.randomUUID(),
/**
* If an image has been uploaded or not.
* @type {boolean}