Summary
Blue notification dots remain visible in the app sidebar for tasks/sessions that are completed or idle until a full refresh.
Scope
- Remove blue-dot rendering in
packages/app/src/pages/layout/sidebar-items.tsx session rows (currently based on unseen count).
- Update
ProjectIcon to stop using generic unseen-count as trigger for blue notify dots.
- Preserve active spinner and warning/error attention indicators.
- Clean up no-longer-used props/types/variables.
Validation
- Run
cd packages/app && bun typecheck.
Summary
Blue notification dots remain visible in the app sidebar for tasks/sessions that are completed or idle until a full refresh.
Scope
packages/app/src/pages/layout/sidebar-items.tsxsession rows (currently based on unseen count).ProjectIconto stop using generic unseen-count as trigger for blue notify dots.Validation
cd packages/app && bun typecheck.