Joaquim Rocha
Joaquim Rocha
When in the desktop app, if the "Uh-oh" page is shown, the "Get back home" link doesn't work. On Mac it reportedly tries to open the link in Finder, and...
The cluster config processing in the mentioned file was testing stateless clusters as coming from the /config endpoint but that's not the case. Also, it was changing the redux state...
CRA seems to be inactive/unmaintained. So we should move to another solution in order to keep getting updates. Maybe [Vite](https://vitejs.dev/) is the solution but not at all a drop-in replacement....
We use minikube for testing changes in-cluster in CI, but minikube can take some time, which means PR checks take longer than they should. So we should replace minikube by...
We call the cluster `main` by default when running in-cluster because there's no indication of what the cluster name should be + we used to not display the name at...
Right now, as #1927 indicates, accessing settings is very confusing in Headlamp. To fix that, we want to have just one settings button, which will give access to the settings....
I have noticed today that the editor (in the advanced/monaco) version gets very slow and sometimes irresponsive. ## Steps to reproduce: - [ ] Open the editor by pressing the...
As pointed out in #1929 , we should add the following info to the pods: Pod List: - [ ] Add quick status for each container (design TBD) Pod Details:...
The button was supposed to be black but the text was also being set as black. Since primary buttons are now blue from the theme, we shouldn't hardcode their color...
Instead use copy+removal so it works across partitions. fixes #2259