Skip to content

[fix/feat:ui] Capitalize Work Log heading - #3228

Merged
juliusmarminge merged 1 commit into
pingdotgg:mainfrom
sandersonstabo:sanderson/fix-ui-work-log-capitalization
Jun 20, 2026
Merged

[fix/feat:ui] Capitalize Work Log heading#3228
juliusmarminge merged 1 commit into
pingdotgg:mainfrom
sandersonstabo:sanderson/fix-ui-work-log-capitalization

Conversation

@sandersonstabo

@sandersonstabo sandersonstabo commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

What changed

The mixed activity group label now renders as Work Log instead of work log.

Why

This label is a section heading, so it should match the capitalization used by the rest of the activity UI.

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 test apps/web/src/components/chat/MessagesTimeline.test.tsx; vp check; vp run typecheck passed locally before splitting these PRs.

Note

Capitalize 'Work Log' heading in work group sections

Updates the default group label in the WorkGroupSection component from 'work log' to 'Work Log'. The corresponding test in MessagesTimeline.test.tsx is updated to match.

Macroscope summarized 651f474.


Note

Low Risk
Copy-only UI tweak with a matching test update; no behavior or data paths change.

Overview
Capitalizes the mixed-activity work group heading from work log to Work Log in WorkGroupSection (MessagesTimeline.tsx), so it reads like the other activity section titles. Tool-only groups still use 1 tool call / N tool calls and are unchanged.

The MessagesTimeline test that asserts context compaction appears in that group now expects Work Log in the markup.

Reviewed by Cursor Bugbot for commit 651f474. 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: c14ded8b-cbaf-4ebc-afdc-d0ce2c452f75

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:52
@juliusmarminge
juliusmarminge merged commit db27502 into pingdotgg:main Jun 20, 2026
17 checks passed
@macroscopeapp

macroscopeapp Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

Simple copy change that capitalizes a UI heading from "work log" to "Work Log" with a matching test update. No logic or runtime behavior changes.

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.

2 participants