Soroosh Taefi

Results 23 issues of Soroosh Taefi

### Describe your motivation When dealing with DTOs instead of entities, it is easier to project data with a DTO class different that the one used for Update and Save...

enhancement
hilla
investigation

### Describe your motivation As the default for `AutoGrid` is to show all the columns (there could be) 30-40 columns, using `visibleColumns` to hide a handful of columns is not...

enhancement
hilla

### Description of the bug Having a Vaadin application built for production as a dependency forces production mode to the main application at development time. It seems that the `DefaultApplicationConfigurationFactory`...

It seems that the documentation of HillaPlugin for HotSwapAgent didn't get any further than the description in [this](https://github.com/vaadin/hilla/pull/1485) PR. It should be described/mentioned properly in the docs.

hilla

There is no proper mention about the existence and effects of implementing [CountService](https://github.com/vaadin/hilla/blob/main/packages/java/endpoint/src/main/java/com/vaadin/hilla/crud/CountService.java) on the AutoGrid / AutoCRUD in the Hilla documentation. Implementing that interface by the `@BrowserCallable` service has...

hilla

### Describe your motivation There should be support for exposing a `@BrowserCallable` service containing public methods returning a `NumberSignal` subscription type as follows: ```java @BrowserCallable @AnonymousAllowed public class CounterService {...

enhancement
hilla

### Describe your motivation As Fullstack Signals is going to be experimental in the next release, it should be behind a feature flag that enables it only on demand. More...

enhancement
hilla

## Description This adjusts the Hilla statistics gathering based on what's explained in vaadin/platform#6430 Fixes #2129 ## Type of change - [x] Bugfix - [ ] Feature ## Checklist -...

This technical documentation should be part of the repository as a markdown document, available for the contributors as well as the maintainers, describing the overall overview of how the feature...

hilla

This technical documentation should be part of the repository as a markdown document, available for the contributors as well as the maintainers, describing the overall overview of how the feature...

hilla