Gilberto Torrezan

Results 11 issues of 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...

enhancement

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...

bug
Impact: Low
Severity: Minor
vite

## 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...

hilla
acceptance criteria

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...

hilla
acceptance criteria

## 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,...

hilla
acceptance criteria

## 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...

acceptance criteria
studio

Part of https://github.com/vaadin/flow/issues/4619 same as vaadin/flow#4623. Current push tests test already websockets and websockets_xhr transports.

testing
internal improvement

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

testing
internal improvement

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

testing
internal improvement

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...

new feature