kuma-gui icon indicating copy to clipboard operation
kuma-gui copied to clipboard

🐻 A GUI built on Vue.js for use with Kuma.

Results 113 kuma-gui issues
Sort by recently updated
recently updated
newest added

Changes Zone Subscriptions only to use a table/summary view/interaction. We decided that there would be far more space to show things if we used our common table/summary panel pattern instead...

### Description It should be really easy to figure out where to go to change the text via the i18n files. Being easy probably means being able to look at...

triage/accepted
kind/cleanup

### Description We should make more of an effort to get to a 100% i18n'ed application. Things that might help: - Introduce a lint rule to help us find these...

triage/accepted
kind/feature

WIP --- Just wanted to note on here that this PR is likely to stay in draft for a while, keeping it open mainly for if it helps with visibility...

Prevents a table re-render when the `headers` reference changes but the value doesn't. This PR also fixes the issue described in https://github.com/kumahq/kuma-gui/pull/2810 but in a different way. Whilst both separately...

### Description We recently changed our dependabot update approach in https://github.com/kumahq/kuma-gui/pull/2640 This change should stop dependabot editing our _package_ file, but still lets dependabot change our _lock_ file. Importantly, this...

triage/accepted
kind/improvement

Whilst doing this I noticed that lots of our top detail boxes are very overloaded now. For instance DDP detail pages have a possible 7 columns (I split this one...

### Description If MeshService has a collision message in the `status` we probably can show a warning icon on the row. ```yaml apiVersion: kuma.io/v1alpha1 kind: MeshService metadata: annotations: kuma.io/display-name: redis-1-5d8fd79dcd...

triage/accepted
kind/feature

### What happened? When clicking to page 2 I see this: Note the highlighted page `2` button Whereas when I click on page 14 I see this: Note the page...

triage/accepted
kind/bug