added custom grouping on project pages
Deploy / deploy (push) Successful in 2m26s

This commit is contained in:
twotalesanimation
2026-05-20 22:43:29 +02:00
parent de59bbc0aa
commit d39b968dcb
7 changed files with 139 additions and 5 deletions
+2
View File
@@ -164,6 +164,8 @@ export interface ShotWithDetails {
thumbnailUrl: string | null;
originalFootageUrl: string | null;
originalFootageKey: string | null;
shotGroupId: string | null;
shotGroup: { id: string; name: string } | null;
createdAt: Date;
updatedAt: Date;
artist: {