Jan Six
Jan Six
More E2E tests in Cypress for key workflows such as interacting with variables. we already have a bunch of cypress tests, we should ensure core scenarios are covered. @SamIam4Hyma can...
With #2710 we have an easy way to put the plugin into various states, to help debug. We should offer a way to export the current plugin state so that...
Let's integrate commitizen as a precommit hook in the plugin codebase: https://commitizen-tools.github.io/commitizen/
Create overview of all screens and components as onboarding material. We should have a Figma document where we have all views of the plugin with names how we call them...
We seem to have caused a regression. Creating styles in 2.0 creates styles as expected, but it does not automatically attach them to the theme. Production did that. [todo: add...
When creating styles we end up in a endless loading state when sets used in the themes are not active but disabled or reference only. To reproduce: - Create new...
When we import variables from Figma we take variables and then store that as tokens. Sometimes we override existing values, if a token already existed. To do that, we use...
Slack: https://tokens-studio.slack.com/archives/C073SSG7DC7/p1718989456482829 Turns out when we create a branch from bitbucket the source branch is not properly used as a reference, but the first one from the list.
Its important that we do not change or modify the order of keys that users specified in their JSON. If `type` comes before `value`, we need to respect that. 2.0...