Skip to content

fix(tui): use sentence case for theme mode command palette items#21192

Merged
rekram1-node merged 17 commits intoanomalyco:devfrom
ariane-emory:fix/theme-mode-capitalization
Apr 7, 2026
Merged

fix(tui): use sentence case for theme mode command palette items#21192
rekram1-node merged 17 commits intoanomalyco:devfrom
ariane-emory:fix/theme-mode-capitalization

Conversation

@ariane-emory
Copy link
Copy Markdown
Contributor

@ariane-emory ariane-emory commented Apr 6, 2026

Issue for this PR

Closes #21191

Type of change

  • Bug fix)
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The capitalization of the "Toggle Theme Mode" and "Lock Theme Mode" items in the command palette is inconsistent with the capitalization style used for other items in the command palette. This PR restores consistency amongst the items in the command palette by using sentence case capitalization for these two items ("Toggle theme mode" and "Lock theme mode").

How did you verify your code works?

Manual testing, bun typecheck, bun test.

Screenshots / recordings

After (sentence case capitalization)

Screenshot 2026-04-06 at 6 09 01 AM

Before (inconsistent capitalization)

Screenshot 2026-04-07 at 9 47 16 AM

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@ariane-emory ariane-emory changed the title fix: use sentence case for theme mode command palette items fix(tui): use sentence case for theme mode command palette items Apr 6, 2026
@ariane-emory ariane-emory marked this pull request as ready for review April 6, 2026 10:42
@Jiwenshang Jiwenshang mentioned this pull request Apr 7, 2026
3 tasks
@rekram1-node rekram1-node merged commit 2549a38 into anomalyco:dev Apr 7, 2026
10 of 12 checks passed
@ariane-emory ariane-emory deleted the fix/theme-mode-capitalization branch April 7, 2026 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent capitalization on the two "Theme Mode" command palette items

2 participants