-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render 'Reclassify' button in overflow menu when applicable #5655
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
fides Run #11717
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5655/merge
|
Run status |
Passed #11717
|
Run duration | 00m 50s |
Commit |
45274f3a02 ℹ️: Merge 7510c7b7287d50345557e9cff31041aedf401b9a into 73188c53f9479cd6dbd4f3637a4f...
|
Committer | jpople |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
View all changes introduced in this branch ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to these changes, I would suggest adding
meta: { width: "auto" }
to the Actions column definition so that the column just takes on the width of the buttons
<MenuItem | ||
onClick={handleReclassify} | ||
icon={<RepeatIcon />} | ||
data-testid="action-Reclassify" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super duper nitpicky suggestion:
data-testid="action-Reclassify" | |
data-testid="action-reclassify" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the clean up. Looks good
fides Run #11720
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Failed #11720
|
Run duration | 01m 05s |
Commit |
7ea4ad58d4: Render 'Reclassify' button in overflow menu when applicable (#5655)
|
Committer | jpople |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
3
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/smoke_test.cy.ts • 1 failed test
Test | Artifacts | |
---|---|---|
Smoke test > can access Mongo and Postgres connectors from the Admin UI |
Screenshots
Video
|
Closes HJ-341
Description Of Changes
Changes discovery item actions cell so "Reclassify" option renders in an overflow menu when both promote and mute actions are available, to keep from overloading the cell with 3 action buttons.
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works