Skip to content

feat(dashboard): add copy-to-clipboard button for GitHub username#8188

Open
profharsh2026-prog wants to merge 2 commits into
JhaSourav07:mainfrom
profharsh2026-prog:feat/copy-github-username-button
Open

feat(dashboard): add copy-to-clipboard button for GitHub username#8188
profharsh2026-prog wants to merge 2 commits into
JhaSourav07:mainfrom
profharsh2026-prog:feat/copy-github-username-button

Conversation

@profharsh2026-prog

@profharsh2026-prog profharsh2026-prog commented Jul 19, 2026

Copy link
Copy Markdown

Description

Fixes #8177

Pillar

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

Visual Preview

Copy button added :
image

After copy on clipboard :
image

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 started 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.

@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

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

A member of the Team first needs to authorize it.

@retenta-bot

retenta-bot Bot commented Jul 19, 2026

Copy link
Copy Markdown

This PR adds a useful feature that enhances user experience by allowing easy copying of the GitHub username. It's great to see the focus on usability! Additionally, please note that similar past decisions, such as fixing dead code in the calculateStreak function, highlight the importance of maintaining code quality and functionality. Keep up the good work, and I look forward to your updates!

@github-actions

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

Asset PR Size Base Size Difference Status
static/chunks/4305-[hash].js 16.43 KB 16.27 KB +0.16 KB (+1.00%) 🔴 Regression
static/chunks/6247-[hash].js 35.63 KB 35.46 KB +0.17 KB (+0.48%) 🔴 Regression

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 3977.93 KB 3975.85 KB +2.08 KB (+0.05%)
Total CSS 331.16 KB 331.16 KB 0 B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat:Add a "Copy GitHub Username" Button to Profile Card

1 participant