orbitdb-archive / orbit-web

Orbit Web Application
https://orbit.chat
MIT License
265 stars 60 forks source link

Fix the new messages indicator #104

Closed JaniAnttonen closed 5 years ago

JaniAnttonen commented 5 years ago

This pull request fixes the issue on small screens in which the replicating/loading indicator spinner is rendered on top of the message input field by moving its functionality to the new messages bar. In short, the new messages bar whenever not on the bottom of the messages reacts to loading with animation and only shows up if there are unread messages.

Fixes #85, fixes #89

latenssi commented 5 years ago

We need to indicate the "replicating" status as well, currently this only shows the loading bar when channel is "loading".