feat(health): health-modal-open and clear-digest-relay-handoff IPC

Phase 689 composer blur and Manage Server handoff clear with pushState.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-06-03 00:59:13 -04:00
co-authored by Cursor
parent 5e42292992
commit cd88473076
+16
View File
@@ -2414,6 +2414,22 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
send({ type: 'receipt-modal-opened' })
return true
}
if (t === 'health-modal-open') {
pushState()
send({ type: 'health-modal-opened' })
return true
}
if (t === 'clear-digest-relay-handoff') {
await platform.clearDigestRelayHandoffs()
pushState()
if (platform.mode === 'guild' && platform.activeChannelId) {
send({
type: 'composer-focus-channel',
channelId: platform.activeChannelId
})
}
return true
}
if (t === 'clear-delivery-receipts') {
await platform.clearAutomationDeliveryReceipts()
pushState()