Across all Analytics dashboard pages, the Time Range filters (Weekly, Monthly, Yearly, All Time) and Export CSV options lack an explicit cursor-pointer class.
Because of this, the mouse does not reliably change to a pointer when hovering over these interactive elements, leading to a degraded user experience.
Affected Files:
frontend/app/dashboard/channel-partner/analytics/page.tsx
frontend/app/dashboard/pre-sales/analytics/page.tsx
frontend/app/dashboard/pre-sales-manager/_components/EmployeeAnalyticsView.tsx
frontend/app/dashboard/pre-sales-manager/analytics/page.tsx
mobile/components/analytics/EmployeeAnalyticsView.tsx
Expected Implementation
Find the <button> tags mapping over ranges and the Export CSV <button>. Append the cursor-pointer utility to their className strings.
Across all Analytics dashboard pages, the Time Range filters (Weekly, Monthly, Yearly, All Time) and Export CSV options lack an explicit
cursor-pointerclass.Because of this, the mouse does not reliably change to a pointer when hovering over these interactive elements, leading to a degraded user experience.
Affected Files:
frontend/app/dashboard/channel-partner/analytics/page.tsxfrontend/app/dashboard/pre-sales/analytics/page.tsxfrontend/app/dashboard/pre-sales-manager/_components/EmployeeAnalyticsView.tsxfrontend/app/dashboard/pre-sales-manager/analytics/page.tsxmobile/components/analytics/EmployeeAnalyticsView.tsxExpected Implementation
Find the
<button>tags mapping overrangesand the Export CSV<button>. Append thecursor-pointerutility to theirclassNamestrings.