Refine Your Playgrounds overlay for autosaves#3676
Draft
adamziel wants to merge 1 commit into
Draft
Conversation
472412b to
e25663b
Compare
4b520c8 to
9846bfa
Compare
e25663b to
4d7ea96
Compare
9846bfa to
5049b4a
Compare
4d7ea96 to
c384480
Compare
5049b4a to
ca2960c
Compare
c384480 to
e1c0ac2
Compare
ca2960c to
4247ce7
Compare
e1c0ac2 to
d54f642
Compare
4247ce7 to
d5b24fe
Compare
d54f642 to
59f55a6
Compare
d5b24fe to
0df4397
Compare
59f55a6 to
cdb4729
Compare
0df4397 to
239506e
Compare
cdb4729 to
b8f362e
Compare
239506e to
132cc75
Compare
b8f362e to
9189c61
Compare
132cc75 to
b964d85
Compare
9189c61 to
2e76323
Compare
b964d85 to
fa705df
Compare
2e76323 to
46b72ef
Compare
fa705df to
9926e93
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.
What it does
Refines the Your Playgrounds overlay for the default autosave flow.
The overlay now separates opening existing Playgrounds from explicit creation
actions, and the E2E helpers/tests cover the autosave-first creation and restore
paths.
Rationale
The overlay is the highest-churn UI piece in the original save-by-default PR.
Keeping it in its own PR lets reviewers evaluate the creation flow and test
coverage without re-reviewing the persistence foundation.
Implementation
Updates the overlay component, supporting browser chrome styles, blueprint entry
points, and Playwright coverage for the default storage behavior.
This is stacked on
feature/default-autosave-uxbecause the overlay presentsthe autosave state and actions introduced there.
Testing instructions