[MM-33903] fix loading screen (#1540)

* fix loading screen and add timeout

* fix updates not rerendering
This commit is contained in:
Guillermo Vayá
2021-04-15 16:11:06 +02:00
committed by GitHub
parent b1cfc3a2f5
commit 03c80ced4e
5 changed files with 68 additions and 19 deletions

View File

@@ -75,3 +75,5 @@ export const SELECT_NEXT_TAB = 'select-next-tab';
export const SELECT_PREVIOUS_TAB = 'select-previous-tab';
export const ADD_SERVER = 'add-server';
export const FOCUS_THREE_DOT_MENU = 'focus-three-dot-menu';
export const LOADSCREEN_END = 'loadscreen-end';