mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
feat: enhance Meteor Scatter with sidebar fixes and visual effects
Move SDR Device below mode title, add sidebar Start/Stop buttons, and add starfield canvas, meteor streak animations, particle bursts, signal strength meter, and enhanced ping flash effects. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="run-btn" id="meteorSidebarStartBtn" onclick="MeteorScatter.start()">
|
||||
Start Monitoring
|
||||
</button>
|
||||
<button class="stop-btn" id="meteorSidebarStopBtn" onclick="MeteorScatter.stop()" style="display: none;">
|
||||
Stop Monitoring
|
||||
</button>
|
||||
|
||||
<div class="section">
|
||||
<h3>Capture Settings</h3>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user