From af821dad78b9ab76a0197922685fd935a1a86c53 Mon Sep 17 00:00:00 2001 From: Jack Levy Date: Mon, 2 Mar 2026 16:09:13 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20show=20dispatch=20indicator=20(=E2=9C=93?= =?UTF-8?q?)=20for=20topic-follow=20events=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Topic events that fire a push notification (milestones like calendar placement, passed, new text) now show ✓ in the "Based on your topic follows" section, consistent with the Recent Alerts section. Also clarifies the section description to explain which events are pushed vs suppressed. Authored-By: Jack Levy --- frontend/app/notifications/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/app/notifications/page.tsx b/frontend/app/notifications/page.tsx index 78ed027..7876755 100644 --- a/frontend/app/notifications/page.tsx +++ b/frontend/app/notifications/page.tsx @@ -590,12 +590,13 @@ export default function NotificationsPage() {

Bills matching topics you follow that have had recent activity. - These are delivered as notifications — follow a bill directly to change its alert mode. + Milestone events (passed, signed, new text) are pushed; routine referrals are not. + Follow a bill directly to get all updates.

{topicEvents.map((event: NotificationEvent) => ( - + ))}