feat(site/src/pages/AgentsPage): dim unselected sidebar chat titles by tracyjohnsonux · Pull Request #28382 · coder/coder · GitHub
Skip to content

feat(site/src/pages/AgentsPage): dim unselected sidebar chat titles - #28382

Merged
tracyjohnsonux merged 13 commits into
mainfrom
feat/sidebar-unselected-chat-opacity
Aug 20, 2026
Merged

feat(site/src/pages/AgentsPage): dim unselected sidebar chat titles#28382
tracyjohnsonux merged 13 commits into
mainfrom
feat/sidebar-unselected-chat-opacity

Conversation

@tracyjohnsonux

Copy link
Copy Markdown
Contributor

Summary

Subtle visual tweak to the agents sidebar chat list. Chat titles remain
text-content-primary, but titles for chats that are not currently selected now
render at 85% opacity. The selected chat keeps full opacity (and its existing
font-medium weight), making the active chat stand out more clearly.

Changes

  • ChatTreeNode.tsx: apply opacity-85 to the title span when the chat is not
    active, keeping font-medium for the active chat.

opacity-85 is a valid Tailwind 3.4 utility and is already used elsewhere in
the codebase.


This PR was generated by Coder Agents on behalf of @tracyjohnsonux.

Comment thread site/src/pages/AgentsPage/components/ChatsSidebar/tree/ChatTreeNode.tsx Outdated
@tracyjohnsonux
tracyjohnsonux merged commit b605446 into main Aug 20, 2026
26 checks passed
@tracyjohnsonux
tracyjohnsonux deleted the feat/sidebar-unselected-chat-opacity branch August 20, 2026 16:35
@linear-code

linear-code Bot commented Aug 20, 2026

Copy link
Copy Markdown

aslilac pushed a commit that referenced this pull request Aug 24, 2026
…28382)

## Summary

Subtle visual tweak to the agents sidebar chat list. Chat titles remain
`text-content-primary`, but titles for chats that are not currently
selected now
render at 85% opacity. The selected chat keeps full opacity (and its
existing
`font-medium` weight), making the active chat stand out more clearly.

## Changes

- `ChatTreeNode.tsx`: apply `opacity-85` to the title span when the chat
is not
  active, keeping `font-medium` for the active chat.

`opacity-85` is a valid Tailwind 3.4 utility and is already used
elsewhere in
the codebase.

---

_This PR was generated by Coder Agents on behalf of @tracyjohnsonux._
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.

2 participants