v1.2 - Figma commits to Github not mapping properly #13
mgz513
started this conversation in
Bug Reports
Replies: 1 comment 3 replies
-
|
I actually think I have found the issue/solution myself! The JSON values you provided in the design token start file are correct, but I somehow have them mixed together despite downloading from there?? You have a spacing.json and a color.json, but the values for spacing and radius are also included in the colors.json file. So the changes are happening, but because these values are listed in 2 places, its only updating them in one, Im assuming the top one, which is the values in the colors file. Very strange... Im going to try removing/remapping the spacing/radius values from the colors.json and see if that fixes the mapping issues. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When testing out the new updates I started in Github by changing my xs spacing value from 4 to 24. When committed, it showed in Figma as expected. Now in Figma, I changed that same value from 24 back to 4, but the update would not render in Github. Its getting my commit messages, but it seems to be synced to the wrong json, as you can see my commits are showing up in colors instead of spacing. Basically, it seems that the sync is only working in 1 direction, which of course isn't ideal.
I then tried again to change the radius value in Figma from 9999 to 1000, and it again is mapping to colors instead of to spacing as it should. Lastly, when I updated the full radius value to 45 in Github, it went through to Figma - HOWEVER - it did not show up automatically. This sounds amazing in theory, but it may be best to keep a refresh button for pulls just in case auto doesnt work. There seems to be a timeout period. I wound up clicking pull anyway, despite there not being a notif, and only then did it recognize I had a commit to push. About 1 min later is when the pull button turned blue unprompted.
Beta Was this translation helpful? Give feedback.
All reactions