Add default autosave restore UX#3675
Closed
adamziel wants to merge 1 commit into
Closed
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
4b67318 to
fd4be34
Compare
46b72ef to
a7a78d7
Compare
99dfbef to
460d0c4
Compare
cdf3906 to
b989e5e
Compare
460d0c4 to
40390b7
Compare
b989e5e to
a92dfb5
Compare
40390b7 to
a6f3664
Compare
a92dfb5 to
d401479
Compare
a6f3664 to
69f1287
Compare
d401479 to
421cc56
Compare
a0fb8dc to
6dd7fdb
Compare
421cc56 to
cad7859
Compare
6dd7fdb to
50b044d
Compare
cad7859 to
88d06e4
Compare
50b044d to
9f9b691
Compare
88d06e4 to
dc36abb
Compare
9f9b691 to
abd0c20
Compare
dc36abb to
7cc0450
Compare
abd0c20 to
a1b8f17
Compare
7cc0450 to
cfac79a
Compare
a1b8f17 to
6136a9b
Compare
cfac79a to
785ca96
Compare
6136a9b to
1137314
Compare
785ca96 to
605f317
Compare
1137314 to
0e07d15
Compare
605f317 to
987aed0
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