Skip to content

ENG-3428: remove buggy and redundant action center activity tab tooltip#7962

Merged
nreyes-dev merged 2 commits intomainfrom
nreyes/eng-3428
Apr 21, 2026
Merged

ENG-3428: remove buggy and redundant action center activity tab tooltip#7962
nreyes-dev merged 2 commits intomainfrom
nreyes/eng-3428

Conversation

@nreyes-dev
Copy link
Copy Markdown
Contributor

@nreyes-dev nreyes-dev commented Apr 20, 2026

Ticket ENG-3428

Description Of Changes

Removes the hover tooltip on error messages in the Action Center Activity tab. The tooltip duplicated the content already shown by the inline "more" expand button (in a less readable way), was visually overwhelming for long SQL errors, and exhibited a flickering bug from hover-detection races.

Code Changes

  • Removed tooltip: true from the Paragraph ellipsis config in InProgressMonitorTaskItem.tsx. The expandable: true / symbol: "more" behavior is preserved.

Steps to Confirm

  1. Spin up a Plus environment with at least one monitor task in error status.
  2. Navigate to Data inventory > Action center, open a monitor, and select the Activity tab.
  3. Hover over the error message text on a row with an "Error" badge.
  4. Confirm no tooltip appears on hover, and that clicking the inline more button still expands the full error message.

Pre-Merge Checklist

  • Issue requirements met
  • All CI pipelines succeeded
  • CHANGELOG.md updated
    • Add a db-migration This indicates that a change includes a database migration label to the entry if your change includes a DB migration
    • Add a high-risk This issue suggests changes that have a high-probability of breaking existing code label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
    • Updates unreleased work already in Changelog, no new entry necessary
  • UX feedback:
    • All UX related changes have been reviewed by a designer
    • No UX review needed
  • Followup issues:
    • Followup issues created
    • No followup issues
  • Database migrations:
    • Ensure that your downrev is up to date with the latest revision on main
    • Ensure that your downgrade() migration is correct and works
      • If a downgrade migration is not possible for this change, please call this out in the PR description!
    • No migrations
  • Documentation:
    • Documentation complete, PR opened in fidesdocs
    • Documentation issue created in fidesdocs
    • If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
    • No documentation updates required

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
fides-plus-nightly Ignored Ignored Preview Apr 20, 2026 2:33pm
fides-privacy-center Ignored Ignored Apr 20, 2026 2:33pm

Request Review

@github-actions
Copy link
Copy Markdown

Title Lines Statements Branches Functions
admin-ui Coverage: 8%
6.17% (2709/43841) 5.38% (1340/24891) 4.24% (550/12962)
fides-js Coverage: 78%
78.98% (1962/2484) 65.55% (1214/1852) 72.57% (336/463)
privacy-center Coverage: 88%
85.97% (331/385) 81.36% (179/220) 78.87% (56/71)

@nreyes-dev nreyes-dev marked this pull request as ready for review April 20, 2026 14:49
@nreyes-dev nreyes-dev requested a review from a team as a code owner April 20, 2026 14:49
@nreyes-dev nreyes-dev requested review from speaker-ender and removed request for a team April 20, 2026 14:49
@nreyes-dev nreyes-dev added this pull request to the merge queue Apr 21, 2026
Merged via the queue into main with commit d385ac3 Apr 21, 2026
51 checks passed
@nreyes-dev nreyes-dev deleted the nreyes/eng-3428 branch April 21, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants