snek-at / front

I'm a 🐍 follow me.
Other
1 stars 2 forks source link

There is no loading bar present anymore due to the switch to redux #79

Open schettn opened 4 years ago

schettn commented 4 years ago

Describe the feature or change you'd like Currently I see no way to implement a progress bar which triggers when promises are running

Techs:

Something like Redux-Loading-Bar would fit perfectly but according to my small tests it is not possible with Redux-Thunk. But it should according to the change logs of Redux-Loading-Bar.

schettn commented 4 years ago

A loading bar is implemented now but it does not automatically appear on async tasks. :(