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

[Issue #1469] Add Funding Opp component w/ stubbed markup #1470

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

andycochran
Copy link
Collaborator

Summary

Fixes #1469

Time to review: 5 mins

Changes proposed

  • Add SearchFundingOpportunity component

Context for reviewers

This just stubs in the markup. Still needs to be hooked up so it functions

Additional information

image

name={option.id}
label={option.label}
// onChange={(e) => handleCheck(option.value, e.target.checked)}
// disabled={!mounted} // Required to be disabled until hydrated so query params are updated properly
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

<div className="grid-col-fill text-right">
<button className="usa-button usa-button--unstyled font-sans-xs">
Clear All
</button>
Copy link
Contributor

Choose a reason for hiding this comment

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

Were you planning to handle the select and clear ina separate pr?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah. I wasn't handling any functionality here. Just getting the scaffolding in there.

@rylew1 rylew1 marked this pull request as ready for review March 12, 2024 23:33
Copy link
Contributor

@rylew1 rylew1 left a comment

Choose a reason for hiding this comment

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

Let's approve and keep iterating with other PRs

@andycochran andycochran changed the title add funding opp component, stub markup [Issue 1469] Add Funding Opp component w/ stubbed markup Mar 13, 2024
@andycochran andycochran changed the title [Issue 1469] Add Funding Opp component w/ stubbed markup [Issue #1469] Add Funding Opp component w/ stubbed markup Mar 13, 2024
@andycochran andycochran merged commit 24e5eb1 into main Mar 13, 2024
9 checks passed
@andycochran andycochran deleted the andycochran/1469--funding-instrument-filter branch March 13, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Set up component/markup for Funding Instrument filter
2 participants