Copilot
Copilot
## Overview This PR migrates the Tokens Studio for Figma plugin to support Figma's new dynamic page loading API, improving performance for large files by loading pages on-demand rather than...
## Overview This PR implements persistence of variable export settings and theme selections in the Figma file's shared plugin data. Now when users restart the plugin, their previously configured export...
## Problem Currently, when syncing to GitHub in multi-file mode, all JSON files (token sets, themes, metadata) are pushed regardless of whether they've actually changed. This results in: - Unnecessary...
This PR implements selective import functionality for Figma Variable Collections and Modes, addressing the issue where users previously had to import all variables without any filtering options. ## Changes Made...
## Overview This PR adds support for the "full width" property, allowing users to apply sizing or dimension tokens with a value of "100%" to enhance layout flexibility. ## Implementation...
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....
## Overview This PR adds a new core feature to generate Living Documentation directly within the Tokens Studio for Figma plugin. Users can now generate visual documentation for their design...
- [x] Fix the canWrite method in BitbucketTokenStorage.ts to correctly check permissions - Fixed the logical error in the condition `permission === 'admin' || 'write'` which was always true -...