Oleksandr Dubenko

Results 37 issues of 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...

enhancement
frontend

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...

frontend
dependencies
security

![image](https://github.com/headlamp-k8s/headlamp/assets/4517681/9f6f8c87-6277-4e11-ae96-f489a2f3947b) the three dot menu on the right opens an empty menu. on desktop it's not visible

bug
frontend
mobile

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...

enhancement
frontend

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...

enhancement

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...

bug
headlamp-plugin

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...