feat: add toggle to disable Intelligence Findings badge#97
Merged
Conversation
Allow users to hide the Intelligence Findings badge for passive viewing (e.g. TV displays). The badge can be disabled via right-click context menu or the PANELS settings modal. Preference persists in localStorage. Closes #89 Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
SebastienMelki
added a commit
that referenced
this pull request
Feb 18, 2026
PR #97 only hid the badge itself but the SignalModal kept auto-opening on new signals. Gate all 5 automatic signalModal.show() calls behind findingsBadge.isEnabled() so disabling Intelligence Findings also suppresses the full-screen popup overlay. Closes #89 Co-Authored-By: Claude Opus 4.6 <[email protected]>
4 tasks
koala73
added a commit
that referenced
this pull request
Feb 18, 2026
## Summary - PR #97 hid the badge but the `SignalModal` kept auto-opening on new signals — this is what the reporter was still seeing - Gates all 5 automatic `this.signalModal?.show()` calls behind `this.findingsBadge?.isEnabled()` so disabling Intelligence Findings also suppresses the full-screen popup overlay and sounds - Signal history is still recorded (`addToSignalHistory`) even when popup is suppressed, so re-enabling the toggle shows them Closes #89 ## Test plan - [x] Disable Intelligence Findings via PANELS toggle or right-click - [x] Wait for signal refresh cycle — no full-screen popup should appear - [x] Re-enable → popups resume on next signal detection - [x] Build succeeds with no type errors 🤖 Generated with [Claude Code](https://claude.com/claude-code)
facusturla
pushed a commit
to facusturla/worldmonitor
that referenced
this pull request
Feb 27, 2026
## Summary - Adds ability to hide the Intelligence Findings badge for passive/TV viewing — stops polling, sounds, and pulse animations when disabled - Two ways to toggle: right-click context menu on the badge, or the PANELS settings modal - Preference persists in `localStorage` across page reloads Closes koala73#89 ## Test plan - [ ] Load app — badge shows by default (no regression) - [ ] Right-click badge → "Hide Intelligence Findings" → badge disappears, no polling/sounds - [ ] Open PANELS → "Intelligence Findings" toggle shows as disabled → click to re-enable → badge reappears - [ ] Refresh page → preference persists - [ ] Build succeeds with no type errors 🤖 Generated with [Claude Code](https://claude.com/claude-code)
facusturla
pushed a commit
to facusturla/worldmonitor
that referenced
this pull request
Feb 27, 2026
PR koala73#97 only hid the badge itself but the SignalModal kept auto-opening on new signals. Gate all 5 automatic signalModal.show() calls behind findingsBadge.isEnabled() so disabling Intelligence Findings also suppresses the full-screen popup overlay. Closes koala73#89 Co-Authored-By: Claude Opus 4.6 <[email protected]>
facusturla
pushed a commit
to facusturla/worldmonitor
that referenced
this pull request
Feb 27, 2026
## Summary - PR koala73#97 hid the badge but the `SignalModal` kept auto-opening on new signals — this is what the reporter was still seeing - Gates all 5 automatic `this.signalModal?.show()` calls behind `this.findingsBadge?.isEnabled()` so disabling Intelligence Findings also suppresses the full-screen popup overlay and sounds - Signal history is still recorded (`addToSignalHistory`) even when popup is suppressed, so re-enabling the toggle shows them Closes koala73#89 ## Test plan - [x] Disable Intelligence Findings via PANELS toggle or right-click - [x] Wait for signal refresh cycle — no full-screen popup should appear - [x] Re-enable → popups resume on next signal detection - [x] Build succeeds with no type errors 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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
localStorageacross page reloadsCloses #89
Test plan
🤖 Generated with Claude Code