feat(themes): add gruvbox preset with dark palette#170
Conversation
|
@gazala-hafsa7 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
👋 Hey @gazala-hafsa7, welcome to CommitPulse! 🎉 Thanks for opening your first pull request — this is a big deal and we appreciate the effort! While you wait for a review, please double-check:
A maintainer will review your PR shortly. Hang tight! 🚀 |
|
completed the CI pipeline/format . lint type check! |
|
Hey one CI is failing |
|
use |
|
@JhaSourav07 i have done the npm run format |
|
🚨 Hey @gazala-hafsa7, 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 |
|
@JhaSourav07, the CI check has now passed. Can you remove the blocked status? |
|
last thing is after that i will merge it |
fix: format and lint
7b4f261 to
2faae7a
Compare
|
@JhaSourav07 i have made it so that it has only one commit can u merge the PR, so that i can work on the other assigned issue. |
|
🎉 Congratulations @gazala-hafsa7! 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 Fixes JhaSourav07#148 ## Pillar - [x] 🎨 Pillar 1 — New Theme Design - [ ] 📐 Pillar 2 — Geometric SVG Improvement - [ ] 🕐 Pillar 3 — Timezone Logic Optimization - [ ] 🛠️ Other (Bug fix, refactoring, docs) ## Visual Preview <img width="1152" height="648" alt="gruvbox" src="https://github.com/user-attachments/assets/56578bfd-7533-4a17-afc6-f539fe6af23d" /> ## Checklist before requesting a review: - [x] I have read the `CONTRIBUTING.md` file. - [x ] I have tested these changes locally (`localhost:3000/api/streak?user=YOUR_USERNAME`). - [x ] I have run `npm run format` and `npm run lint` locally and resolved all errors (CI will fail otherwise). - [x ] My commits follow the Conventional Commits format (e.g., `feat(themes): ...`, `fix(calculate): ...`). - [x ] I have updated `README.md` if I added a new theme or URL parameter. - [x ] I have started the repo. - [x ] I have made sure that i have only one commit to merge in this PR. - [x ] The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts). - [ ] (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.
Description
Fixes #148
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.