-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update sync logic to fire on node selection #3497
Conversation
Going to pass on reviewing this since I'm not particularly familiar with this area of the codebase. What's the chance I could get a rundown on the Figma plugin sometime next week to bring me up to speed? |
@EisenbergEffect no worries. I could cover the "what" of the Figma plugin, but @nicholasrice or @Jeremy-Knudsen know the code better. |
packages/tooling/fast-figma-plugin-msft/src/figma/controller.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a few nits
b1a98c3
to
7299c51
Compare
This PR is getting a little stale. @bheston Can you reach out to a few targeted individuals who you think can help with the review? |
7299c51
to
7ccf8ac
Compare
eeeada8
to
538b3f5
Compare
538b3f5
to
d7abe54
Compare
Description
Updated sync logic to fire on node selection. This will update a component when it's added or pasted into a new container.
Motivation & context
Currently you could have a themed design, but when adding a new theme-aware component it would not update to the theme settings. With this change it will update immediately when being placed into a themed container.
Issue type checklist
Is this a breaking change?
Adding or modifying component(s) in
@microsoft/fast-components
checklistProcess & policy checklist