mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
added preloader to flow
This commit is contained in:
parent
c1825a1b1c
commit
47c421dbfa
2 changed files with 89 additions and 12 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue