-
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: dashboard lumo styles #7904
Conversation
packages/dashboard/theme/lumo/vaadin-dashboard-widget-styles.js
Outdated
Show resolved
Hide resolved
There seems to be an issue with dragging an unfocused item in Firefox with this change. I cannot reproduce it using the feature branch. |
FIxed, also fixed the following as discussed internally
|
d14720b
to
f6c7065
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.
We should also remove the mention of title slots from the JSDocs of widget and section. Otherwise LGTM. One more review from someone would be good to have before we merge.
aria-label="${this.__i18n.resizeGrowWidth}" | ||
title="${this.__i18n.resizeGrowWidth}" | ||
@click="${() => fireResize(this, 1, 0)}" | ||
id="resize-grow-width" | ||
></button> | ||
<button | ||
part="resize-grow-width-button" |
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: might consider expand
instead of grow
🤔
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.
The terminology is the same that's used for the accessible names/i18n, originating from here. Let's discuss changing it separately.
Quality Gate passedIssues Measures |
Description
First iteration of dashboard Lumo theme.
Visual tests are to be added separately once the component design is finalized.
Part of https://github.com/orgs/vaadin/projects/70/views/1?pane=issue&itemId=75293217
Type of change
Feature