docs: update changelogs with all new features
This commit is contained in:
parent
eb4556300e
commit
5fb585d4fd
2 changed files with 32 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue