Skip to content

feat(svg): add border URL parameter for custom container strokes - #852

Merged
JhaSourav07 merged 3 commits into
JhaSourav07:mainfrom
UtkarshPandey007:feat/add-border-color
May 29, 2026
Merged

feat(svg): add border URL parameter for custom container strokes#852
JhaSourav07 merged 3 commits into
JhaSourav07:mainfrom
UtkarshPandey007:feat/add-border-color

Conversation

@UtkarshPandey007

@UtkarshPandey007 UtkarshPandey007 commented May 28, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #151

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • ⏱️ Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

Screenshot 2026-05-28 110409

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have starred the repo.
  • I have made sure that I have only one commit to merge in this PR.
  • 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.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Hey @UtkarshPandey007, 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:

  • ✅ You've read the CONTRIBUTING.md checklist
  • npm run lint, npm run format, and npm run test all pass locally
  • ✅ Your PR has a visual preview if it touches any SVG output
  • 💬 You've joined our Discord for faster PR feedback

A maintainer will review your PR shortly. Hang tight! 🚀

@github-actions github-actions Bot added the needs-details This PR is missing required description details. label May 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

👋 Hey @UtkarshPandey007, it looks like you didn't use our PR template!

The section ## Description is missing from your PR description.

Please update your PR description to include all required sections so we can review this properly:

  • ## Description — What does this PR do? Which issue does it fix?
  • ## Pillar — Which contribution pillar does this fall under?
  • ## Checklist — Have you ticked off the quality checklist?

You can find the full template in CONTRIBUTING.md. Just edit your PR description and the needs-details label will be removed automatically. 🙌

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label May 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @UtkarshPandey007, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

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 passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@github-actions github-actions Bot added the type:feature New features, additions, or enhancements label May 28, 2026
@vercel

vercel Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

@UtkarshPandey007 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot removed status:blocked This PR is blocked due to a failing CI check. needs-details This PR is missing required description details. labels May 28, 2026
@github-actions github-actions Bot added the needs-rebase This PR has merge conflicts and needs a rebase. label May 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

10 similar comments
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@github-actions

Copy link
Copy Markdown
Contributor

⚠️ Hey @UtkarshPandey007, this PR has merge conflicts with the main branch.

Please pull the latest changes and resolve the conflicts so we can review it!

git fetch origin
git rebase origin/main
# resolve any conflicts, then:
git push --force-with-lease

Once resolved, the needs-rebase label will be removed automatically on the next check. 🙌

@Aamod007
Aamod007 self-requested a review May 29, 2026 06:10
@UtkarshPandey007
UtkarshPandey007 force-pushed the feat/add-border-color branch from ffc5b44 to 3f114fb Compare May 29, 2026 06:25
@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label May 29, 2026
@github-actions github-actions Bot removed the status:blocked This PR is blocked due to a failing CI check. label May 29, 2026
@UtkarshPandey007

Copy link
Copy Markdown
Contributor Author

"Hey @Aamod007, I just rebased onto main and resolved the merge conflicts. Let me know if you need anything else from me!"

@github-actions github-actions Bot removed the needs-rebase This PR has merge conflicts and needs a rebase. label May 29, 2026
@JhaSourav07
JhaSourav07 merged commit c10ef4c into JhaSourav07:main May 29, 2026
3 of 4 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @UtkarshPandey007! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@JhaSourav07 JhaSourav07 added GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. gssoc:approved PR has been reviewed and accepted for valid contribution points labels May 29, 2026
@github-actions github-actions Bot added this to the GSSoC 2026 milestone May 29, 2026
sudha09-git pushed a commit to sudha09-git/commitpulse that referenced this pull request May 30, 2026
…Sourav07#852)

## Description
Fixes JhaSourav07#151

## Pillar
- [ ] 🎨 Pillar 1 — New Theme Design
- [ ] 📐 Pillar 2 — Geometric SVG Improvement
- [ ] ⏱️ Pillar 3 — Timezone Logic Optimization
- [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview

<img width="750" height="526" alt="Screenshot 2026-05-28 110409"
src="https://github.com/user-attachments/assets/0be8605e-e323-48b7-b2c8-425c7e879834"
/>

## 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 starred 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).
- [x] (Recommended) I joined the commitpulse Discord community for
contributor discussions, mentorship, and faster PR support.
swarupio pushed a commit to swarupio/commitpulse that referenced this pull request May 30, 2026
…Sourav07#852)

## Description
Fixes JhaSourav07#151

## Pillar
- [ ] 🎨 Pillar 1 — New Theme Design
- [ ] 📐 Pillar 2 — Geometric SVG Improvement
- [ ] ⏱️ Pillar 3 — Timezone Logic Optimization
- [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview

<img width="750" height="526" alt="Screenshot 2026-05-28 110409"
src="https://github.com/user-attachments/assets/0be8605e-e323-48b7-b2c8-425c7e879834"
/>

## 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 starred 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).
- [x] (Recommended) I joined the commitpulse Discord community for
contributor discussions, mentorship, and faster PR support.
shambhushekharsinha-engg pushed a commit to shambhushekharsinha-engg/commitpulse that referenced this pull request Jun 13, 2026
…Sourav07#852)

## Description
Fixes JhaSourav07#151

## Pillar
- [ ] 🎨 Pillar 1 — New Theme Design
- [ ] 📐 Pillar 2 — Geometric SVG Improvement
- [ ] ⏱️ Pillar 3 — Timezone Logic Optimization
- [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview

<img width="750" height="526" alt="Screenshot 2026-05-28 110409"
src="https://github.com/user-attachments/assets/0be8605e-e323-48b7-b2c8-425c7e879834"
/>

## 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 starred 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).
- [x] (Recommended) I joined the commitpulse Discord community for
contributor discussions, mentorship, and faster PR support.
@JhaSourav07 JhaSourav07 added gssoc:approved PR has been reviewed and accepted for valid contribution points and removed gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 17, 2026
MasterJi27 pushed a commit to MasterJi27/commitpulse that referenced this pull request Jul 4, 2026
…Sourav07#852)

## Description
Fixes JhaSourav07#151

## Pillar
- [ ] 🎨 Pillar 1 — New Theme Design
- [ ] 📐 Pillar 2 — Geometric SVG Improvement
- [ ] ⏱️ Pillar 3 — Timezone Logic Optimization
- [x] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview

<img width="750" height="526" alt="Screenshot 2026-05-28 110409"
src="https://github.com/user-attachments/assets/0be8605e-e323-48b7-b2c8-425c7e879834"
/>

## 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 starred 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).
- [x] (Recommended) I joined the commitpulse Discord community for
contributor discussions, mentorship, and faster PR support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Add border_color URL Parameter to SVG

3 participants