feat: handle edit modals from advanced xblocks (#1445)

Adds new message types, updates message handlers, and implements a new modal iframe for legacy XBlock editing.
This commit is contained in:
Peter Kulko
2025-02-20 12:05:48 -08:00
committed by GitHub
parent 2befd82e51
commit 7e4ecff4e8
15 changed files with 353 additions and 25 deletions

View File

@@ -13,3 +13,4 @@
@import "./configure-modal/ConfigureModal";
@import "./drag-helper/SortableItem";
@import "./block-type-utils";
@import "./modal-iframe"