Feat: Change deck management UI

This commit is contained in:
zuma 2025-02-12 15:31:51 +01:00
parent 36439c0837
commit 3a766620b7
21 changed files with 1955 additions and 187 deletions

View file

@ -45,6 +45,7 @@ model carte {
model deck {
id String @id @default(uuid()) @db.Uuid
url String?
color_identity String[]
name String
utilisateurice_id String @db.Uuid