Added Draft Melodies. Further improvements to the UI

This commit is contained in:
2026-02-18 19:33:59 +02:00
parent a6e0b1d46e
commit aad8942d65
12 changed files with 1080 additions and 518 deletions

View File

@@ -62,6 +62,7 @@ class MelodyUpdate(BaseModel):
class MelodyInDB(MelodyCreate):
id: str
status: str = "published"
class MelodyListResponse(BaseModel):