-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sites: Use Redux state preference for recent sites (#7478)
* Sites: Use Redux state preference for recent sites * SItes: Map recent sites over sites keyed by ID Splice does not work as intended when inserting indices out of order. * Framework: Render controller elements with store context * Sites: Render connected site selector as pure Sites object can change internally, which can be monitored via observe mixin until we’ve migrated to Redux-based state * State: Remove unused recentlySelectedSiteIds reducer
- Loading branch information
Showing
14 changed files
with
151 additions
and
180 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
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
Oops, something went wrong.