-
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
Grid: Discussion regarding flows #64289
Comments
Rich makes excellent points there, though nothing new. What I'm essentially hearing is we need to deeply understand what the tool solves, before we build it. In the case of CSS grid, what are some website layouts that can best, or only, be accomplished with CSS grids? The bento-box/highlight grid on this page, or even what's currently an image on the WordPress release microsites, comes to mind. Arguably we should find 8-10 such examples, build each of them, and refine the tools to help make that trivial, easy, and a good experience. I'm not sure that's a task that's only on design, though; although we definitely have our work cut out for us in improving the inspector interface, using the feature we're building should arguably on every one of us, developers included. What do you think? |
Yes that makes sense :) I was more interested in seeing if anyone already had any thoughts on the four questions I quoted in the issue description. |
Auto or manual are almost identical. Should these be merged? The difference is not clear.
It is not clear what it does. It feels hidden. A minimum column width is good to have.
A grid for me is like a table. A grid contains columns and rows. One should be able to add a certain amount of columns and rows from the beginning to define a layout area.
Default for amount of columns and rows. One can start with a certain amount and explore.
I expect when adding something to a grid that the block inside a cell when dragged out will then snap to additional cells it is dragged into. Filling the cells. I went ahead and made a video. Let me know what other things that I should focus on. Questions that show up. |
Feedback from @richtabor:
All good questions I'd like to discuss openly with @WordPress/gutenberg-design.
The text was updated successfully, but these errors were encountered: