-
**Build.gradle**
```
plugins {
id 'org.gretty' version '2.3.1'
id 'com.devsoap.vaadin-flow' version '1.0.0.RC6'
}
apply plugin: 'java'
apply plugin: 'war'
vaadin {
version '12.…
-
**Originally by @Ansku**
___
Steps to reproduce:
1. Open GridEditorFrozenColumnsUI (you may set frozen column count to 0 as this is not related to those, you just need an editable Grid with a horizon…
-
As it stated in https://polymer-library.polymer-project.org/3.0/docs/devguide/style-shadow-dom#style-modules the theming is applied a bit differently in P3.
Adding that boilerplate to all of the th…
pleku updated
5 years ago
-
I have upgraded to Vaadin 10 and app layout 2.0.5
i don't know which alternative should be use for ( .withDesign(AppLayoutDesign.MATERIAL) )
or how can i change the color off app bar ?
-
Many people are using this plugin for compiling Vaadin theme natively.
Unfortunately, the way Vaadin has been designed, the final sass compilation depends on sass files included in dependencies (libs…
-
In order to create responsive grids, it would be nice to be able to set responsive steps as is possible with form layouts (https://vaadin.com/components/vaadin-form-layout/java-examples)
Since it is …
-
I just tried using the KeyActions add-on and I'm now getting the following error when compiling the widgetset:
```
[INFO] Scanning for projects...
[INFO] …
-
**Describe the bug**
With version 2.0.5 everything works fine, but with 2.0.6 I get a NPE whenever I start my app and the Vaadin Router tries to navigate to any Route.
**To Reproduce**
Steps to r…
-
Hi,
As I've highlighted on a [StackOverflow answer](https://stackoverflow.com/questions/54474621/vaadin-12-pwa-with-cdi-and-existing-jax-rs-service), I'm having problems with Flow/PWA and CDI, beca…
-
**[Artur](https://jira.spring.io/secure/ViewProfile.jspa?name=artur)** opened **[SPR-16655](https://jira.spring.io/browse/SPR-16655?redirect=false)** and commented
Moved from https://github.com/sprin…