GBKS / bitcoin-wallet-ui-kit

A design system and UI kit for Bitcoin wallet applications.
https://www.bitcoinuikit.com
24 stars 3 forks source link

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

Closed GBKS closed 3 months ago

GBKS commented 7 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 Icons plugin. See this issue.

GBKS commented 3 months ago

This is complete.