Uh oh!
There was an error while loading. Please reload this page.
fix: display tooltips on focus for install size + create command - #919
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request refactors tooltip and accessibility patterns in two components. In app/components/Terminal/Install.vue the TooltipApp wrapper is moved to surround the entire NuxtLink; the information icon and screen-reader text are moved inside the link and class assignments are consolidated. In app/pages/package/[...package].vue the information icon used with TooltipApp is wrapped in a focusable span (tabindex="0") with cursor and focus-visible styling to enable keyboard focus. No data-flow or retrieval logic was changed. Possibly related PRs
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
jellydeck
left a comment
There was a problem hiding this comment.
outline width adjustments
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Previously these were not keyboard/tap accessible