-
Notifications
You must be signed in to change notification settings - Fork 72
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
Refactor search inputs #5398
Refactor search inputs #5398
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides Run #10516
Run Properties:
|
Project |
fides
|
Run status |
Passed #10516
|
Run duration | 00m 36s |
Commit |
59dfeb9cc7 ℹ️: Merge cef5a839e465fbaec129b9552b1e59ef2b4f7ff1 into ef1b7895f66fa2a82bb65f15e067...
|
Committer | jpople |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. |
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.
Looks good. What's the plan for making these consistent across the board? Are we thinking it'll be part of the Inputs migration?
extend: {}, | ||
extend: { | ||
colors: { | ||
// TODO: unify with existing Tailwind "gray" color |
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.
Is there a ticket for this, by chance?
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.
I'm thinking this should be able to be done easily as part of the larger colors migration, but I can ticket it separately if you think that's a good idea.
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.
Is that what @Kelsey-Ethyca is working on? Just want to make sure it doesn't get lost in the shuffle.
fides Run #10576
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #10576
|
Run duration | 00m 38s |
Commit |
1c6c904255: Refactor search inputs (#5398)
|
Committer | jpople |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Closes unticketed
Description Of Changes
Styling tweaks to D&D search input "clear" button (particularly hover state). Before:
After:
Code Changes
Pre-Merge Checklist
CHANGELOG.md