Skip to content

fix: sidebar items are title case#7893

Merged
jmelahman merged 1 commit intomainfrom
jamison/title-case
Jan 27, 2026
Merged

fix: sidebar items are title case#7893
jmelahman merged 1 commit intomainfrom
jamison/title-case

Conversation

@jmelahman
Copy link
Copy Markdown
Contributor

@jmelahman jmelahman commented Jan 27, 2026

Description

Sidebar items appear to prefer title case:

20260127_13h42m05s_grim

Additional Options

  • [Required] I have considered whether this PR needs to be cherry-picked to the latest beta branch.
  • [Optional] Override Linear Check

Summary by cubic

Updates the Search sidebar tab to Title Case for consistency with other items. Changes the label from "Search chats" to "Search Chats".

Written for commit f6ec72f. Summary will update on new commits.

@jmelahman jmelahman requested a review from a team as a code owner January 27, 2026 21:47
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Jan 27, 2026

Greptile Overview

Greptile Summary

This PR updates the ChatSearchCommandMenu trigger text from "Search chats" to "Search Chats" to maintain title case consistency across all sidebar navigation items.

All other sidebar items (New Session, Craft, Explore Agents, More Agents, New Project, Admin Panel, Curator Panel) already use title case, and this change aligns Search Chats with that established pattern.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Single-line cosmetic text change that makes UI consistent, no logic or functional changes
  • No files require special attention

Important Files Changed

Filename Overview
web/src/sections/sidebar/AppSidebar.tsx Changed Search chats to Search Chats for title case consistency with other sidebar items

Sequence Diagram

sequenceDiagram
    participant User
    participant AppSidebar
    participant ChatSearchCommandMenu
    participant SidebarTab
    
    User->>AppSidebar: Views sidebar
    AppSidebar->>ChatSearchCommandMenu: Renders trigger
    ChatSearchCommandMenu->>SidebarTab: Creates button with "Search Chats" text
    SidebarTab-->>User: Displays "Search Chats" in title case
Loading

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@jmelahman jmelahman changed the title nit: sidebar items are title case fix: sidebar items are title case Jan 27, 2026
@jmelahman jmelahman enabled auto-merge January 27, 2026 21:54
@jmelahman jmelahman added this pull request to the merge queue Jan 27, 2026
Merged via the queue into main with commit c5c027c Jan 27, 2026
82 of 84 checks passed
@jmelahman jmelahman deleted the jamison/title-case branch January 27, 2026 22:11
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