Improve creator studio browsing and versioning

This commit is contained in:
2026-04-16 15:01:15 +02:00
parent 56eaa3bcbf
commit cdd42a0186
12 changed files with 728 additions and 140 deletions

View File

@@ -26,6 +26,7 @@ class ArtworkVersion extends Model
'height',
'file_size',
'change_note',
'snapshot_json',
'is_current',
];
@@ -35,6 +36,7 @@ class ArtworkVersion extends Model
'width' => 'integer',
'height' => 'integer',
'file_size' => 'integer',
'snapshot_json' => 'array',
];
public function artwork(): BelongsTo