- Completely removes ClusterStore.activeCluster
- Every workspace now tracks it current activeCluster
- If an active cluster is removed then the workspace's activeClusterId
is set to undefined
- Only show welcome notification on the first time a non-managed
workspace is viewed in the workspace overview
- Add unit tests for the WorkspaceStore
- Add validation that only valid clusters can be set to the
activeClusterId field
- only show workspace overview back button if there is an active cluster
- Move workspacesSeen to storage from workspaceStore
- clear out old values from landing_page store only on load
- display landing page notification from reaction, fix doc comment
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* add no-unused-vars and no-unused-imports
* added quotes: double, and remove ignore pattern
* move itif and describeif into utils
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Roman <ixrock@gmail.com>
Co-authored-by: Sebastian Malton <sebastian@malton.name>
Co-authored-by: Sebastian Malton <smalton@mirantis.com>
Co-authored-by: Lauri Nevala <lauri.nevala@gmail.com>
Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>