Mute Thread Row
Muted threads manager listing silenced threads with their context, muted date, expiry or forever status, and a per row unmute action.
Muted threads manager listing silenced threads with their context, muted date, expiry or forever status, and a per row unmute action.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Mute Thread Row is the silenced-threads manager: five rows each showing the thread title, its context badge (Engineering, Product, Design, Growth), when it was muted, and whether it expires on a date like Jun 20, 2026 or runs Forever. The honest callout at the top, a BellOff icon beside the note that muting hides notifications but you will still see the thread if you open it directly, is the detail that stops the why-am-I-still-seeing-this support request. Each row has an Unmute action; the header carries an Unmute all button.
Threads are one typed array with a nullable mutedUntil field. The footer line, Threads muted until a date unmute automatically, is what sets the right expectation for timed mutes.
Reach for this block on a notification-settings page or a dedicated mute-management panel, wired to your muted threads store and unmute endpoint. Gate the Unmute all button to only appear when at least one thread is present.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the workspace muted-threads list. Other mute surfaces:
Tip: the honest inline note is load-bearing; remove it and you lose the explanation that prevents confused unmute support tickets.