abdullahtellioglu
abdullahtellioglu
### Description of the bug When I set push annotation `@Push(value = PushMode.AUTOMATIC, transport = Transport.LONG_POLLING)` as Long Polling or WEBSOCKET, in the browser FlowClient sends request infinitely. Even though...
### Describe your motivation In the local environment, if you work with JRebel -or any other hot swapping tool- PreserveOnRefresh annotation becomes a problem. You need to comment it out...
### Describe the bug Components throw web socket not connected exception from Vaadin Push(dev-tools).  ### Expected-behavior Components should wait for the web socket connection to be completed to do...
### Description I added `vaadin-overlay-outside-click` event listener to prevent the dialog from being closed in Copilot. However, event.preventDefault() does not work because it is not checked in ``` private void...
### Describe the bug An example project from Copilot and a project downloaded from start do not have any route items in Drawer However `frontend/generated/file-routes.ts` has the route definitions. Additionally,...
### Describe the bug I created two views that have same names but different paths. As you can see below, they are listing in available routes but one of them...
### Describe the bug Commenting out a routed view fails server to render other routes. https://github.com/vaadin/hilla/assets/100126447/28f5a9d4-3b7c-495a-a1d0-736a44545ae8 ### Expected-behavior The commented view should be removed from file router instead of failing....
### Describe the bug Page render throws `Rendered fewer hooks than expected. This may be caused by an accidental early return statement.` exception if your view has a signal definition...
There are several issues that I found on the copilot page. - Dark theme issue.  Comment from Jouni: > The dark text on dark bg is caused by Antlers...
### Description Recently, we found out that menu bar overlay is not opening after dragging. I investigated the issue, at first, I thought conditional open-on-hover was the issue, but then...