gotify / server

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

Loading animations instead of "no messages" #659

Closed MexHigh closed 2 weeks ago

MexHigh commented 2 weeks 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

MexHigh commented 2 weeks ago

Sorry, wrong branch :D