Merge pull request #105 from jmfederico/feat/unread-ux

feat(ui): improve unread-messages experience
This commit is contained in:
Federico Jaramillo Martinez
2026-07-27 15:58:55 +02:00
committed by GitHub
22 changed files with 1458 additions and 79 deletions
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Give every navigation row a single activity indicator that also carries unread state. When sessions beneath a workspace, project, or machine row have unread completions, the row's indicator becomes a static accent ring around the activity dot — or a filled accent dot while idle — instead of a separate dot next to the name. Session rows now surface unread state even while busy or sending, and the "N unread" header and mobile Sessions badge count busy unread sessions too.
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Add "Mark as read" actions for unread sessions: a per-session item in the session row ⋯ menu (shown only for unread sessions) and a bulk "Mark read" button in the multi-select bar that marks every unread selected session as read.