You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settling a thread removes it from the active thread list immediately, but the native SwiftUI client gives no inline recovery action. An accidental settle requires finding the thread in the Settled section and manually reopening it.
Proposed behavior
After a successful Settle action, show a short-lived bottom toast naming the thread.
Include an Undo action that reopens that same thread through the existing settle API.
Replace the previous toast when another thread is settled.
Do not offer Undo for Reopen, Archive, Delete, Snooze, or Pin actions.
Preserve the existing server protocol and settlement model.
Scope
The existing owner is apps/swift-ios/Features/Workspace/WorkspaceView.swift; a small pure state helper can make replacement/expiry behavior deterministic.
Acceptance
Settle shows a visible, accessible Undo toast.
Undo reopens the intended thread exactly once.
Expiry hides the toast without changing thread state.
Settling a second thread replaces the first undo target.
The toast avoids the floating New Task control and remains usable with large Dynamic Type.
This discussion was converted from issue #6107 on August 15, 2026 10:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Problem
Settling a thread removes it from the active thread list immediately, but the native SwiftUI client gives no inline recovery action. An accidental settle requires finding the thread in the Settled section and manually reopening it.
Proposed behavior
Scope
The existing owner is
apps/swift-ios/Features/Workspace/WorkspaceView.swift; a small pure state helper can make replacement/expiry behavior deterministic.Acceptance
All reactions