| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-12 | 1.3 kB | |
| v2.25.0 -- UI_UX Overhaul source code.tar.gz | 2026-03-12 | 45.5 MB | |
| v2.25.0 -- UI_UX Overhaul source code.zip | 2026-03-12 | 45.8 MB | |
| Totals: 3 Items | 91.3 MB | 1 | |
UI/UX Overhaul
Comprehensive frontend quality pass — no new modes, but significant improvements to reliability, accessibility, and code quality across the entire platform.
Highlights
- SSEManager — Centralized SSE connection management with exponential backoff reconnection and visual connection status indicator
- Accessibility — aria-labels, form label associations, keyboard-navigable lists
- Destructive action confirmation modals — Custom modal system replacing 25 native
confirm()calls - Loading button states —
withLoadingButton()for async action feedback - Actionable error reporting —
reportActionableError()in 5 mode JS files - CSS variable adoption — Replaced hardcoded hex colors across 16+ files
- Inline style extraction —
classList.toggle()replaces inlinedisplaymanipulation - Merged
global-nav.cssintolayout.css— Consolidated navigation styles - Reduced
!importantusage — From 71 to 8 in responsive.css - Standardized breakpoints — 480/768/1024/1280px
- Mobile UX polish — Touch targets, code overflow handling
- Fix: deep-linked mode scripts now wait for body parse before executing
Full Changelog: https://github.com/smittix/intercept/compare/v2.24.0...v2.25.0