Skip to content

Add mouse tracker dot #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

awasthi108
Copy link

Description

Added a minimal mouse tracker dot component that follows the cursor across all pages. This enhancement provides subtle visual feedback for cursor movement while maintaining the application's clean aesthetic.

Features

  • Global mouse tracking across all pages
  • Theme-aware styling that works in both light and dark modes
  • Zero interference with user interactions (pointer-events: none)
  • Proper cleanup of event listeners
  • Minimal performance impact
  • Smooth animations

Testing Done

  • Tested across different pages
  • Verified no interference with clickable elements
  • Checked performance impact
  • Tested in both light and dark themes

Screenshots

[If possible, add screenshots or GIFs showing the mouse tracker in action]

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

awasthi108 added 2 commits May 1, 2025 23:17
This commit adds a minimal, non-intrusive mouse tracker dot that follows
the cursor across all pages. The component:
- Is globally available across all pages
- Uses theme colors and respects dark/light modes
- Doesn't interfere with user interactions
- Cleans up event listeners properly
- Is accessible and performance-optimized
Copy link

vercel bot commented May 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
projectmate ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 5:59pm

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.

1 participant