JoshuaXOng opened a new issue, #2596: URL: https://github.com/apache/iggy/issues/2596
When moving the mouse over the "Log Out" button (just hovering, not clicking), the logout process occurs- navigates to the `/auth/sign-in` page, etc. <img width="1313" height="298" alt="Image" src="https://github.com/user-attachments/assets/0014ec66-e866-4180-82c1-2d0d14f2b1d7" /> Not too familiar with Svelte but I think `data-sveltekit-preload-data="hover"` at https://github.com/apache/iggy/blob/master/web/src/app.html#L37 plus the logout side-effects in the `load` function of the page result in this behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
