Skip to content

[fix/feat:ui] Mute previous tool call row#3227

Open
sandersonstabo wants to merge 1 commit into
pingdotgg:mainfrom
sandersonstabo:sanderson/fix-ui-previous-tool-call-row
Open

[fix/feat:ui] Mute previous tool call row#3227
sandersonstabo wants to merge 1 commit into
pingdotgg:mainfrom
sandersonstabo:sanderson/fix-ui-previous-tool-call-row

Conversation

@sandersonstabo

@sandersonstabo sandersonstabo commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

What changed

The collapsed previous tool call row now uses muted text.

Why

This row is context for hidden activity, not a tool call result. Muted styling makes that distinction clearer without changing layout.

UI changes

Before:

Before

After:

After

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Testing

vp check; vp run typecheck passed locally before splitting these PRs.

Note

Mute tool call toggle button styling in chat messages timeline

Adjusts the styling of the overflow toggle button in the WorkGroupSection component in MessagesTimeline.tsx. The button now uses muted text by default with a hover color change, the icon container no longer enforces muted color, and the 'Show fewer tool calls' label loses its medium font weight and specific foreground color class.

Macroscope summarized a94157d.


Note

Low Risk
CSS-only tweaks to a single button in the chat timeline; no logic or behavior changes.

Overview
Updates the expand/collapse control in WorkGroupSection (MessagesTimeline.tsx) so the overflow row reads more like secondary context than a tool result.

The button now uses muted text by default (text-muted-foreground/65) with stronger text on hover, instead of inheriting default foreground. The chevron wrapper no longer applies its own muted color (icons still use opacity-70). When expanded, “Show fewer tool calls” drops font-medium and text-foreground/82 so it matches the muted treatment; the collapsed “+N previous tool call(s)” label is unchanged.

Reviewed by Cursor Bugbot for commit a94157d. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: ca25a697-bb65-4488-9664-308bbc5908ba

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels Jun 20, 2026
@juliusmarminge juliusmarminge marked this pull request as ready for review June 20, 2026 07:53
@macroscopeapp

macroscopeapp Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

Pure CSS styling changes that adjust text color and font weight on a UI button element. No runtime behavior changes beyond visual appearance.

You can customize Macroscope's approvability policy. Learn more.

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

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant