Skip to content

Commit 62261c0

Browse files
authored
Removed Board page, samples, and references to it (#4810)
* Removed Board page, samples, and references to it. * Added missing LumoUtility import. * Removed Board package version from package.json * Removed Board mention in MPR docs * Changed mention of Board in Flow WC Java API docs to mention Grid instead * Revert "Changed mention of Board in Flow WC Java API docs to mention Grid instead" This reverts commit a336621.
1 parent 2bfe293 commit 62261c0

34 files changed

+2
-2110
lines changed
-4.66 KB
Binary file not shown.

articles/components/board/index.adoc

Lines changed: 0 additions & 302 deletions
This file was deleted.

articles/components/index.adoc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -645,17 +645,6 @@ include::app-layout/index.adoc[tag=description]
645645
<<{components-path-prefix}app-layout#,See App Layout>>
646646

647647

648-
[.component-card.commercial]
649-
=== Board
650-
651-
image::{components-path-prefix}board/board.png["", opts=inline, role="banner"]
652-
653-
include::board/index.adoc[tag=description]
654-
655-
[.sr-only]
656-
<<{components-path-prefix}board#,See Board>>
657-
658-
659648
[.component-card.commercial]
660649
=== Dashboard
661650

articles/designing-apps/responsiveness.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The following table contains an overview of the responsive features of each comp
8888
|Component|Responsive Features
8989

9090
|<</components/app-layout#,App Layout>>|The navigation drawer can be displayed as an overlay or bottom navbar. The drawer automatically collapses to a hamburger menu on small viewports.
91-
|<</components/board#,Board>>|The layout is automatically optimized and adjusted based on the screen size.
91+
|<</components/dashboard#,Dashboard>>|The layout is automatically optimized and adjusted based on the screen size.
9292
|<</components/charts#,Charts>>|All chart types can be configured to fill any available space. Charts scale in real time when the container size changes.
9393
|<</components/context-menu#,Context Menu>>|The menu is fixed to the bottom of the screen on small viewports.
9494
|<</components/crud#,CRUD>>|The editor is always shown as an overlay on small viewports.

articles/tools/mpr/configuration/limitations.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ Java 8+ is required. Since the application managed by the MPR is a Flow applicat
112112
Old browsers aren't supported. Browser support for MPR applications is based on the running Vaadin version. For Vaadin 14, those include Internet Explorer 11 with transpilation, and evergreen browsers (the latest versions of Chrome, Firefox, Opera, Safari and Edge). For Vaadin 15 and newer, IE11 and Safari versions older than 13 are no longer supported.
113113

114114

115-
== Vaadin Board
116-
117-
Vaadin Board 1.1.0 isn't supported. Since Vaadin Board 1.1.0 requires Polymer 2, and Vaadin {vaadin-version} requires Lit, Vaadin Board isn't compatible with Vaadin {vaadin-version} and can't be used as a legacy component.
118-
119-
120115
== Z-Indexes
121116

122117
Z-indexes of the modern Vaadin Design System aren't aligned with legacy. Components using overlays and popups in Vaadin 7 and Vaadin 8 are organized in different z-indexes from similar components in the modern Vaadin Design System. Thus it's possible that some combinations of them don't work.

frontend/demo/component/board/board-basic.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)