John Cowen

Results 85 issues of John Cowen

### Description `AppView` has been around for a while now and it was one of the first steps in reorganizing our application. As we have moved on quite a bit...

triage/accepted
kind/improvement

### Description - On the zone listing page, change `Zone CP Version` to `Zone Leader CP version` - On the zone detail page, change `Zone instance Id` to `Zone Leader...

triage/accepted
kind/feature

### Description In the below screenshot we use various colors for certain numbers, but its not super clear why. Maybe we should use tooltips or similar to explain what these...

triage/accepted
kind/feature

### Description ![Screenshot 2024-06-28 at 11 45 05](https://github.com/kumahq/kuma-gui/assets/554604/b906f4f0-1855-4b69-92c5-1dfffa2dc7b9)

triage/accepted
kind/feature

### Description - Remove "Go to details" links - Replace with kebab/meatball menu, contain "View details" plus any other actions we might need. - Remove any copy buttons after the...

triage/accepted
kind/feature

### Description There are lots of places where we show a "name of the thing" which in some circumstances is the "name.namespace of the thing". It's useful to be able...

triage/accepted
kind/feature

### Description Taken from https://github.com/kumahq/kuma-gui/issues/2164 > Finally each subscription should have a copy raw button to just get the json/yaml of the subscription. We should switch from using accordion panes...

triage/accepted
kind/feature

### Description Taken from https://github.com/kumahq/kuma-gui/issues/2164 > We should make it obvious when the zone is returning NACKs (I think we may need a backend change to be able to do...

triage/accepted
kind/feature

### Description Since we started refactoring our application, the majority of our application "modules" in `/src/app` have been imagined as separate npm packages, just it has always been too much...

triage/pending
kind/cleanup

Adds ProgressIcon to XIcon and XButton, which means we can use conditionals like: ```vue :action="writing ? 'progress' : 'create'" ``` instead of ```vue ```