fix(site/src): use md badges for provisioner tags and network call pills - #28527
Merged
Conversation
tracyjohnsonux
enabled auto-merge (squash)
August 25, 2026 07:23
jeremyruppel
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several badges render at
text-2xs(10px) viaBadge size="sm"and read as broken next to their surroundings, especially since the MUI/Emotion removal (#27821) dropped the 14pxCssBaselinebody typography that used to soften the contrast. Most visible on the provisioner jobs page (Type and Tags columns) and the AI Gateway sessions list (network call pills).Rather than changing what
Badge smmeans globally (explored in #28517, closed in favor of this), this switches the affected call sites to the defaultmdsize (text-xs, 12px), matching the other badges around them.Changes
ProvisionerTags.tsx:ProvisionerTagand the+Noverflow badge → defaultmd. Covers the provisioner jobs Tags column, job detail expansion, and other provisioner tag consumers.JobRow.tsx: the job Type badge → defaultmd.NetworkCallBadges.tsx: the total/blocked pills on the sessions list → defaultmd, consistent with the token pills in fix(site/src/pages/AIBridgePage): align token badges with neighboring badge sizing #28477.The
Badgecomponent itself is untouched;smremains available for intentionally dense contexts.Related: #28477 (AI session token badges).