mirror of
https://github.com/smittix/intercept.git
synced 2026-07-04 07:43:39 -07:00
fix: load SignalIdModal on dashboard pages; clear status on zero matches
- Added signal-id-modal.js script to base_dashboard.html (nav button was silent on dashboard pages) - Added else branch to clear "Searching…" status when zero matches returned Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -184,6 +184,7 @@
|
||||
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src="{{ url_for('static', filename='js/components/signal-id-modal.js') }}{% if version %}?v={{ version }}{% endif %}"></script>
|
||||
<script>
|
||||
// Dashboard-specific scripts
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user