feat(ui-flow): set-threads-panel-archived IPC (Phase 75)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 02:22:42 -04:00
co-authored by Cursor
parent afd5720efa
commit 120e4156f2
+5
View File
@@ -335,6 +335,11 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
pushState()
return true
}
if (t === 'set-threads-panel-archived') {
await platform.setThreadsPanelIncludeArchived(!!msg.includeArchived)
pushState()
return true
}
if (t === 'archive-thread') {
await platform.archiveThread(msg.threadId, msg.archived !== false)
pushState()