Marcus Hellberg

Results 31 issues of Marcus Hellberg

The section on tab states does not cover how to select a tab in TS. If I select a tab, it goes out of sync. We should show how to...

design system

If you select a date in the future so that no expenses match and then scroll the grid, the grid keeps showing the spinner trying to load data.

### Describe your motivation Right now, you have to create a new items array and pass it to `setItems` any time you want to add a new message to the...

enhancement
Impact: High
vaadin-messages

### Describe your motivation I'm already displaying progress on a component level for long-running endpoint calls. The app UX is deteriorated by the app-level progress indicator flashing during these operations....

enhancement
hilla

### Describe the bug The menu items created by `createMenuItems` includes paths with parameters, leading to links like `users/{id}/edit` in the menu ![image_720](https://github.com/vaadin/hilla/assets/883698/cbe8823f-b277-416c-bb75-8f7552adab45) ### Expected-behavior Only paths without parameters are...

bug
hilla
Severity: Blocker
Impact: High

### Description of the bug When starting a new Vaadin 24.4.alpha25 application in VS Code, it gets stuck in an infinite reload cycle caused by: ``` Change set: [/Users/mhellber/Desktop/my-app/target/classes [/Users/mhellber/Desktop/my-app/target/classes/META-INF/resources/images/empty-plant.png...

investigation
waiting for author

### Description of the bug My endpoint returns a data type with generics. The generated type is `any` instead of the actual type. ### Minimal reproducible example ```java static class...

enhancement
hilla

In Spring Boot, developers can use `application[-env].properties` to configure properties based on the environment. We should document how to do the same on the client side. In practice, it would...

enhancement
hilla

### Description of the bug After building a production build of my 24.5 application, development mode is broken. Initially, I was missing the dev mode gizmo and no changes were...

bug
Impact: High
Severity: Major

### Description of the bug When navigating between a Hilla and Flow view, the view title briefly gets reset, visible in this 0.1x screen capture. https://github.com/user-attachments/assets/127667ab-5bb1-47c1-b8e1-dbbce906d57c The string is coming...

investigation