feat(ui-flow): IPC modal-open for invite-link and role-override JSON (Phase 721)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 08:29:02 -04:00
co-authored by Cursor
parent 32fa2b298e
commit aeca21c366
+2
View File
@@ -2826,6 +2826,8 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
if (t === 'webhook-json-modal-open') { pushState(); send({ type: 'webhook-json-modal-opened' }); return true } if (t === 'webhook-json-modal-open') { pushState(); send({ type: 'webhook-json-modal-opened' }); return true }
if (t === 'vanity-url-json-modal-open') { pushState(); send({ type: 'vanity-url-json-modal-opened' }); return true } if (t === 'vanity-url-json-modal-open') { pushState(); send({ type: 'vanity-url-json-modal-opened' }); return true }
if (t === 'effective-permission-json-modal-open') { pushState(); send({ type: 'effective-permission-json-modal-opened' }); return true } if (t === 'effective-permission-json-modal-open') { pushState(); send({ type: 'effective-permission-json-modal-opened' }); return true }
if (t === 'invite-link-json-modal-open') { pushState(); send({ type: 'invite-link-json-modal-opened' }); return true }
if (t === 'role-override-json-modal-open') { pushState(); send({ type: 'role-override-json-modal-opened' }); return true }
if (t === 'clear-vanity-url-export-json') { if (t === 'clear-vanity-url-export-json') {
await platform.clearVanityUrlExportJsonExports() await platform.clearVanityUrlExportJsonExports()
pushState() pushState()