Open
Description
Is your feature request related to a problem? Please describe.
Drilling runWithLoadingIndicator
callback down is not great and also makes coding with messages a lot harder.
Describe the solution you'd like
remove runWithLoadingIndicator
prop. Add a SpinnerReducer
which listens to events, if add from master list
action is triggered, set open: true
. Root component subscribes to Spinner
state, opening the <Spinner/>
component
Describe alternatives you've considered
Not doing this
Additional context
N/A