You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: hide dashboard spacing api temporarily (#6831)
* refactor: hide dashboard spacing api temporarily
* fix: make helpers public
* fix: make helpers public
* test: revert deletion of helper and use spacing property directly
Copy file name to clipboardExpand all lines: vaadin-dashboard-flow-parent/vaadin-dashboard-flow-integration-tests/src/main/java/com/vaadin/flow/component/dashboard/tests/DashboardItemResizePage.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ public DashboardItemResizePage() {
Copy file name to clipboardExpand all lines: vaadin-dashboard-flow-parent/vaadin-dashboard-flow/src/main/java/com/vaadin/flow/component/dashboard/Dashboard.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
* Dashboard is a responsive layout component that allows users to organize
45
45
* widgets either directly within the dashboard or optionally group them into
46
46
* sections. The component supports customizable layout options like maximum
47
-
* column count and spacing.
47
+
* column count.
48
48
* <p>
49
49
* Internationalization (i18n) is supported through {@link DashboardI18n},
50
50
* allowing customization of accessible names for the dashboard controls. The
@@ -319,7 +319,7 @@ public void setMinimumRowHeight(String minRowHeight) {
0 commit comments