test(PRStatusDistribution-responsive): implement mobile viewport and column reflow test suite #7065#7378
Conversation
…column reflow test suite JhaSourav07#7065
|
@JhaSourav07 please review and merge it! |
📦 Next.js Bundle Size Report (Gzipped Sizes)✨ No significant bundle size changes detected. 📊 Summary of Totals
|
|
@Aamod007 hey , please approve the PR! |
Aamod007
left a comment
There was a problem hiding this comment.
Hey! Thanks for adding these responsive layout tests for PRStatusDistribution. Validating the viewport breakpoints ensures our charts don't break on smaller screens.
I'm assigning level:beginner, type:testing, and quality:clean.
Solid coverage, approving!
|
🎉 Congratulations @swarupio! Your PR has been successfully merged. 🚀 Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.
Keep building! 💻✨ |
Description
This PR introduces the responsive breakpoint integration test suite for the
PRStatusDistributioncomponent to ensure reliable rendering and layout stability across mobile viewports.Key implementations include:
ResizeObserver/IntersectionObserverto prevent charting library layout crashes during window resize events.Fixes #7065
Pillar
Test Cases
Checklist before requesting a review:
CONTRIBUTING.mdfile.localhost:3000/api/streak?user=YOUR_USERNAME).npm run formatandnpm run lintlocally and resolved all errors (CI will fail otherwise).feat(themes): ...,fix(calculate): ...).README.mdif I added a new theme or URL parameter.