Oleksandr Dubenko
Oleksandr Dubenko
We want more features in our tables. Stuff like sorting, filtering, selection, actions, etc. This is where the new `Table` component comes in and `SimpleTable` will remain simple. material-react-table (MRT)...
Currently the settings icon in the top right corner just says "Settings". For example I was looking for the theme toggle and assumed it would be there but it was...
This PR continues vite migration. First part is in PR here https://github.com/headlamp-k8s/headlamp/pull/1981 Fixes this https://github.com/headlamp-k8s/headlamp/issues/1282 ### Testing done - [x] tested with examples, and plugins from plugin repo
When you run `npm install` there are a bunch of packages that are marked as deprecated. We should look into updating them. It's a security issue, because it's sometimes easier...
 the three dot menu on the right opens an empty menu. on desktop it's not visible
Here's something I think would be nice to have to improve UX of logs viewer: - [ ] **Render logs as a HTML list instead of xterm** This would make...
We can have a public stable read-only backend environment with sample cluster that has some realistic workload. Then we can have a static deployments of the frontend that we can...
When creating a new plugin from scratch, storybook doesn't work. Headlamp plugin version "0.9.2" ``` ➜ test-plugin npm run storybook > [email protected] storybook > headlamp-plugin storybook headlampPluginBin path: /home/dubenko/test-plugin/node_modules/@kinvolk/headlamp-plugin/bin/headlamp-plugin.js @storybook/cli...
KubeObject currently resolves to any. So everywhere KubeObject was used there's no type safety. This PR makes KubeObject a class that's available outside of makeKubeObject function. ```ts // before class...
fixes #1700