Gilberto Torrezan
Gilberto Torrezan
Consider this environment: a `MaterialIcon` inside a `MaterialCollapsibleHeader`, which shows options in the `MaterialDropDown` for the selected item when clicked (something like Google Inbox). In this environment, when clicking on...
Everything that depends on Polymer doesn't quite work well with Vite, but everything that is not iron-icon, there's an workaround for it. Vaadin components that are based on Polymer don't...
## Description Currently there's no guidance on how developers should test their Hilla application. We need to have a comprehensive documentation with opinionated guides on how to effectively build automated...
It's recommended and considered a best practice to avoid mutating data received from the endpoints. This is a breaking change that will introduce the `readonly` flag and `ReadonlyArray` to the...
## Description Although the goal is to have Kotlin support, the idea is to technically support any JVM language. Kotlin would be given special attention in our tutorials and guides,...
## Description When developing data-driven views, such as with grids and charts, the developer is often presented with an empty preview, since there's no data to show. This goes against...
Part of https://github.com/vaadin/flow/issues/4619 same as vaadin/flow#4623. Current push tests test already websockets and websockets_xhr transports.
Routes and child routes should be tested in non-root servlet contexts. The tests should cover development mode. Part of https://github.com/vaadin/flow/issues/4619 same as vaadin/flow#4621
Static resources include static files and files served by webjars. The tests should consider development and production modes. Part of https://github.com/vaadin/flow/issues/4619 and blocked (?) by vaadin/flow#3600
A color picker widget, following the material design guidelines. I imagine something [like this one](http://www.eyecon.ro/colorpicker) (in terms of features): - Flat mode: shows the canvas with the color gradient directly...