Skip to content

🤖 fix: restyle section headers and rename section chat copy#2985

Open
jaaydenh wants to merge 4 commits intomainfrom
sections-wpd8
Open

🤖 fix: restyle section headers and rename section chat copy#2985
jaaydenh wants to merge 4 commits intomainfrom
sections-wpd8

Conversation

@jaaydenh
Copy link
Contributor

Summary

Restyle sidebar section headers to remove the tinted background and left color bar, replacing them with colored section-name text and left indentation. Also rename section-related copy from "workspace" to "chat".

Background

The section header design previously used a subtle background tint and a left color bar to indicate the section color. The new design simplifies this by applying the section color directly to the section name text, removing visual clutter. The "workspace" terminology in section-specific UI is also updated to "chat" for consistency with the product direction.

Implementation

SectionHeader.tsx:

  • Removed backgroundColor, borderLeftWidth, borderLeftColor inline styles from the header container
  • Added pl-3 (0.75rem) left indentation
  • Applied style={{ color: sectionColor }} to the section name text (removed text-foreground class)
  • Renamed plus button: aria-label → "New chat in section", tooltip → "New chat"

ProjectSidebar.tsx:

  • Empty-state copy: "No workspaces in this section" → "No chats in this section"

sections.test.ts:

  • Updated aria-label selector to match new string

Generated with mux • Model: anthropic:claude-opus-4-6 • Thinking: xhigh • Cost: $2.40

@jaaydenh
Copy link
Contributor Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Chef's kiss.

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

1 participant