Working ImageSortGallery

This commit is contained in:
2025-07-26 12:20:44 +02:00
parent 7a8c495f60
commit 3c0e191cd9
21 changed files with 460 additions and 770 deletions

View File

@ -16,14 +16,16 @@ export async function updateImage(
const {
fileKey,
originalFile,
name,
nsfw,
published,
setAsHeader,
altText,
description,
fileType,
name,
fileSize,
month,
year,
creationDate,
typeId,
tagIds,
@ -43,14 +45,16 @@ export async function updateImage(
data: {
fileKey,
originalFile,
name,
nsfw,
published,
setAsHeader,
altText,
description,
fileType,
name,
fileSize,
month,
year,
creationDate,
typeId
}