Web UI: engine dock, ControlNet, styles, Forge preview, library video#111
Merged
Conversation
Move defora_cli and ops scripts under tools/, consolidate UI design documentation under docs/design/, and remove duplicate screenshot runs. Keep root CLI stubs and scripts symlink for backwards compatibility. Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerate README tour PNGs and full audit set (audit-2026-06-03); update UI-FEATURE-FLOW embeds to match. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace coalesced previewQueuedKind with a bounded request queue drained one job at a time so rapid slider changes do not overlap Forge calls. Co-authored-by: Cursor <cursoragent@cursor.com>
Wrap LIVE, Motion, Stream, and Generate context panels in GlassPanel; align sub-pill active and stream status colors with design tokens; drop the legacy duplicate top-nav block from App.vue. Co-authored-by: Cursor <cursoragent@cursor.com>
…deo source Add Deforum ControlNet UI, permanent Forge style import with job metadata, live Forge sampling preview during frame renders, and library video loading as LIVE input or motion sequencer source with extend-project prompt. Also includes SVD engine panel, engine settings slots, story LLM run logging, and expanded CLI/engine defaults. Co-authored-by: Cursor <cursoragent@cursor.com>
2accaf2 to
9ed665f
Compare
scripts/ is a symlink → tools/scripts/, so bash resolves SCRIPT_DIR to the logical path and cd "$SCRIPT_DIR/../.." overshoots one level above the repo root, causing pytest to miss pytest.ini and defora_cli/. Use readlink -f to get the physical path before calling git rev-parse. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Nine new spec files used top-level import which Node treats as a CJS
SyntaxError. Convert each to require('node:test') + loadEsm() pattern
matching the existing test suite, with async callbacks.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…finition
The sync script gave DeforumControlNetPanel the generic empty-div stub,
so querySelectorAll('[data-testid=deforum-controlnet-panel]') returned
null and the ui.spec.js test failed. Add a named stub matching the real
component's root element and cn-unit-1/2 buttons.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tools/, design docs) and refresh UI screenshots for the current shell./api/forge/progress.Test plan
cd docker/web && npm test— unit tests (forge-preview-progress, library-video-source, deforum-controlnet, svd-engine-config, etc.)pytest tests/test_engine_defaults.py