-
Notifications
You must be signed in to change notification settings - Fork 115
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
Create an "Add Block" popover widget #338
Comments
Can we remove the AC "Only 8 blocks are shown, and a "Show all blocks" link is provided to show all blocks immediately"? As a first cut, it would be best to just show all blocks in alphabetic order. We will advise on a max-height for the popover and blocks can just scroll within that space. There will be a downside to this (double scroll with page beneath) but makes it an easy start to getting something usable with having to do a "show all" expand area. We will update the design accordingly. Sorry I can't edit the original issue. |
So remove the A/C and replace it with "Blocks are shown in alphabetical order and a scroll bar is used when there are many blocks"? Also, I note that the designs say "most used" but we don't have a method to determine the "most used" blocks right now - and it's not really factored into the estimation for this task - Should we separate that out? I note you're talking about blocks in alphabetical order so should we change the title ("most used")? |
@newleeland confirmed that we won't show a "Most used" heading for now, but it is something that may be added in the future. For now we won't show a heading. |
Yeah, so I thought we would break this into smaller stories to make it more achievable (as said we never estimated for the most used ordering I think). For the first phase it'll just be a list in alphabetic order with the whole panel (excluding the search) being scrollable if it exceeds the height (@newleeland to provide). Let's ensure that the max height cuts off overflowing items so it can be seen there are more to scroll to. Out if scope (likely for future):
|
I'm pretty keen to get the work that Raissa has already done into master as this issue is blocking 4 other issues that we want to start on this week/next week. @clarkepaul are you okay with transferring the outstanding style touch-ups to a follow up issue? |
Sure yup, sounds good. |
The designs have a popover widget that is used to select a block type when adding new blocks to an elemental area. This widget is shown when clicking the add button and also when using the control that appears between blocks (see designs).
Designs
User Story
As a user, I want a way to select a block from a selection of blocks which have been made available to me and add it within a page, so that I can build a page with different block types easily.
A/Cs
Only 8 blocks are shown, and a "Show all blocks" link is provided to show all blocks immediatelyRelated issues
(Closed) Previous issue: #293
Show this popover when pressing the buttons: #339
Make this popover do something: #340
Implement the search functionality: #341
Show an "Add Blocks" link/control when no blocks are in an area: #351
The text was updated successfully, but these errors were encountered: