Jan Six

Results 159 issues of Jan Six

With 2.0 we changed button styling to come from our internal DS. However we deviated from Figma with that. Let's move back here, make primary buttons blue, and secondary buttons...

plugin v2

The docs pages for these 2 features have not been created yet. Let's prioritise those. ![Image](https://github.com/tokens-studio/figma-plugin/assets/4548309/bae502da-4315-4a14-b337-93600bf9dbea) ![Image](https://github.com/tokens-studio/figma-plugin/assets/4548309/d103f0e5-d186-490f-8e1b-3814fa5cc5b9)

documentation
Figma variables
plugin v2
UI content

Sometimes when youre trying to reorder tokens it doesnt work reliably. First token and last token cant seem to be reordered. Let's tackle this when we introduce proper reordering for...

bug
token organization

The bg of the light color theme is now too dark and doesnt play well with some of our DS components. can we rather use a lighter bg? ![Image](https://github.com/tokens-studio/figma-plugin/assets/4548309/d339fdb6-aafd-4d31-8360-f63d7954d26c)

plugin v2

2.0 changed something on behavior when it comes to replacing parts of a token reference with something that the user picks from the { mentions input. Expected: The token reference...

token value references alias
2.0-followup

In `packages/tokens-studio-for-figma/src/app/components/PushDialog.tsx` we seem to be using the wrong storagetype - it seems to use the currently *active* one, not the one youre about to push to. The dialog says...

bug
sync indicators
UI content

Two issues with Sync provides that we should solve: - When creating or editing sync providers, all *required* fields should be required and cause Save to not be able to...

sync indicators
QOL
error message
UI affordance
UI content
2.0-followup

Seems like we have a regression in color inputs for box shadows when choosing a reference in our mention input ![Image](https://github.com/tokens-studio/figma-plugin/assets/4548309/8bbfeb32-5b99-4847-890c-fe49a74731d6) ![Image](https://github.com/tokens-studio/figma-plugin/assets/4548309/3a0afc7c-ac48-4536-88df-07e2a52538ae)

token type boxShadow
UI affordance
plugin v2

We're sometimes using `token.name.split('/').join('.')` to normalize names that we receive from styles and variables to get them into a shape that resembles our internal token name format. We could make...

dev experience
Figma import
token name

Some of our core functionality has flawed test coverage, we should look into what the biggest are and up our test coverage for those. Contenders: - packages/tokens-studio-for-figma/src/plugin/setValuesOnVariable.ts

dev experience