1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added preloader to flow

This commit is contained in:
Fedor Katurov 2019-11-07 16:44:24 +07:00
parent c1825a1b1c
commit 47c421dbfa
2 changed files with 89 additions and 12 deletions

View file

@ -37,6 +37,8 @@ function* onGetFlow() {
yield put(flowSetHeroes(heroes));
yield put(flowSetRecent(recent));
yield put(flowSetUpdated(updated));
document.getElementById('main_loader').style.display = 'none';
}
function* onSetCellView({ id, flow }: ReturnType<typeof flowSetCellView>) {