Skip to content
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

Use tiles instead of grid for module cards #189

Open
cbkerr opened this issue May 28, 2023 · 1 comment
Open

Use tiles instead of grid for module cards #189

cbkerr opened this issue May 28, 2023 · 1 comment

Comments

@cbkerr
Copy link
Member

cbkerr commented May 28, 2023

Feature description

I think tiles would allows us to define cards for modules that take different sizes and use the space more efficiently.

For example, buttons could be small, spreadsheet and navigator could be wide, statepoint could be narrow and tall...

@bdice
Copy link
Member

bdice commented May 30, 2023

Maybe. I’m not categorically opposed to this but dynamically reflowing tiles with a mixed set of sizes will be hard to do in a way that is visually consistent. I have dealt with tile-like UIs in CSS before Flexbox was a thing, and it was kind of a nightmare. If you have a strong interest in this, try mocking up a prototype PR and we can discuss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants