Minor improvements to store slices
In addition to #184 (closed), I think other store slices could also be improved/simplified:
-
openDraggableDialog
andtaskDrawerState
could be converted to local states !359 (merged) -
openSnackbar
could expose a more consumer-friendly API (likeshowWarning(string)
orshowError(string)
instead of forcing consumers to set the fullSnackbarParams
object) !346 (merged) -
tasks
could be replaced by a simple fetch cache !335 (merged) -
(No, since it is used for several things. See discussions on #196 (closed))recentGraphs
too ? -
subGraph
seems unused ? There is asetSubGraph
call inAddSubgraphButton
but the setsubgraph
does not seem to be used. !343 (merged)
Edited by Loic Huder