Skip to content

Draft: session: Show restored rooms list before sync ends

When we restore the session, shows the room list with an InfoBar instead of the loading view during the first sync.

infobar

I decided to put the InfoBar on the sidebar, instead of on the content, like stable does, because it avoids having to repeat the InfoBar on every child of the content stack. Besides, users on a small screen would have the sidebar as a first view.

Tested the offline support: impossible to load a room's content, there's an infinite spinner instead of the timeline. This should be handled in a separate MR.

I couldn't test with a long sync so I don't know if it's possible to load a room's content before the sync finishes.

First part of #831.

Edited by Kévin Commaille

Merge request reports