feat(admin ui): customisable image carousel and new layout

This commit is contained in:
DecDuck
2024-12-27 14:43:40 +11:00
parent 43e32b44a2
commit 937954fa02
15 changed files with 853 additions and 194 deletions

View File

@ -22,10 +22,11 @@ model Game {
mReviewCount Int
mReviewRating Float // 0 to 1
mIconId String // linked to objects in s3
mBannerId String // linked to objects in s3
mCoverId String
mImageLibrary String[] // linked to objects in s3
mIconId String // linked to objects in s3
mBannerId String // linked to objects in s3
mCoverId String
mImageCarousel String[] // linked to below array
mImageLibrary String[] // linked to objects in s3
versions GameVersion[]
libraryBasePath String @unique // Base dir for all the game versions