fix(dashboard): align web vitals breakdown values - #652
Conversation
|
@akash3444 is attempting to deploy a commit to the Databuddy OSS Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThe PR aligns Web Vitals values by placing non-shrinking status icons before right-justified metric text and slightly widening the CLS column.
Confidence Score: 5/5The PR appears safe to merge, with no concrete blocking or independently actionable non-blocking issues identified. The updated metric wrapper fills its fixed-width table cell and consistently aligns numeric values to the right, while the CLS width adjustment applies only to the intended Web Vitals breakdown columns. Important Files Changed
Reviews (1): Last reviewed commit: "fix(dashboard): align web vitals breakdo..." | Re-trigger Greptile |
Summary
Fixes value alignment in the Web Vitals breakdown table across Pages, Countries, Regions, Cities, and Browsers.
Screenshots
Pages
Before

After

Countries
Before

After

Regions
Before

After

Cities
Before

After

Browsers
Before

After

Summary by cubic
Aligns Web Vitals breakdown values by moving status icons before metric numbers and widening the CLS column to avoid clipping. Previously numbers shifted when icons rendered and some three-decimal CLS values clipped; now numbers remain right-aligned, icons keep fixed size, and CLS has enough width.
Review notes
clscompact column width increases from 76px to 78px; check table layout remains stable.Written for commit e758c63. Summary will update on new commits.