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
This change adds a "Block Picker" which can be used for customizable block parameters. Doing this involved:
1. Making it so the iframe always loads something, even when no sharelink has been provided. We need this so we can call into it to get the blocks. It's invisible when there is no share link, but it's still loaded.
2. Adding commands we can send to the iframe to get all the toolbox categories & blocks, then to get images of blocks (as xml, when we have it, or simply by id)
3. Adding a new modal for the block picker, which displays categories and blocks to choose from
4. Some adjustments to the LazyImage to make the loading look a little smoother (I think)
0 commit comments