Skip to content

Fix metadata cell auto-capitalization in sandboxes list#283

Draft
ben-fornefeld wants to merge 1 commit intomainfrom
cursor/metadata-cell-capitalization-3e6e
Draft

Fix metadata cell auto-capitalization in sandboxes list#283
ben-fornefeld wants to merge 1 commit intomainfrom
cursor/metadata-cell-capitalization-3e6e

Conversation

@ben-fornefeld
Copy link
Copy Markdown
Member

Problem

The metadata column in the sandboxes list table was displaying values in all uppercase (e.g., "SOURCE":"INFRA-ADMIN" instead of "source":"infra-admin"), which was confusing to users.

Solution

Added normal-case class to the JsonPopover in MetadataCell to override the default uppercase styling inherited from the Button base variant.

Changes

  • Updated src/features/dashboard/sandboxes/list/table-cells.tsx to add normal-case class to metadata cell's JsonPopover

Testing

The fix follows the same pattern already used in TemplateCell (line 124), which also uses normal-case to prevent auto-capitalization.


Fixes issue reported in Slack: metadata values should preserve their original casing and not be auto-capitalized.

Slack Thread

Open in Web Open in Cursor 

Co-authored-by: Ben Fornefeld <ben-fornefeld@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Mar 31, 2026 5:52pm
web-juliett Ready Ready Preview, Comment Mar 31, 2026 5:52pm

Request Review

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