web-client-ui icon indicating copy to clipboard operation
web-client-ui copied to clipboard

Clean up dependencies for @deephaven/redux

Open mofojed opened this issue 2 years ago • 3 comments

@deephaven/redux should not have any dependencies on other @deephaven packages. Essentially it just needs the middleware stuff and registry, and the rest should be actions/selector exported by other packages.

E.g. The setCommandHistoryStorage action should be registered by the @deephaven/dashboard-core-plugins (specifically would be @deephaven/console-plugin if we had that).

mofojed avatar Aug 25 '22 20:08 mofojed