Skip to content

fix: correct cursor affordances on Dashboard (ID-691)#1170

Open
corypride wants to merge 2 commits into
mainfrom
cpride/hover_cursor
Open

fix: correct cursor affordances on Dashboard (ID-691)#1170
corypride wants to merge 2 commits into
mainfrom
cpride/hover_cursor

Conversation

@corypride

Copy link
Copy Markdown
Contributor

Remove false pointer cursor and link-colored hover text from Facility Health table rows, which had no click handler. Add explicit cursor-pointer to the View All Programs and Browse Classes buttons, which navigate but were missing it due to Tailwind's Preflight reset on elements.

Changes

frontend/src/pages/Dashboard.tsx — FacilityHealthTable : drop cursor-pointer; facility-name

: drop hover:text-brand dark:hover:text-[#8fb55e] transition-colors
frontend/src/pages/Dashboard.tsx — View All Programs + Browse Classes
s: add cursor-pointer

Related tasks: ID-691

@corypride corypride requested a review from a team as a code owner June 11, 2026 07:49
@corypride corypride requested review from CK-7vn and removed request for a team June 11, 2026 07:49
@github-actions github-actions Bot added documentation Improvements or additions to documentation frontend labels Jun 11, 2026
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@corypride, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 42 minutes and 21 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 0f24c435-2ebb-4419-b069-83f6019f0fcf

📥 Commits

Reviewing files that changed from the base of the PR and between a58195a and d1ec50c.

📒 Files selected for processing (1)
  • dashboard_cursor.md
📝 Walkthrough

Walkthrough

This PR fixes a UI bug on the admin Dashboard where Facility Health table rows incorrectly display clickable hover affordances (hand cursor and link-like facility name styling) despite having no click handler. The fix removes cursor-pointer and hover text colors from table rows while adding cursor-pointer to Quick Action buttons for consistent pointer feedback.

Changes

Dashboard Hover Affordances Fix

Layer / File(s) Summary
Task specification for hover cursor bug
dashboard_cursor.md
Specification document for Asana ID-691 describing the UI bug where Facility Health table rows display false "clickable" affordances despite having no click handler, detailing exact Tailwind class removal and addition in Dashboard.tsx.
Dashboard component styling corrections
frontend/src/pages/Dashboard.tsx
Updates to Dashboard Quick Actions button styling to add explicit cursor-pointer, and corrects FacilityHealthTable row styling by removing cursor-pointer and hover text-color classes while retaining neutral background hover effects.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: fixing cursor affordances on the Dashboard, specifically addressing ID-691.
Description check ✅ Passed The description clearly explains the changes made, including removing false pointer cursor and link-colored hover text from table rows, and adding explicit cursor-pointer to navigation buttons.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@dashboard_cursor.md`:
- Around line 94-98: The spec omission: the PR also added cursor-pointer to
QuickActions buttons ("View All Programs" and "Browse Classes") in Dashboard.tsx
in addition to fixing FacilityHealthTable; update the spec (or add a note) to
reflect that QuickActions component/button elements were changed to include the
cursor-pointer class and confirm they now have appropriate onClick/navigation
handlers (refer to the QuickActions component and the "View All Programs" /
"Browse Classes" button elements) so the documentation matches the
implementation.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 4c928bae-e0be-4f55-ab79-1612b1170e55

📥 Commits

Reviewing files that changed from the base of the PR and between 6c74d05 and a58195a.

📒 Files selected for processing (2)
  • dashboard_cursor.md
  • frontend/src/pages/Dashboard.tsx

Comment thread dashboard_cursor.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant