platform
platform copied to clipboard
Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right o...
## Description Enable developers to use the `setDisableOnClick(boolean)` method on `MenuItem`s, similar to the existing API on buttons. This feature will prevent multiple triggering of heavy-running code associated with `MenuItem`s...
### Describe the bug  Failed to execute mojo com.vaadin:vaadin-maven-plugin:24.4.12:prepare-frontend {execution: default} (com.vaadin:vaadin-maven-plugin:24.4.12:prepare-frontend:default:process-resources) ``` org.eclipse.core.runtime.CoreException: Failed to execute mojo com.vaadin:vaadin-maven-plugin:24.4.12:prepare-frontend {execution: default} at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeMojo(MavenExecutionContext.java:404) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.lambda$2(MavenExecutionContext.java:355) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.executeBare(MavenExecutionContext.java:458) at org.eclipse.m2e.core.internal.embedder.MavenExecutionContext.execute(MavenExecutionContext.java:339)...
### Describe your motivation Follows up the https://github.com/vaadin/platform/issues/6720. As the diagram below shows, the `UsageStatistics` API sends the stats data to browser, then browser sends it back to server. This...
### Describe your motivation Re-created in Vaadin Platform, because the [original issue](https://github.com/vaadin/start/issues/3171) from @LiveNathan has been moved to a private repo. Whenever I download a project from the Vaadin app...
### Describe the bug ```log [mvn-builder-project] WARNING org.apache.maven.lifecycle.internal.builder.BuilderCommon - ***************************************************************** [mvn-builder-project] WARNING org.apache.maven.lifecycle.internal.builder.BuilderCommon - * Your build is requesting parallel execution, but this * [mvn-builder-project] WARNING org.apache.maven.lifecycle.internal.builder.BuilderCommon - * project...
## Description A Widget component for use with the [Dashboard component](https://github.com/vaadin/platform/issues/6626) ## Acceptance criteria - [x] Header with title and slot for custom header elements - [x] Content area -...
## Description A component for responsive, grid-based dashboards. ## Acceptance criteria - [x] Automatically placed widgets (no API for setting widget in specific column and row) - [x] Responsive -...
Text and background color pickers added to RTE toolbar. The default color options can be customized. https://github.com/vaadin/web-components/issues/7134
Trying to use this starter project with Quarkus 3.24.1 results in an error: ``` 2025-06-26 20:28:30,308 INFO [io.qua.dep.dev.IsolatedDevModeMain] (main) Attempting to start live reload endpoint to recover from previous Quarkus...