From 5a6643c6aa37d6c1d1321116413cebdb5ce3618c Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Fri, 13 Feb 2026 19:13:32 -0600 Subject: [PATCH] docs: update changelogs with UX polish and activity feed improvements --- CHANGELOG.txt | 4 ++++ priv/static/changelog.txt | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f6164643..a8eef338 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ 2026-02-13 +feat: nav search trigger button with ⌘K keyboard shortcut hint +fix: remove experimental badges from Alerts and Network Map nav +feat: polished empty states for alerts (all-clear), insights, sites pages +feat: enhanced activity feed — real-time updates, time grouping, search, device links, item counts feat: complete marketing page rewrite — WISP-focused positioning, pain points, pricing tiers, use cases fix: safer float formatting, nil crash prevention in templates fix: add missing age_text and severity_color helpers to alert_live diff --git a/priv/static/changelog.txt b/priv/static/changelog.txt index 52160591..94886007 100644 --- a/priv/static/changelog.txt +++ b/priv/static/changelog.txt @@ -1,3 +1,12 @@ +2026-02-13 — UX Polish & Activity Feed Upgrade +* Search button with ⌘K shortcut now visible in the top navbar +* Alerts and Network Map no longer marked as "experimental" +* Activity Feed now groups events by time (Today/Yesterday/This Week) +* Activity Feed: real-time updates, search by device name, filter counts on chips +* Activity Feed: device links in each entry, critical events highlighted +* Polished empty states on Alerts ("All Clear!"), Insights, and Sites pages +* Better guidance for new users with action buttons on empty pages + 2026-02-13 — New Marketing Site * Completely redesigned landing page focused on WISP/ISP operators * New sections: pain points, subscriber impact features, use cases by role (NOC/Help Desk/Owner)