Skip to content

Left sidebar update#3099

Open
jaaydenh wants to merge 7 commits intomainfrom
left-sidebar-update
Open

Left sidebar update#3099
jaaydenh wants to merge 7 commits intomainfrom
left-sidebar-update

Conversation

@jaaydenh
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@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: 6a131cdb54

ℹ️ 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".

className={cn(
LIST_ITEM_BASE_CLASSES,
"group/row",
sectionId != null ? "ml-8" : "ml-6.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep subagent connectors aligned after row margin shift

This adds a fixed left margin to every workspace row when sectionId is present, but subagent connector positions are still derived only from depth-based padding (getItemPaddingLeft) in AgentListItemInner. In sectioned nested conversations, that means the row content (including the status dot/title) moves right while the connector overlay does not, so branch lines no longer connect to the corresponding row. The regression is visible whenever a section contains parent/child workspaces.

Useful? React with 👍 / 👎.

Comment on lines +113 to 115
className="min-w-0 flex-1 cursor-pointer truncate border-none bg-transparent p-0 text-left text-xs font-medium"
style={{ color: sectionColor }}
>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Preserve contrast-safe section title rendering

Using sectionColor directly for the section name text makes readability depend on arbitrary user-selected colors from the color picker. In light themes, pale colors (and in dark themes, very dark colors) can make section titles effectively illegible, whereas the previous styling kept text on a theme-safe foreground and used color as an accent. This should compute a contrast-safe foreground or constrain unsupported colors.

Useful? React with 👍 / 👎.

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