You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of sync providers in the plugin is repetitive and can be optimized. The aim of this task is to gather together as much of the UI & logic into its own realm, to set a base that allows us to publish as an independent package that can be flexible enough for future providers.
Acceptance Criteria 🛠️
Move all related constants, methods and component into a single folder in the plugin
Improve tests
🎯 A package that lets users create/choose a sync provider, and then have a button that Import variables which would basically just read local variables from Figma, and push those to the repository. So in effect we'd have all of these parts in the Figma plugin already, but we want those to be part of a new plugin that does just that. As in it'd be one-directional for now (pushing to git), but eventually would do both.
The content you are editing has changed. Please copy your edits and refresh the page.
Context 📝
The implementation of sync providers in the plugin is repetitive and can be optimized. The aim of this task is to gather together as much of the UI & logic into its own realm, to set a base that allows us to publish as an independent package that can be flexible enough for future providers.
Acceptance Criteria 🛠️
Available providers to extract, ordered by popularity (https://eu.mixpanel.com/project/2151665/view/306667/app/insights/?discover=1#report/27296141)
/sync-providers
#3112The text was updated successfully, but these errors were encountered: