hilla icon indicating copy to clipboard operation
hilla copied to clipboard

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.

Results 422 hilla issues
Sort by recently updated
recently updated
newest added

This class deals with the simplest cases of properties that change name or path in a DTO. It also supports a function to be applied each time a `PropertyStringFilter` is...

### Describe your motivation This will enable having the name of the endpoint's transfer type in production mode (preserved from minification), and makes it possible to use the name dynamically,...

enhancement
hilla

### Describe the bug `Npm run build` runs `prepare.sh` script which cannot be executed on Windows without WSL or GitBash or other interpreter. And asks to install JQ as well....

bug
hilla
internal improvement

### Describe your motivation Having custom JSR380 validations on the backend, it would be handy if there was a way of intercepting to the message returned by the endpoint to...

enhancement
hilla

### Discussed in https://github.com/vaadin/hilla/discussions/1634 Following the aforementioned RFC and the discussion, let us replace the class-based models with the object based design. This is a big change. I would suggest...

enhancement
Epic

This issue is for discussing possibly adding support for Vue in the future. It is intended as a way for us to gauge interest and gather insights. Please upvote and...

enhancement
hilla

Currently several things related to I18N in the `Auto*` components are hard-coded and not configurable: - `AutoGrid` - Filter operator select texts (equals, less than, ...) - Date pickers in...

enhancement
hilla

A boolean property should be rendered as a checkbox with a label

enhancement
hilla

### Describe your motivation AutoGrid is currently limited to using a service method with the signature `List list(Pageable pageable, @Nullable Filter filter);`. This is inconvenient in cases where I've got...

enhancement
hilla

### Describe your motivation Currently, the Auto Grid require specifying the model. ``` ``` ### Describe the solution you'd like It would be less typing if the model info is...

enhancement
hilla