Skip to content

feat(dialog): add pending review icon functionality for session management#27774

Open
allracs wants to merge 2 commits into
anomalyco:devfrom
allracs:feat/sessions-dialog-show-pending-review-icon
Open

feat(dialog): add pending review icon functionality for session management#27774
allracs wants to merge 2 commits into
anomalyco:devfrom
allracs:feat/sessions-dialog-show-pending-review-icon

Conversation

@allracs
Copy link
Copy Markdown

@allracs allracs commented May 15, 2026

Issue for this PR

Closes #27772

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Sessions that are idle or have pending permissions/questions look identical to finished sessions, so it's easy to miss ones that need input.

Adds an 🟠 dot next to sessions needing attention. The dot hides once you navigate to that session and reappears if the session starts running again. Tracks "seen" state in a module-level signal so it persists across dialog open/close.

How did you verify your code works?

Built and ran the TUI, opened the session list with sessions in various states (idle, busy, pending permissions). Dot appears only for the right sessions and disappears after selecting one.

Screenshots / recordings

recording

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Show pending review indicator for sessions needing attention

1 participant