Skip to content

fix: tab 2-click on benches with venue dimension - #1502

Merged
Flotapponnier merged 1 commit into
devfrom
feat/fix-tab-2click
Jul 26, 2026
Merged

fix: tab 2-click on benches with venue dimension#1502
Flotapponnier merged 1 commit into
devfrom
feat/fix-tab-2click

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Two root causes:

1. Prefetch missing effectiveVenue in deps
After clicking a venue tab, the adjacent-variant prefetch didn't re-run (effectiveVenue wasn't in its dep array). So clicking venue=Virtuals then chain=Solana always hit a cold fetch (5-15s) — looked like the first click did nothing.
Fix: add effectiveVenue to the prefetch effect deps so it re-warms adjacent chain×venue combos when venue changes.

2. Tooltip hover causing double-tap on mobile
The tab tooltip used group-hover:block which on touch devices fires on first tap (hover) and only clicks on second tap.
Fix: restrict tooltip to @media(hover:hover) devices only.

@Flotapponnier
Flotapponnier merged commit 22d4d85 into dev Jul 26, 2026
1 check failed
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