You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Site Settings available to duplicate views experiment users (#98875)
* PoC
* Tidy up the styles
* /sites/settings/administration -> /sites/settings/site
* Add "Admin interface style" to General Settings
* Redirect /settings/general to /sites/settings/site
* Hide settings sidebar for simple sites
* Introduce `useRemoveDuplicateViewsExperimentEnabled`
* Update flags
* Update flags in controllers
* Update flags in components
* Fix type error
* Remove Admin interface style
Revert "Add "Admin interface style" to General Settings"
This reverts commit b0caa4b.
* Use PanelCard instead of HostingCard
* Don't use wide Panel card
* Proper switching b/w /hosting-feature <-> /hosting-config
- Switching to Atomic while on /hosting-feature: Redirect to /hosting-config/:site
- Switching to Simple while on /hosting-config: Redirect to /sites/settings/site/:site
* Remove the notice for staging sites
* Remove /settings/general -> /sites/settings/site redirection
* Revert "Remove /settings/general -> /sites/settings/site redirection"
This reverts commit 2d5d325.
* Limit re-instated /settings/general/:site redirect to classic view only
* Redirect if the user is not admin
* Add redirects to wp-admin based on #98664
* Fix unexpected redirection to options-general.php
* Redirect /settings to site settings if in treatment group
* Remove redirects
* Move settings redirects to local controller
* Typo
---------
Co-authored-by: Louis Laugesen <[email protected]>
0 commit comments