Enhance Monolith Height Scaling for High Contribution Profiles#8329
Enhance Monolith Height Scaling for High Contribution Profiles#8329VanshikaSingh28 wants to merge 5 commits into
Conversation
|
@VanshikaSingh28 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
This PR enhances the height scaling for high contribution profiles, which is a significant improvement for user experience. It is important to ensure that the changes align with previous decisions, such as fixing dead code in the calculateStreak function to maintain accurate streak statuses. Please review the checklist to ensure all requirements are met. Looking forward to your feedback! |
|
🚨 Hey @VanshikaSingh28, the CI Pipeline is failing on this PR and it has been marked as Please fix the issues before this can be reviewed. Here's how: 1. Run checks locally before pushing: npm run format:check # Check Prettier formatting
npm run lint # Run ESLint
npm run typecheck # TypeScript type check
npm run test # Run unit tests (Vitest)
npm run build # Verify production build passes2. Auto-fix common issues: npm run format # Auto-fix formatting with Prettier
npm run lint -- --fix # Auto-fix lint errors where possible3. Check the full failure log here: Once you push a fix and the CI passes, the |
…scaling-4146 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
…(#4146)
Description
Fixes #4146
Pillar
Visual Preview
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.