Align base.html and modal with tinker_tickets reference implementation
Lint / Notify on failure (push) Blocked by required conditions
Lint / Python (flake8) (push) Failing after 1m12s
Lint / JS (eslint) (push) Successful in 13s
Security / Python Security (bandit) (push) Failing after 1m14s
Test / Python Tests (pytest) (push) Failing after 24m3s
Lint / Deploy (push) Failing after 12m10s
Lint / Notify on failure (push) Blocked by required conditions
Lint / Python (flake8) (push) Failing after 1m12s
Lint / JS (eslint) (push) Successful in 13s
Security / Python Security (bandit) (push) Failing after 1m14s
Test / Python Tests (pytest) (push) Failing after 24m3s
Lint / Deploy (push) Failing after 12m10s
- Add lt-glitch + data-text to brand title (signature glitch effect) - Add mobile nav drawer (lt-nav-drawer) and hamburger button (lt-menu-btn) - Add VT323 font, theme toggle button (lt-theme-btn), footer with hints - Add command palette overlay + lt.cmdPalette.init() with nav commands - Add keyboard shortcuts help modal and skip link - Move base.js to <head> so lt.* is available for inline scripts - Fix suppress modal: lt-modal-backdrop → lt-modal-overlay (base.css class) - Fix modal open/close: use .is-open / aria-hidden instead of inline style Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -381,8 +381,8 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- ── Quick-suppress modal ─────────────────────────────────────────── -->
|
||||
<div id="suppress-modal" class="lt-modal-backdrop" style="display:none"
|
||||
role="dialog" aria-modal="true" aria-labelledby="suppress-modal-title">
|
||||
<div id="suppress-modal" class="lt-modal-overlay"
|
||||
role="dialog" aria-modal="true" aria-labelledby="suppress-modal-title" aria-hidden="true">
|
||||
<div class="lt-modal">
|
||||
<div class="lt-modal-header">
|
||||
<h3 class="lt-modal-title" id="suppress-modal-title">Suppress Alert</h3>
|
||||
|
||||
Reference in New Issue
Block a user