Summary
Truncated labels in analytics panels and settings nav lack title fallbacks when text is clipped.
File(s)
apps/dashboard/app/components/dashboard/ErrorsTopTypesPanel.tsx
apps/dashboard/app/components/dashboard/EventsPlatformDonut.tsx
apps/dashboard/app/components/dashboard/SessionsPlatformDonut.tsx
apps/dashboard/app/components/dashboard/settings/SettingsNav.tsx
- Reference:
OverviewTopBars.tsx (existing title={row.label} pattern)
Tasks
Acceptance criteria
- Hover shows full text when truncated
- No API/schema changes
pnpm lint && pnpm test && pnpm build pass
Base branch
Open PRs against develop. See CONTRIBUTING.md.
Summary
Truncated labels in analytics panels and settings nav lack
titlefallbacks when text is clipped.File(s)
apps/dashboard/app/components/dashboard/ErrorsTopTypesPanel.tsxapps/dashboard/app/components/dashboard/EventsPlatformDonut.tsxapps/dashboard/app/components/dashboard/SessionsPlatformDonut.tsxapps/dashboard/app/components/dashboard/settings/SettingsNav.tsxOverviewTopBars.tsx(existingtitle={row.label}pattern)Tasks
title={fullText}on truncating elementsAcceptance criteria
pnpm lint && pnpm test && pnpm buildpassBase branch
Open PRs against
develop. See CONTRIBUTING.md.