flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
It should be possible to use signals for UI state management in an application that uses e.g. Kubernetes Kit to serialize user sessions. In other words, a class like this...
### Describe your motivation When the argument of a ClientCallable cannot be deserialized, the exception is just an `IllegalArgumentException` thrown by Jackson, with no indication of which method failed. >...
#22849 updated the Maven plugin build frontend scanning by excluding by default Vaadin development dependencies. In the previous Vaadin version this was not required because dev dependencies were usually filtered...
### Description of the bug I am using Vaadin with Gradle `8.12` and the `com.vaadin` gradle plugin. Since I move the plugin to version `24.8` up to `24.9.5`, the configuration...
I want to build an application that implements a Multi-Document approach using a tab sheet. The layout consists of a navigation panel on the left and a tab sheet on...
### Description of the bug Flow does not infer that adding or removing Tailwind classes in Java code requires recompiling the Tailwind CSS and thus building a new production bundle....
### Description of the bug Overlays opened from an embedded Flow UI are rendered outside of the shadow root into which the "inline" UI is rendered, and are thus in...
### Description of the bug If an Icon is created with a DownloadHandler and added to a disabled component, the downloadhandler will fail and the icon will not be loaded....
### Description of the bug flow-server module has become a place where we have dropped various things needed by the front-end build and development time tooling. There is a lot...
### Description of the bug When I add @Push annotation on my AppShellConfigurator class I receive this warnings when stopping the webserver. I also added asyncSupported = true in my...