-
Notifications
You must be signed in to change notification settings - Fork 63
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
[FR] Block picker #569
Comments
Agree 100% - I would love this. |
I'm pretty keen to add this soon - just wondering if anyone has feedback on whether the choice between this and the existing buttons should be set at the plugin or field level? |
My Vote: Plugin Level: Content admins don't need two UI's |
@ttempleton I just took a look at the main branch, nice work getting this in! It cuts down on the UI noise a great deal. A little bit of feedback. The icons / buttons need to be way smaller. Here's a couple of mockups: I think I actually prefer the list style as its much easier to scan down the list. For reference this is what I'm seeing: |
@ttempleton Looks like you're using the Granish menu javascript and overriding a lot of styles. Pairing back your customisations and adding a few tweaks we get something like: |
Thanks for the feedback! @leevigraham regarding the list style, I've just made some changes to replace the
Regarding the grid icon size, I'll have a chat to our dev team about that when I get a chance on Thursday and will update here. @Mathias-Syversen I think allowing custom new block button/menu styles is a great idea! I'm not sure if it's feasible in the short term, since all of the new block buttons/menus are currently rendered in JavaScript, but it's something I'd definitely like to do in the future. |
I love seeing all this chatter and movement happening here! Thanks for the great work folks :) |
I'm with @Mathias-Syversen, The modal looks great and gives users much more information. We have all the elements to build that (image / icon, title, and description). I would love to see this as an option… |
I've just made some changes to:
Sorry about the repeated setting name changes 😅 Happy to hear any other feedback on how the grid/list styles could be improved. Regarding adding the ability to customise/override the new block menu - please feel free to open a new issue for that. |
I've just released Neo 3.6.0 with the grid/list menu styles. |
The icons seems to be saved in project config as a relation to an asset? |
Having the same issue as Mathias-Syversen This feature is not working in a setup with a local development combined with a production environment where 1. the development assets are not available, and 2. the admin changes are not allowed. |
Having some kind of block picker with icons and descriptions would be a welcomed addition.
I'm not sure how this could work with nested blocks.
In our current build we're overriding the NEO css so the "Add a block" button is always shown:
Example from Webflow
Example from Vizy
The text was updated successfully, but these errors were encountered: