Skip to content

feat: add streak freeze tooltip#992

Closed
gitsofyash wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
gitsofyash:feat/streak-freeze-tooltip-issue-972
Closed

feat: add streak freeze tooltip#992
gitsofyash wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
gitsofyash:feat/streak-freeze-tooltip-issue-972

Conversation

@gitsofyash
Copy link
Copy Markdown

Summary

Add an accessible tooltip to the streak freeze button explaining how streak freezes work.

Closes #972

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor / code cleanup

Changes Made

  • Added a Freeze Streak button state when no freeze is currently active.
  • Added tooltip text explaining that a streak freeze protects one missed day and only one freeze can be used at a time.
  • Made the tooltip available on hover, keyboard focus, and tap/active state.
  • Refreshes streak and freeze state after activating a freeze.

How to Test

Steps for the reviewer to verify this works:

  1. Run npm run lint and npm run type-check.
  2. Start the app with npm run dev.
  3. Sign in and open the dashboard.
  4. Find the Commit Streaks card.
  5. Hover over or focus the Freeze Streak button.
  6. Confirm the tooltip appears with: A streak freeze protects your streak for one missed day. You can only use one freeze at a time.

Screenshots (if UI change)

Not added. Local dashboard requires authenticated GitHub/Supabase setup.

Checklist

  • Linked issue in summary
  • npm run lint passes locally
  • No TypeScript errors (npm run type-check)
  • Self-reviewed the diff
  • Added/updated tests if applicable

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

Someone is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature labels May 25, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your first PR on DevTrack! 🎉

A maintainer will review it within 48 hours. While you wait:

  • Make sure CI is passing (type-check + lint)
  • Double-check the PR description is filled out and the issue is linked
  • Feel free to ask questions in Discussions if you need help

If you find DevTrack useful, a ⭐ star on the repo is always appreciated — it helps the project grow and attract more contributors!

@gitsofyash
Copy link
Copy Markdown
Author

Hi @Priyanshu-byte-coder, I’ve opened the PR for #972. Lint and type-check pass locally. The required CI appears to be waiting for maintainer approval for workflows from my fork.

@Priyanshu-byte-coder Priyanshu-byte-coder added the level:beginner GSSoC: Beginner difficulty (20 pts) label May 25, 2026
@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

Closing as duplicate of #1017 which covers the same streak freeze feature with additional e2e test coverage. Great work! Please contribute to other open issues.

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

Labels

gssoc26 GSSoC 2026 contribution level:beginner GSSoC: Beginner difficulty (20 pts) type:feature GSSoC type bonus: new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[GOOD FIRST ISSUE] Add tooltip to streak freeze button explaining how freezes work

2 participants