John Cowen

Results 85 issues of John Cowen

This PR does a number of things: 1. Adds some new environment variables to enable toggling of logging, faker locales, and controlling the faker seed. 2. The new faker upgrade...

We are using `docfy` embedded alongside/inside our application, which also uses CSS hot reloading. Changes to any CSS related files (including our app.scss file) causes full page refresh instead of...

Type: Bug

### Description Follow on from https://github.com/hashicorp/consul/pull/14025, this change kinda got lost in the conversation so added as a separate PR. > If so, I guess I can add a check...

theme/ui
pr/no-changelog
backport/1.13

Back in https://github.com/hashicorp/consul/pull/9344 we added a dev time only warning for when our uri helper received a non-string argument (so maybe `undefined`), this was to avoid/be conscious of errors caused...

theme/ui
pr/no-changelog

This PR builds upon https://github.com/hashicorp/consul/pull/10655 and adds a tooltip saying "Copy" to all our CopyButtons. The success notification is now simply "Copied" as we figured that copying something isn't something...

theme/ui

We recently re-wrote our copy to clipboard functionality to use a non-visual modifier, more details in https://github.com/hashicorp/consul/pull/10511. @nfagerlund pointed out that we could be using the newer native browser functionality...

theme/ui
pr/no-changelog

### Description Back in https://github.com/hashicorp/consul/pull/8994 we moved our "in repo" UI repo to use a workspace'd structure yet did not get the opportunity to finish that migration up. Therefore there...

theme/ui
pr/no-changelog

### Description We've decided to make some text and logic amends to the topology notices/banners. This PR addresses the text changes only, partly because the logic changes are likely to...

theme/ui

### Description The GUI provides an update check to see if there are any newer Kuma versions available than the one you are running. This is fine if the person...

good first issue
triage/accepted
kind/feature

As an example: If I'm on page 1 of a KTable and clicking on page 2 results in a HTTP error from my API, the error page replaces the KTable...