Fix #944 — snooze hint in email and Teams/Slack payloads#947
Merged
erikdarlingdata merged 1 commit intodevfrom May 8, 2026
Merged
Fix #944 — snooze hint in email and Teams/Slack payloads#947erikdarlingdata merged 1 commit intodevfrom
erikdarlingdata merged 1 commit intodevfrom
Conversation
Adds a one-line discoverability footer to alert delivery channels other than the desktop popup, since neither email nor webhooks can round-trip a click back to a desktop process: "To silence this alert: open Performance Monitor Lite → Settings → Manage Mute Rules" Placed in the email HTML footer (under the cooldown line), the plain-text body tail, the Teams MessageCard (a small section after the facts), and the Slack context block at the bottom of the message. Suppressed on test deliveries so the test card stays minimal. Pairs with the snooze popup from #946 to close out #944. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 8, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a one-line discoverability footer pointing recipients at Settings → Manage Mute Rules when an alert lands in email, Teams, or Slack — none of which can round-trip a click back to the desktop process.
Footer text:
Files
Lite/Services/EmailTemplateBuilder.cs— adds the hint to the HTML footer (under the existing cooldown line) and the plain-text body tail. Suppressed on the test email path.Lite/Services/WebhookAlertService.cs— adds the hint as a small section in the TeamsMessageCard(after the facts) and as a second context-block element at the bottom of the Slack message. Suppressed on the test webhook payloads so the verification card stays minimal.Why these placements
{ text }section reads as a footnote.Pairs with the snooze popup from #946 to close out #944.
Test plan
🤖 Generated with Claude Code