-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: add vaadin-dashboard-layout #7653
Conversation
* A mixin to enable the dashboard layout functionality | ||
* | ||
* @polymerMixin | ||
* @mixes ResizeMixin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no ResizeMixin
used here, so this line should be probably removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, removed for now. ResizeMixin is to be added in a separate PR.
0e97286
to
557352a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I added one comment for a typo.
Co-authored-by: Ugur Saglam <106508695+ugur-vaadin@users.noreply.github.com>
Quality Gate passedIssues Measures |
This ticket/PR has been released with Vaadin 24.6.0.beta1 and is also targeting the upcoming stable 24.6.0 version. |
Description
Add the very basic layout functionality of the
<vaadin-dashboard>
and<vaadin-dashboard-layout>
components:--vaadin-dashboard-col-min-width
: CSS variable that affects the number of column and limits how narrow the last column can shrink before it overflows--vaadin-dashboard-col-max-width
: CSS variable that limits how wide the columns can grow when given enough spaceFixes https://github.com/orgs/vaadin/projects/70/views/1?pane=issue&itemId=74624766
Type of change