Mo

Results 22 issues of Mo

### What happened? When going through [DEVELOPER.md](https://github.com/kumahq/kuma/blob/master/DEVELOPER.md) and run `make dev/tools` without installing `yq` as a prerequisite, the command `make check` fails due to missing installation of `yq` (`❌ bash:...

triage/pending
kind/bug

### What happened? When going through [DEVELOPER.md](https://github.com/kumahq/kuma/blob/master/DEVELOPER.md) and run `make dev/tools` without installing `jq` as a prerequisite, the command `make check` fails due to missing installation of `jq` (`❌ bash:...

good first issue
triage/accepted
kind/bug

### Description As a first step we have to refactor our current `FilterBar` component. Ideally we define a new `XFilterBar` component. Requirements: - Leverages [KInput](https://kongponents.konghq.com/components/input.html) - Specifically [before slot](https://kongponents.konghq.com/components/input.html#before-and-after) for...

triage/accepted
kind/feature

### Description As a next step we can implement and add the dropdown for the `XFilterBar` component, which gives more infos and suggestions based on the props of the `XFilterBar`...

triage/accepted
kind/feature

### Description Follow up to #3300 Next to the adoption of the `AppAboutSection` component, we started to use badges for the information displayed in the About Section card. Some of...

triage/accepted
kind/feature

I hit a case where I installed the dependencies and `lint-staged` ended up in the `packages/kuma-gui/node_modules` (not in the root). This caused that the pre-commit hook failed: `.husky/pre-commit: line 1:...

Adds some common make targets and most importantly `lint` to the new `fake-api` package.

### Description x-ref: https://github.com/kumahq/kuma-gui/pull/3300#discussion_r1888453712 In some cases we add links as content to badges. As a user it is hard to identify just by looking at it that there is...

triage/accepted
kind/feature
blocked

### Description In case `meshService` is set to `"Disabled"` (which is default), we should display hints on how to get them activated (including docs link). Indicator to that is when...

triage/accepted
kind/feature

### Description In order to store and retrieve the user preferences (`size` and `format`) and to reflect them in the URL as query search params, we had to implement some...

triage/accepted
kind/feature