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

### Describe the bug Hello. This is DTO class: ```java public class DTO{ List q } ``` This is how TS DTO generated: ```ts interface DTO { q?: Array; }...

bug
hilla
Severity: Minor
Impact: Low
workaround

### Description of the bug As you can see from the video, the application shows up for a half second, then the login page is shown. The `""` route does...

enhancement
investigation

### Describe the bug The Auto Responsive FormLayout model, is not adopted in AutoForm, and if enabled, causes a malformed UI in AutoForm (and AutoCrud). The followings are missing: *...

bug
hilla
Severity: Major
Impact: Low

Setup and conduct DX test sessions for the Hilla internationalization library. The scope includes Hilla documentation and building for production.

Currently the AutoCRUD component assumes the Lumo theme is always used. In Vaadin 25, Vaadin components will get new base styles (i.e., no theme) and a new theme, Aura. The...

Currently, users can only provide static strings in ViewConfig as the view title, menu link text, and so on. When internationalization is in use, a common use case is to...

enhancement

As a first step integrating with the Java Full-Stack Signals library, let's make a new `ValueSignal` TypeScript client following the structure of the Java library: - Uses the same command...

enhancement
investigation

### Describe the bug While using the `24.8.0.alpha6` pre-release version I noticed that the new Kotlin nullability plugin doesn't take default arguments into account. In my opinion they should be...

enhancement
hilla

### Describe the bug For the following endpoint: ```java @BrowserCallable public class Tst { @NonNull public DTO getDTO() { return new DTO(); } public static class DTO { public T...

bug
hilla