08.10.2025, 08:43
1. Maximum size for all widgets in Compact mode has been increased to 1024.
2. Shape widget added in v20251008.
3. Nice feature but rather complicated to implement. We'll think about it.
4. Already on our to-do list but don't expect this soon.
5. Custom name is available in v20251008. Date selection might be added later.
6. Text label widget has a configurable size in the current version.
7. We'll think about it. For now you can use Additional classes (spinner-button-no-shape, spinner-button-shape-square or spinner-button-shape-rounder-corners) and Custom CSS:
8. Available in v20251008.
2. Shape widget added in v20251008.
3. Nice feature but rather complicated to implement. We'll think about it.
4. Already on our to-do list but don't expect this soon.
5. Custom name is available in v20251008. Date selection might be added later.
6. Text label widget has a configurable size in the current version.
7. We'll think about it. For now you can use Additional classes (spinner-button-no-shape, spinner-button-shape-square or spinner-button-shape-rounder-corners) and Custom CSS:
Code:
.spinner-button-no-shape .spinner-btn {
background: none;
color: var(--visu-widget-active-color)
}
.spinner-button-shape-square .spinner-btn {
border-radius: 0;
}
.spinner-button-shape-rounder-corners .spinner-btn {
border-radius: calc(var(--spinner-base-size) * 0.25);
}
8. Available in v20251008.