You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: enhance Tooltip integration across components
- Replaced existing title attributes with Tooltip components for better accessibility and user experience in various components including FilterPopover, LibraryToolbar, and ProfileListItem.
- Updated Tooltip export in Tooltip.tsx to TooltipPrimitives for clarity on usage.
- Renamed SimpleTooltipProps to TooltipProps for consistency in naming conventions.
- Improved overall code readability and maintainability by standardizing tooltip usage.
0 commit comments