Show Restart button on the export-as and settings screens#2282
Open
Fabrimat wants to merge 5 commits into
Open
Show Restart button on the export-as and settings screens#2282Fabrimat wants to merge 5 commits into
Fabrimat wants to merge 5 commits into
Conversation
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.
Summary
Makes the red Restart button always visible from the moment a world is loaded, so the user can start over at any point in the flow without having to wait until the save screen.
Until now, Restart only appeared on the save screen and on the conversion screen after an error or cancellation. With this change it is also present on:
Select Worldand the existing save screen are unchanged.Changes
Restartbutton as the first element of the bottom bar onModeScreenandSettingsScreen. Same handler (window.location.reload()) as the existing Restart elsewhere in the UI.Switch Modeon the advanced settings screen from red to magenta so it visually pairs withAdvanced Modeon the previous screen and is no longer the same red as the new Restart button.No backend changes. No new dependencies.