Skip to content
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

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Refactor search inputs #5398

merged 2 commits into from
Oct 23, 2024

Conversation

jpople
Copy link
Contributor

@jpople jpople commented Oct 18, 2024

Closes unticketed

Description Of Changes

Styling tweaks to D&D search input "clear" button (particularly hover state). Before:
Screenshot 2024-10-18 at 09 38 09
After:
Screenshot 2024-10-18 at 12 31 35

Code Changes

  • Refactor D&D's debounced search input to use existing SearchBar component
  • Adds new "neutral" colors to Tailwind config

Pre-Merge Checklist

  • All CI Pipelines Succeeded
  • Issue Requirements are Met
  • Update CHANGELOG.md

Copy link

vercel bot commented Oct 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fides-plus-nightly ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 7:32pm

Copy link

cypress bot commented Oct 18, 2024

fides    Run #10516

Run Properties:  status check passed Passed #10516  •  git commit 59dfeb9cc7 ℹ️: Merge cef5a839e465fbaec129b9552b1e59ef2b4f7ff1 into ef1b7895f66fa2a82bb65f15e067...
Project fides
Run status status check passed Passed #10516
Run duration 00m 36s
Commit git commit 59dfeb9cc7 ℹ️: Merge cef5a839e465fbaec129b9552b1e59ef2b4f7ff1 into ef1b7895f66fa2a82bb65f15e067...
Committer jpople
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.

Copy link
Contributor

@gilluminate gilluminate left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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.

@jpople jpople merged commit 1c6c904 into main Oct 23, 2024
13 checks passed
@jpople jpople deleted the jpople/search-input-refactor branch October 23, 2024 16:25
Copy link

cypress bot commented Oct 23, 2024

fides    Run #10576

Run Properties:  status check passed Passed #10576  •  git commit 1c6c904255: Refactor search inputs (#5398)
Project fides
Branch Review main
Run status status check passed Passed #10576
Run duration 00m 38s
Commit git commit 1c6c904255: Refactor search inputs (#5398)
Committer jpople
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 4
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

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