-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close Playground Manager by default (#1831)
## Motivation for the change, related issues Users are accustomed to seeing WordPress fill most of the page when loading WordPress Playground, and after we launched the Playground Manager, we received feedback indicating it might be better to leave it closed by default. We are concerned that users won't be able to find the button to open the Playground Manager, but we can work to make that button clearer in a separate PR. Closes #1815 ## Implementation details We update the redux `siteManagerIsOpen` state default to `false` while preserving specific reasons it should be false, even if the overall default is changed back to `true`. ## Testing Instructions (or ideally a Blueprint) - CI - Run `npm run dev`, open Playground web app in a desktop browser, confirm that the Playground Manager UI is closed.
- Loading branch information
1 parent
f1f5d4d
commit 8140715
Showing
3 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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