feat(ui-flow): Phase 683 slash-modal-open IPC with composer blur

Handle slash-modal-open by pushing state and emitting slash-modal-opened.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 00:10:18 -04:00
co-authored by Cursor
parent 4cad60e4ae
commit 6756b1a08c
+5
View File
@@ -2384,6 +2384,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
send({ type: 'member-roles-modal-opened' }) send({ type: 'member-roles-modal-opened' })
return true return true
} }
if (t === 'slash-modal-open') {
pushState()
send({ type: 'slash-modal-opened' })
return true
}
if (t === 'revoke-invite') { if (t === 'revoke-invite') {
await platform.revokeInvite(msg.code) await platform.revokeInvite(msg.code)
pushState() pushState()