[4/6] Show generation state on pending clips - #160
Merged
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
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 06:58
ece9a63 to
cef40d7
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 07:18
cef40d7 to
089b7b5
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 09:12
089b7b5 to
f76227f
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 09:35
f76227f to
a74d197
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
2 times, most recently
from
August 25, 2026 10:30
ba25a75 to
07f9690
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 11:56
07f9690 to
3324409
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 11:59
3324409 to
b5475e1
Compare
dazzatronus
force-pushed
the
derk/sdk-generation-pending-state
branch
from
August 25, 2026 12:03
b5475e1 to
b1d2976
Compare
|
🎉 This PR is included in version 2.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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