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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user