mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
0a6ad837d8
Intercept .nav-dashboard-btn clicks to perform SPA-style navigation instead of a full page reload. After switchMode() updates the URL to /?mode=<x> via pushState, clicking href="/" previously caused a round- trip reload. Now the click handler stops active scans, destroys the current mode, shows the welcome overlay, and pushes '/' onto history. Also update popstate to restore the welcome page when navigating back to '/' with no mode param. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>