From 5fb585d4fda0296596e2eec8906c135013d1b36e Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Fri, 13 Feb 2026 18:59:25 -0600 Subject: [PATCH] docs: update changelogs with all new features --- CHANGELOG.txt | 20 ++++++++++++++++++++ priv/static/changelog.txt | 12 ++++++++++++ 2 files changed, 32 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 59480c48..ca7a8680 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,24 @@ 2026-02-13 +fix: safer float formatting, nil crash prevention in templates +fix: add missing age_text and severity_color helpers to alert_live +fix: prevent nil Decimal/Calendar crashes in trace template +feat: smart alert triage with site grouping, severity colors, and resolve + - Alerts page now groups by site (tower) with subscriber impact counts + - Filter tabs: All, Critical, Unresolved, Resolved + - Sort by severity, age, or subscriber impact + - Resolve button to mark alerts as resolved + - Color-coded severity indicators +feat: global search (Cmd+K / Ctrl+K) across devices, sites, accounts, alerts + - Spotlight-style search overlay + - Categorized results with icons + - Keyboard navigation (up/down/enter/esc) + - Debounced search input +feat: rewrite site detail page with full enrichment + - Summary stat cards (subscribers, MRR, devices, alerts) + - QoE summary with capacity bar + - Device health grid with status dots and response times + - Active alerts panel with urgency indicators + - Recent config changes panel feat: add Trace, Activity Feed routes and nav items - Wired /trace (subscriber trace / help desk mode) into router - Wired /activity (org-wide activity feed) into router diff --git a/priv/static/changelog.txt b/priv/static/changelog.txt index 359c9906..8ba1ec20 100644 --- a/priv/static/changelog.txt +++ b/priv/static/changelog.txt @@ -1,3 +1,15 @@ +2026-02-13 — Smart Alert Triage +* Alerts page now groups alerts by site/tower so you can see which locations have the most problems +* Filter by: All, Critical, Unresolved, Resolved +* Sort by: Severity, Age, or Subscriber Impact (most affected subscribers first) +* One-click Resolve button for clearing fixed alerts +* Shows subscriber count per site so you can prioritize by impact + +2026-02-13 — Global Search (Cmd+K) +* Press Cmd+K (or Ctrl+K) anywhere to instantly search across devices, sites, subscribers, and alerts +* Keyboard navigation: arrow keys to move, Enter to select, Escape to close +* Results grouped by category with quick links + 2026-02-13 — Subscriber Trace & Activity Feed * New "Trace" page — search any subscriber, device, or AP and see a full health report - Shows subscriber info, device status, QoE metrics, alerts, config changes, and peer impact