Open
Description
Is your feature request related to a problem? Please describe.
For example...if I am redirecting on login I want the loading spinner to stay on
even though the form is done submitting
.
Describe the solution you'd like
I think it would be cool to have $redirecting
store, like $delayed
and $submitting
so we can easily track it.
Describe alternatives you've considered
I could just easily add a flag onResult
but I think it would be nice to have the Store easily accessible, like the others are.