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: the input card and form #2117

Closed
1 of 2 tasks
a0m0rajab opened this issue Nov 12, 2023 · 1 comment
Closed
1 of 2 tasks

Refactor: the input card and form #2117

a0m0rajab opened this issue Nov 12, 2023 · 1 comment
Labels
🐛 bug Something isn't working 👀 needs triage

Comments

@a0m0rajab
Copy link
Contributor

a0m0rajab commented Nov 12, 2023

Describe the bug

While working #2062 I noticed that we have two issues here:

The logic of the two components is similar within the search comp.

<Search
                        isLoading={tagRepoSearchLoading}
                        placeholder="Repository Full Name (ex: open-sauced/open-sauced)"
                        className="!w-full text-md text-gra"
                        name={"query"}
                        suggestions={repoTagSuggestions}
                        onChange={(value) => setTaggedRepoSearchTerm(value)}
                        onSearch={(search) => setTaggedRepoSearchTerm(search as string)}
                      />

Steps to reproduce

N/A

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@a0m0rajab a0m0rajab added 🐛 bug Something isn't working 👀 needs triage labels Nov 12, 2023
Copy link
Contributor

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.

For full info on how to contribute, please check out our contributors guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👀 needs triage
Projects
None yet
Development

No branches or pull requests

2 participants