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

[Task] Extend Dashboard layout to grid with user-defined card sizes #729

Closed
Tracked by #727
andrewazores opened this issue Dec 8, 2022 · 0 comments · Fixed by #796 or #813
Closed
Tracked by #727

[Task] Extend Dashboard layout to grid with user-defined card sizes #729

andrewazores opened this issue Dec 8, 2022 · 0 comments · Fixed by #796 or #813
Assignees
Labels
feat New feature or request needs-documentation

Comments

@andrewazores
Copy link
Member

andrewazores commented Dec 8, 2022

After #728, the Dashboard layout system should be further extended to a Grid:

https://www.patternfly.org/v4/layouts/grid

When a user adds a card to the grid it should have a default size, specified by the type of card being added. This default should be the minimum size that the card can reasonably render and display its content. The top right action menu should have a Resize action that allows the user to change the size of the card and expand it, or bring it back down to the default/minimum. The default value should be indicated in the resize dialog content. This size should also be persisted in the dashboard layout. The card layout will still be modelled as a stack or list, but the rendering on screen will allow smaller cards to be rendered side-by-side, forming rows, instead of forcing a vertical stack orientation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request needs-documentation
Projects
No open projects
Status: Done
2 participants