Add default autosave restore UX#3675
Draft
adamziel wants to merge 1 commit into
Draft
Conversation
6d845e9 to
7175499
Compare
472412b to
e25663b
Compare
7175499 to
d13a74c
Compare
e25663b to
4d7ea96
Compare
d13a74c to
071c74c
Compare
4d7ea96 to
c384480
Compare
071c74c to
f0eaf10
Compare
c384480 to
e1c0ac2
Compare
f0eaf10 to
ca2c069
Compare
e1c0ac2 to
d54f642
Compare
ca2c069 to
412b202
Compare
d54f642 to
59f55a6
Compare
412b202 to
2c75c3f
Compare
59f55a6 to
cdb4729
Compare
2c75c3f to
7a9e9e5
Compare
cdb4729 to
b8f362e
Compare
7a9e9e5 to
5abb063
Compare
b8f362e to
9189c61
Compare
5abb063 to
79dc611
Compare
9189c61 to
2e76323
Compare
79dc611 to
4b67318
Compare
2e76323 to
46b72ef
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
Makes browser storage autosave the default Playground experience when available.
Users get a restore nudge for recent autosaves, the save status reflects
autosaving/finalized states, and the Save modal presents storage choices
consistently around the current persistence state.
Rationale
The UI should not make users decide between browser storage and local directory
storage unpredictably. This PR keeps the default autosave flow separate from the
overlay redesign so the main user-facing state transitions are easier to review.
Implementation
Updates the selected-site guard, save status indicator, Save modal, Site Manager
details, and the query API documentation/tests for default autosave behavior.
This is stacked on
feature/autosave-site-lifecycle-apibecause it consumes theautosave persistence model and lifecycle actions added there.
Testing instructions