-
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 dashboard dense mode #7881
Conversation
@@ -10,11 +10,12 @@ | |||
*/ | |||
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js'; | |||
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | |||
import { DashboardLayoutMixin } from './vaadin-dashboard-layout-mixin'; |
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.
nit: missing .js suffix
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.
Done
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
This PR adds dense mode support to dashboard and dashboard layout.
Fixes https://github.com/orgs/vaadin/projects/70/views/1?pane=issue&itemId=81315994
Part of vaadin/platform#6626
Type of change
Feature