gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.53k stars 641 forks source link

Removal of disabled flag on Refresh button #636

Closed iarp closed 8 months ago

iarp commented 8 months ago

Is your feature request related to a problem? Please describe.

Two scenarios:

If no notifications are present then in both scenarios i need to fully refresh the tab. If a notification was present already either in the cached page or before i slept my machine, the Refresh button is enabled and i can click it.

Clicking on the Refresh seems to reconnect the page to the server without having to browser refresh.

Describe the solution you'd like

Remove disabled={!hasMessages} from the refresh button. Why disable the button in the first place?