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.
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