-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include the block variations on the inserter selector #25182
Include the block variations on the inserter selector #25182
Conversation
Size Change: -232 B (0%) Total Size: 1.2 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work here Riad! 💯. I've left a comment about adding keywords
in getItemFromVariation
to include those as well. You can test it by searching for example music
.
a56098c
to
ea67fe1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to see this refactor.
Good catch. :) |
Co-authored-by: Miguel Fonseca <miguelcsf@gmail.com>
The way block variations are included in the inserter is very hacky. It also results in a number of issues:
This PR solves this by just moving the inserter variations to the inserter items selector.