renderer: showing progress on slow runs

This commit is contained in:
muerwre 2018-12-10 12:22:38 +07:00
parent 25ae7f8282
commit 66f79db43d
9 changed files with 87 additions and 9 deletions

View file

@ -128,7 +128,8 @@ export const INITIAL_STATE = {
ready: false,
user: { ...DEFAULT_USER },
editing: false,
mode: MODES.NONE,
// mode: MODES.NONE,
mode: MODES.SHOT_PREFETCH,
logo: DEFAULT_LOGO,
routerPoints: 0,
distance: 0,
@ -152,6 +153,8 @@ export const INITIAL_STATE = {
width: 0,
height: 0,
renderer_active: false,
info: '',
progress: 0,
}
};