[4/6] Show generation state on pending clips - #160
Open
dazzatronus wants to merge 1 commit into
Open
Conversation
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
3 times, most recently
from
August 25, 2026 04:06
39ae218 to
fa3f2f0
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 04:41
fa3f2f0 to
86fea94
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 06:02
86fea94 to
fae8600
Compare
dazzatronus
changed the base branch from
derk/sdk-generation-legacy-migration
to
derk/sdk-generation-player-support
August 25, 2026 06:06
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 06:18
fae8600 to
a8aac35
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 06:31
a8aac35 to
ece9a63
Compare
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.
Generation needs visible progress and failure feedback without persisting transient state in an edit.
An indeterminate ring is used because the generator contract exposes no measurable progress. Canvas and timeline reuse this state; generation events invalidate the timeline's memoised view because the edit document itself does not change when work starts. Failures remain inline and retryable.
Verify:
npm run verify:ci