-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wait 2 sec before showing spining loaders #2116
Comments
@elatif2020 you wrote |
@elatif2020 I do not see spinning loader in the navbar, we display skeleton there. The spinning loader is in the sidenav. |
@elatif2020 so, we should add 2 sec delay in spinning loader display in the following places:
|
@elatif2020 I've added delay to the following loaders: also:
|
Wait 2 sec before showing spining loaders #2116
We might have to do this again for the Feed page on mobile #2193 |
Currently we have spinning loaders in several places:
In the navbar
On the whole (feed+chat) screen before the layout appears
In the feed\inbox bar (also after pinned items are loaded)
In the chat bar before anything is loaded there
To make the experience feel better we should wait 2 sec (after the action \ after screen appears) before showing our spinning loader
The text was updated successfully, but these errors were encountered: