Joaquim Rocha

Results 128 issues of Joaquim Rocha

The notifications area looks a bit unattended... ![Notifications area screenshot](https://github.com/headlamp-k8s/headlamp/assets/1029635/47612ad8-3947-4342-bcd0-344096dc7f8b) We can definitely make a better use of that horizontal space to display more of the message from the notification....

enhancement
frontend

Right now Headlamp seems to struggle when listing multiple thousands of items at one go, and there are hiccups in rendering them, as mentioned in #1114. We need to investigate...

performance

In the home view, we should have a new column in the clusters list called _origin_ which shows the user whether the clusters are coming from a kubeconfig (and which...

enhancement
frontend

We want to support use-cases where the MUI Table (that we use to implement our SimpleTable) falls short. One option is to use e.g. [Material React Table](https://www.material-react-table.com/). Maybe we also...

enhancement
frontend

A couple of users have reported now what they think is an auth issue in Headlamp, since it reports as having "no permissions" when listing resources while other solutions like...

frontend

A few users (e.g. [1](https://github.com/headlamp-k8s/headlamp/issues/1406)) have been confused about why they cannot delete clusters from Headlamp when in fact that's possible but we've restricted it to only clusters added from...

frontend
desktop

We should update to [React 18](https://react.dev/blog/2022/03/29/react-v18) as it has many advantages like automatic batching and the new hooks.

frontend

I just realized from #1596 that the common/index.test.ts doesn't check all the files (if it did, that PR would have failed). So we need to verify why it's not checking...

testing

In the testing for the latest release I have noticed that Headlamp was not loading any of the clusters in Mac and Windows (somehow in WSL it worked, maybe because...

bug
enhancement
backend

We have the very convenient _create-winget.js_ script. So we should now add a Github action to automate the creation of the PR for the winget-pkgs clone we have. We have...

distribution
CI
winget