Results 12 issues of Graham Mainwaring

The ListSelector has a workaround here: https://github.com/Altinity/altinity-dashboard/blob/main/ui/src/app/Components/ListSelector.tsx#L17 for a bug in Patternfly where the ContextSelector does not open on first click when `menuAppend` is set to `document.body`, tracked here: https://github.com/patternfly/patternfly-react/issues/6824....

Use [go-astilectron](https://github.com/asticode/go-astilectron) to bundle adash as a desktop GUI apps for Windows, Mac and Linux.

![image](https://user-images.githubusercontent.com/2052848/146246169-3eaf3510-3422-48d9-9f5f-71f0b2850f3d.png)

Operator deployment and upgrade currently do not accept any parameters except for the namespace. Installs should, at a minimum, allow the user to establish a non-default password, and optionally set...

When a user deploys an operator or creates a CHI, we should allow creating a new namespace to put it in.

If there are multiple operators deployed, show a warning if any namespace is being watched by more than one operator. This will require reading the operator's WatchedNamespaces configuration from the...

Neither the Go nor Typescript code has meaningful tests. They should be written.

Do something with the metrics endpoint. To be determined how this should work and what it should do.

Use the operator's credentials to connect to the ClickHouse instance and run health checks: * Access point is available (use chi level service) * Distributed query check: SELECT count() FROM...

Add a new main menu entry for Zookeepers and a view that shows their details, and maybe allows deploying, editing and removing them.