-
Notifications
You must be signed in to change notification settings - Fork 52
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
Theme: Add Row Height option (including "Compact") #1166
Conversation
Perhaps the most noticeable differences is in the UI Table (cc @thebaldgeek - know this'll be of interest for you) CompactComfortableDefault |
Thanks for the tag, it does look interesting. |
It is very controllable via the "Max Rows" option: https://dashboard.flowfuse.com/nodes/widgets/ui-table.html#pagination |
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.
This looks good to me
return { | ||
rowHeight: 45 | ||
rowHeight |
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.
this causes a change in the default width of the Fixed items, meaning users will need to narrow their groups
Description
Baseline.vue
, but had to add in overrides forui-button
as that behaves differently to all others.widget-row-height
CSS variable to drive row height (and inheritance into widgets)Related Issue(s)
Closes #1095
Examples
Default
Screen.Recording.2024-08-06.at.16.53.32.mov
Comfortable
Screen.Recording.2024-08-06.at.16.54.32.mov
Compact
Screen.Recording.2024-08-06.at.16.54.56.mov