Adds a Bell icon button to the topbar that sums chatUnreadCount + queueCount and shows a single amber dot with the total. Click goes to Chat if unread > 0, else Approvals. Per-tab badges stay (they answer "where"); the bell answers "is anything waiting?" at a glance. 31/31 vitest pass.
Adds a Bell icon button to the topbar that sums `chatUnreadCount + queueCount` and shows a single amber dot with the total. Click goes to Chat if unread > 0, else Approvals. Per-tab badges stay (they answer "where"); the bell answers "is anything waiting?" at a glance. 31/31 vitest pass.
Adds a Bell icon button to the topbar that sums chatUnreadCount +
queueCount and shows a single amber dot with the total. Click goes
to Chat if there are unread messages, otherwise to Approvals — the
scene most likely to be relevant. Per-tab badges on Approvals and
Chat tabs stay (they answer 'where' specifically), but operators who
just want 'do I have anything waiting' now get a single one-glance
signal in the topbar.
Title attr names the breakdown for accessibility. 31/31 vitest pass.
shad
merged commit e92c5c9236 into main2026-06-15 00:20:25 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds a Bell icon button to the topbar that sums
chatUnreadCount + queueCountand shows a single amber dot with the total. Click goes to Chat if unread > 0, else Approvals. Per-tab badges stay (they answer "where"); the bell answers "is anything waiting?" at a glance. 31/31 vitest pass.