Added a bunch of mini features

Sorted worlds, add preview and add cards, added timestamps...
This commit is contained in:
Alexis
2025-03-03 22:27:42 +01:00
parent a83bc240b1
commit 922bcdc64b
15 changed files with 204 additions and 102 deletions

View File

@@ -8,10 +8,12 @@ export interface World {
id?: number
name: string
description?: string
color?: RPGColor,
calendars?: Calendar[],
color?: RPGColor
calendars?: Calendar[]
gmId?: string
state?: WorldState
createdAt?: string
updatedAt?: string
}
export const postWorldSchema = z.object({