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.13k stars 620 forks source link

Loading animations instead of "no messages #660

Closed MexHigh closed 3 months ago

MexHigh commented 3 months ago

This PR adds loading animations to the application panels when loading messages, instead of just showing "no messages". I've used the already existing LoadingSpinner component for this.

Hint: This PR also changes the size of the LoadingSpinner from 150 to 40 (used after login and (since now) on message load). This looks way more modern in my opinion. Feel free to revert the last commit of this PR if you disagree.

Closes #658