-
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.
Refactor the inserter and quick inserter
Changes the main inserter and the quick inserter to both use common selectors which determine which items that should appear for insertion. This means that common logic (e.g. is this block enabled?, has this block already been used?) can be shared between the two inserters. At the same time, also allow Reusable Blocks to appear in the MRU and MFU inserter lists.
- Loading branch information
1 parent
2f8ff09
commit 1c2db95
Showing
11 changed files
with
609 additions
and
464 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
Oops, something went wrong.