style(metadata-bar): use bold font weight for metadata bar title #38608
style(metadata-bar): use bold font weight for metadata bar title #38608michael-s-molina merged 2 commits intoapache:masterfrom
Conversation
Sequence DiagramThis PR updates metadata title rendering to use the CSS bold keyword directly instead of a theme font weight token. The change removes theme dependency so the header consistently appears bold across themes. sequenceDiagram
participant User
participant MetadataBar
participant Theme
participant Browser
User->>MetadataBar: Open view with metadata section
MetadataBar->>Theme: Read theme values for component styles
MetadataBar->>Browser: Apply title style with font weight bold
Browser-->>User: Render metadata title in bold consistently
Generated by CodeAnt AI |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Code Review Agent Run #133ad7
Actionable Suggestions - 1
-
superset-frontend/packages/superset-ui-core/src/components/MetadataBar/ContentConfig.tsx - 1
- Theming Token Violation · Line 26-26
Review Details
-
Files reviewed - 1 · Commit Range:
b0212dc..b0212dc- superset-frontend/packages/superset-ui-core/src/components/MetadataBar/ContentConfig.tsx
-
Files skipped - 0
-
Tools
- Whispers (Secret Scanner) - ✔︎ Successful
- Detect-secrets (Secret Scanner) - ✔︎ Successful
Bito Usage Guide
Commands
Type the following command in the pull request comment and save the comment.
-
/review- Manually triggers a full AI review. -
/pause- Pauses automatic reviews on this pull request. -
/resume- Resumes automatic reviews. -
/resolve- Marks all Bito-posted review comments as resolved. -
/abort- Cancels all in-progress reviews.
Refer to the documentation for additional commands.
Configuration
This repository uses Superset You can customize the agent settings here or contact your Bito workspace admin at evan@preset.io.
Documentation & Help
superset-frontend/packages/superset-ui-core/src/components/MetadataBar/ContentConfig.tsx
Outdated
Show resolved
Hide resolved
Sequence DiagramThis PR updates the metadata bar tooltip header styling to use the theme bold font weight token. The main flow remains the same, but header rendering now consistently resolves to a bold weight across themes. sequenceDiagram
participant User
participant MetadataBar
participant Theme
User->>MetadataBar: Hover over metadata bar
MetadataBar->>Theme: Resolve header font weight token
Theme-->>MetadataBar: Return fontWeightBold
MetadataBar-->>User: Show tooltip header in bold text
Generated by CodeAnt AI |
superset-frontend/packages/superset-ui-core/src/components/MetadataBar/ContentConfig.tsx
Show resolved
Hide resolved
Code Review Agent Run #6d67f1Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
) (cherry picked from commit e8061a9)
User description
SUMMARY
Uses a bolder font for the
MetadataBartooltip Header component.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:

AFTER:

TESTING INSTRUCTIONS
ADDITIONAL INFORMATION
CodeAnt-AI Description
Make metadata bar header use bold font weight
What Changed
Impact
✅ Bold metadata titles✅ Consistent header weight across themes✅ Improved metadata header readability💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.