BitcoinDesign / Bitcoin-Icons

Icons made for Bitcoin applications, free to use.
https://bitcoinicons.com/
Other
107 stars 21 forks source link

Update the Figma plug-in to dynamic page loading #106

Open GBKS opened 8 months ago

GBKS commented 8 months ago

I got an email from Figma that this migration needs to be done. Instead of loading all page at once when opening a file, now Figma only opens them as they are needed. That means plug-ins need to wait occasionally for content to be available to access it. Looks like the code just needs to be updated to be asynchronous. Does not sound too complicated. Here are the docs.

This can be done in conjunction with the update to the Bitcoin UI Kit plugin. See this issue.