André Calil

Results 8 comments of André Calil

Omg, here am I playing the "typical user". You are completely right, it's already implemented, I just missed it big time. Thanks!

Hey folks, jumping on this issue. I was thinking on something similar, though simpler: a refresh button on the nav bar, to the right (next to the theme switcher). Clicking...

Hey folks, I got something working here: The screenshot is self explanatory, but here's the breakdown: - New nav bar element with a refresh icon - Upon hover, a popover...

@svilenmarkov would love your input on this. I got it all done locally, I can push a PR if you'd like to take a look.

@svilenmarkov the way I've done it leverages the `setupPage` function, which fetches the page and updates the document HTML. So it's not exactly a simple `location.reload` (such as a browser...

Reworked the UI a bit. Here's a quick demo: https://github.com/user-attachments/assets/f3303fc5-8d52-46b6-bff1-57e0846d02f6

@svilenmarkov if you'd like to take this into consideration, here's the PR: https://github.com/glanceapp/glance/pull/793

> The `setupPage` function calls other functions, some of which add event listeners to the `window`/`document` and have no way of removing those listeners. If you simply call the `setupPage`...