Jan Six

Results 159 issues of Jan Six

Our current TokenPicker component is quite poor when it comes to UX. It wasn't implemented correctly as it's not using a Portal, and as such is always bound by to...

### Discussed in https://github.com/six7/figma-tokens/discussions/1253 Originally posted by **efbe** September 6, 2022 Hello, When I turn on the "Require a pull request before merging" along with "Do not allow bypassing the...

sync

As we switched over to Radix and Stitches a while ago we should clean up the codebase and get rid of Tailwind, which we're still using in a few leftover...

When we currently rename a token we ask the user if they want to Remap any applied tokens. We should add another checkbox there `Rename styles` which would rename any...

If you have the following structure: ``` themes Foundations Light Dark ``` and the "Dark" theme is setup like this: ``` Foundations: SOURCE Light: SOURCE Dark: ENABLED ``` And your...

bug

When we delete a token we currently ask the user to confirm that action. We should also offer a checkbox where it's possible to `Delete associated style`. ![image](https://user-images.githubusercontent.com/4548309/185567624-f99ee43c-2fd3-462e-baa2-a6aa5c7a733c.png) Checking this...

In order to better understand when certain services such as Heroku show outages we should trigger dedicated Sentry exceptions for each of the following services - When LaunchDarkly fails to...

We should allow users to swap themes not just by looking at the applied tokens in a document, but also by looking at applied styles to swap that to another...

The W3C Draft contains a couple of changes we'd need to make to be compliant. Now that it seems things are starting to stay stable and the W3C DTCG asked...

Epic

It would be a neat addition for the `TokenPicker` when using it to autocomplete if pressing Tab would jump to the next . So if I type `{colors.b` And the...

enhancement