Sebastian Malton

Results 129 issues of Sebastian Malton

- Broadcast on a single channel and add `ClusterId` as data argument - Make everything else computed based on the current props.cluster value Signed-off-by: Sebastian Malton fixes #5173

bug
area/ui
PR: needs rebase

- A notification will be displayed if the URL provided results in a status of 404 Signed-off-by: Sebastian Malton fixes #5141 ![Screen Shot 2022-04-04 at 11 06 14 AM](https://user-images.githubusercontent.com/8225332/161574032-5baf4532-1d4b-47bf-b0ec-a24036f05a2f.png)

bug
area/ui

- Add some specific tuple.zip types - Remove the `string` part of `TableOrderBy` to simplify implementation and because it removes any sort of intellisense Signed-off-by: Sebastian Malton fixes #5165

bug

- Fix not displaying spinner while object is not defined - Fix not displaying loading error if object is not defined Signed-off-by: Sebastian Malton fixes https://github.com/lensapp/lens/issues/5917 fixes https://github.com/lensapp/lens/issues/5903 fixes https://github.com/lensapp/lens/issues/5936

bug

It would be great if the scope selectors for resource quotas could have links to what they select on if it is possible. For instance in the following screenshot there...

enhancement

**Describe the bug** The main console prints out the following error message when using the tray menu to update to a new version: ``` [mobx] Encountered an uncaught exception that...

bug
area/auto-update
p3

Signed-off-by: Sebastian Malton fixes https://github.com/lensapp/lens/issues/5942 ![Screen Shot 2022-07-29 at 2 10 59 PM](https://user-images.githubusercontent.com/8225332/181819449-e850a005-9f98-4d32-a939-09ffe3a28dd0.png)

bug
area/ui

Signed-off-by: Sebastian Malton fixes https://github.com/lensapp/lens/issues/5931 The other section is coming from `KubeObjectMeta` so there is no need to have it here as well.

bug

**Describe the bug** Sometimes when clicking on a hotbar icon the animation of the click happens but the associated action is not taken. https://user-images.githubusercontent.com/8225332/181520931-209dc9c5-585b-456e-9749-a3bb6b14a5f6.mov

bug
area/hotbar

- Use a new custom k8slens prefixed label - Means that users aren't surprised when they use lens to update a resource to a new apiVersionWithGroup - Doesn't touch the...

enhancement
PR: needs rebase