Skip to content

feat: add scan toggle button (v2.0.1)#2

Merged
devploit merged 1 commit intomainfrom
devploit/scan-toggle-button
Feb 4, 2026
Merged

feat: add scan toggle button (v2.0.1)#2
devploit merged 1 commit intomainfrom
devploit/scan-toggle-button

Conversation

@devploit
Copy link
Owner

@devploit devploit commented Feb 4, 2026

Summary

  • Add toggle switch in popup header to enable/disable scanning globally
  • Show "OFF" badge when scanning is disabled
  • Fix duplicate settings declaration bug that was breaking the scanner
  • Bump version to 2.0.1

Test plan

  • Load extension and verify toggle appears in popup header
  • Toggle OFF and verify badge shows "OFF" in gray
  • Close and reopen popup - toggle should remain OFF
  • Toggle ON and verify scanning resumes normally
  • Reload extension and verify state persists

🤖 Generated with Claude Code

- Add toggle switch in popup header to enable/disable scanning globally
- Store enabled state in chrome.storage.sync (persists across sessions)
- Show "OFF" badge when scanning is disabled
- Fix duplicate settings declaration bug in scanUrl()
- Add block scope to switch cases to prevent variable conflicts
- Update startup listeners to respect enabled state
- Bump version to 2.0.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@devploit devploit merged commit a13e0a4 into main Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant