kuma-gui
kuma-gui copied to clipboard
🐻 A GUI built on Vue.js for use with Kuma.
### What happened? Should be able to filter on various fields on each policy list display
### Description Improve the list view filters - Better error state handling - Making it more clear how to search for tags (the general syntax is `tag: 'kuma.io/service: service-1'`) -...
### What happened? I noticed during working on https://github.com/kumahq/kuma-gui/pull/1873 that using the "Copy as k8s" copy functionality doesn't work in Safari. --- Separately, I looked a little deeper into it...
### Description (Someone to add more details here)
### Description This would make things a little easier to read:
### Description Everytime I add new mocks that are slightly more involved, I wish I could just navigate to the API endpoint in my browser and view the response so...
### What happened? See https://github.com/kumahq/kuma-gui/pull/1910#discussion_r1430337508 It looks like some of our types for `port` are wrong, we should review those and correct any that are wrong.
Adds an eXtra eXtension/thin wrapper over KInput, mostly to add inbuilt configurable debounce for when you want `@change`/user input to fire after a debounce, but also a couple more smaller...
We have some places where we need eXtra eXtensions on top of KCopy This adds a thin wrapper over KCopy and builds things out so we can use XCopyButton (née...
### What happened? If you load a fresh page with a "Copy as K8s" button on it and then click the "Copy as K8s" button, nothing is copied into your...