-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List View: avoid re-rendering all items on block focus (#35706)
* List View: add e2e utils for list view open and close * List View: move selection querying to List View Block to avoid re-rendering all items on block focus * List View: simplify useListViewClientIds and remove showOnlyCurrentHierarchy prop * List View: move nested AsyncModeProvider call to ListViewBlock * List View: make available flags present in JSDoc * List View: remove unneeded is-last-of-selected-branch logic * Edit Widgets: use list view sidebar instead of dropdown * Edit Widgets: do not show actions in list view for widget areas
- Loading branch information
Showing
24 changed files
with
600 additions
and
367 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
Oops, something went wrong.