Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

@ammar-agent ammar-agent commented Jan 24, 2026

Summary

  • Show unread workspaces using the existing left selection bar with a muted color to avoid competing with the archive button.
  • Keep per-workspace unread timestamps (with migration) while dropping the unused manual toggle wiring.

Background

  • The unread dot previously competed with the archive affordance for the same slot.
  • We already track unread timestamps per workspace, so we can style an existing indicator instead of adding UI chrome.

Implementation

  • Render an absolute left bar for selected/unread states with a tooltip on unread.
  • Preserve the selected bar color and use a muted bar color for unread items.
  • Keep the per-workspace storage migration in useUnreadTracking.

Validation

  • make static-check

Risks

  • Low: UI-only change to the sidebar indicator and continued localStorage migration.

Generated with mux • Model: openai:gpt-5.2-codex • Thinking: high • Cost: $5.01

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d88bb0d3f7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@ammar-agent ammar-agent changed the title 🤖 fix: overlay workspace unread indicator 🤖 fix: use unread sidebar bar indicator Jan 24, 2026
@ammar-agent
Copy link
Collaborator Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Keep it up!

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@ammario ammario merged commit 2a638c1 into main Jan 24, 2026
23 checks passed
@ammario ammario deleted the fix/unread-indicator-overlay branch January 24, 2026 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants