feat(webv2): video panel entry points and polish - #131
Merged
Conversation
lstein
requested review from
JPPhoto,
Pfannkuchensack and
blessedcoolant
as code owners
August 20, 2026 03:07
lstein
force-pushed
the
feat/video-panel-06-concepts
branch
from
August 21, 2026 00:50
ff01908 to
7e6386f
Compare
lstein
force-pushed
the
feat/video-panel-07-polish
branch
from
August 21, 2026 00:50
4200941 to
7361801
Compare
lstein
force-pushed
the
feat/video-panel-06-concepts
branch
from
August 21, 2026 02:39
7e6386f to
9d376a6
Compare
lstein
force-pushed
the
feat/video-panel-07-polish
branch
from
August 21, 2026 02:42
7361801 to
9f40c6a
Compare
lstein
force-pushed
the
feat/video-panel-06-concepts
branch
from
August 21, 2026 03:06
a11ff3c to
6de9312
Compare
lstein
force-pushed
the
feat/video-panel-07-polish
branch
from
August 21, 2026 03:06
fe2f056 to
c513754
Compare
lstein
force-pushed
the
feat/video-panel-06-concepts
branch
from
August 21, 2026 03:31
6de9312 to
33163f7
Compare
lstein
force-pushed
the
feat/video-panel-07-polish
branch
from
August 21, 2026 03:31
c513754 to
60a3a7f
Compare
lstein
force-pushed
the
feat/video-panel-06-concepts
branch
from
August 22, 2026 02:23
33163f7 to
f496d04
Compare
lstein
force-pushed
the
feat/video-panel-07-polish
branch
from
August 22, 2026 02:23
60a3a7f to
daea7a9
Compare
Final PR of the video panel stack: - Launchpad gains a "Generate a video" intent tile (compose preset, video source), so /app?new=true&intent=video opens a draft arranged for video work. - Gallery context menus: "Send to Video" on images seeds the first frame; "Extend in Video" on videos seeds the initial video with its default trim — both open the widget, respect the panel's first-frame ⊻ initial-video exclusion, and route the invoke source. - A widget-header reset action restores every model-governed setting (frames, fps, target resolution, steps, CFG, accelerator state) to the selected model's defaults, leaving prompts and conditioning media untouched — the Generate panel's affordance, videofied. - The video-generation docs gain a section pointing users at the panel before the workflow templates. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Capture this branch's bundle footprint on the re-based parent baseline; platform-ui barrel importer budget raised to the actual count (160). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lstein
force-pushed
the
feat/video-panel-06-concepts
branch
from
August 22, 2026 02:49
f496d04 to
db54421
Compare
lstein
force-pushed
the
feat/video-panel-07-polish
branch
from
August 22, 2026 02:50
daea7a9 to
00abdab
Compare
- Bootstrap the picked model's own family defaults (accelerator included) when the selection transition starts from a never-seeded store: the settings-healing change had silently killed the blank-widget bootstrap, so a fresh H3 panel opened at the Wan fallbacks (40 steps / CFG 5, Turbo off) instead of its real defaults (6 steps / CFG 1, Turbo on). - Compute the header reset from catalog-synced values, exactly like the panel view: the raw store could hold a phantom model uninstalled while the panel was open, and reset would have patched it back. - Extend reset (and its dirty check) to the remaining default-bearing fields: aspect ratio and the six component selections — a mispicked VAE or expert is exactly what reset gets reached for. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LUjUcPHzQCoL7dqgsVzi63
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.
PR 7 — the top of the Video generation panel stack (on #129).
What this adds
/app?new=true&intent=videoopens a compose-preset draft with the invoke route set to video.Review findings fixed (fresh-context adversarial pass)
Full suite 477 files / 6329 tests (+ 756 browser tests in the review run);
tsc/oxlint/format/ i18n-key coverage clean.🤖 Generated with Claude Code