feat: link takes to pipeline shots via dropdown selector
Deploy / deploy (push) Successful in 2m41s

This commit is contained in:
twotalesanimation
2026-07-11 21:26:52 +02:00
parent b9953ff543
commit 42e614c592
3 changed files with 135 additions and 1 deletions
@@ -21,6 +21,7 @@ function sanitize(data: Record<string, unknown>) {
"hasSurvey","hasLidar","hasWitnessCamera","hasLensGrid","hasTexturePhotos","hasPhotogrammetry",
"weather","sunDirection","artificialLights",
"supervisorNotes","continuityNotes","vfxRequirements","quality",
"pipelineShotId",
]);
return Object.fromEntries(
Object.entries(data)