Browse Source
The bottom composer and right-side node settings both expose video duration, resolution, and sound. Selected video nodes now receive quick-control changes immediately, so both surfaces read the same node data instead of diverging until blur or generate. Constraint: Bottom composer remains the primary quick control while existing node settings continue to read workflow store data Rejected: Remove the node settings panel | broader product change outside this fix Rejected: Convert all composer draft fields to immediate store writes | higher risk and unnecessary for the reported video parameter mismatch Confidence: high Scope-risk: narrow Directive: Keep shared video parameters on GenerateVideoNodeData; do not introduce a second parameter source for quick controls Tested: npm run test:run -- src/components/__tests__/GenerationComposer.test.tsx Tested: npm run test:run -- src/components/__tests__/GenerateVideoNode.test.tsx Tested: git diff --check Not-tested: full lint/typecheck still blocked by existing repo script/type issues from prior verificationfeature_login^2
2 changed files with 82 additions and 4 deletions
Loading…
Reference in new issue