Skip to content

Fix profile activity dots not clickable - #381

Merged
owens1127 merged 2 commits into
mainfrom
fix/activity-dot-click-target
Jun 25, 2026
Merged

Fix profile activity dots not clickable#381
owens1127 merged 2 commits into
mainfrom
fix/activity-dot-click-target

Conversation

@owens1127

Copy link
Copy Markdown
Contributor

Summary

  • Restore clickability on profile raid activity dots broken by pointer-events: none on all SVG children (PR Fix all 14 open Sentry issues #379).
  • Add a transparent .dot-hit rect on each dot link as the click target; decorative circle/polygon/skull elements stay non-interactive.

Test plan

  • bun run lint
  • Local dev: https://localhost:3000/profile/4611686018519968784 — clicked multiple dots, navigated to PGCR (/pgcr/16970348350, /pgcr/16635676227, /pgcr/16629595966)
  • Post-merge: spot-check dots on raidhub.io profile page

Made with Cursor

Add a transparent SVG hit rect on each dot link so pointer-events:none on decorative children no longer blocks navigation to PGCR.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Jun 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
raid-hub Ready Ready Preview Jun 25, 2026 12:10pm

Request Review

Comment on lines +232 to +234
.dot > .dot-hit {
pointer-events: all;
}

This comment was marked as outdated.

Transparent fill on the SVG rect is sufficient for click targeting.

Co-authored-by: Cursor <cursoragent@cursor.com>
@owens1127
owens1127 merged commit 5479034 into main Jun 25, 2026
7 checks passed
@owens1127
owens1127 deleted the fix/activity-dot-click-target branch June 25, 2026 12:10
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