Jan Six

Results 130 issues of Jan Six

Having two different files called `updateVariables` is a little confusing. `controller.ts` -> `asyncHandlers.updateVariables` – this is a different function to `updateVariables` which is called in `createLocalVariablesInPlugin.ts`. `controller.ts` -> `asyncHandlers.createLocalVariables` `asyncMessageHandlers/createLocalVariables.ts`...

Figma variables
dev experience
Figma export

When your token sets share the name with token folders, and you expand/collapse token folders, the UI will act weird. To reproduce: - Create a set called `core/foo` - Another...

bug
token set
UI affordance
plugin v2

We had a bug that came with https://github.com/tokens-studio/figma-plugin/issues/2778 that basically means we store the same token name multiple times. Basically we had an array like this: ``` [ { "value":...

bug
plugin v2
json files

Let's do a spike on https://github.com/tokens-studio/figma-plugin/issues/2458

dev experience
token edit

Prereq for #2936 - [ ] Replace cypress usage with Playwright

dev experience

We're having some issues with changing themes inside the plugin when there's a shadow inside (not reproduced yet) ![Image](https://github.com/user-attachments/assets/53fb3a0c-4dd5-41bb-afde-36e2b8708664)

bug
sync tokens studio (beta)

We have a set here where we get Read-only. I'm using `Admin` API keys here though. Org: `Hyma` Project: `Uday's Project` ![Image](https://github.com/user-attachments/assets/1cd7c730-405a-4f05-aa98-3ea418dfbff4) ![Image](https://github.com/user-attachments/assets/6cf71f17-b532-44a2-b30e-a8674af8c5a6) But in Studio they are both setup...

sync indicators
sync tokens studio (beta)

Changes the token filter to also filter the list of sets on the left by: - the set name - if a set includes a token that matches the filter

> Does any usage of `figma.variables.getLocalVariables()` need to be replaced with `(await getVariablesWithoutZombies())` going forward? Maybe a custom ESLint rule or something could be useful for this to prevent the...

needs-responder

With the work done around fixing figcd we can now introduce Automated releases into our CI. We already checked if this works locally, and released a version of `Apply variables`...