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

feat: added searchbar #236

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

Zoka-tech
Copy link
Contributor

No description provided.

@Zoka-tech Zoka-tech self-assigned this Oct 24, 2024
@Zoka-tech Zoka-tech added the need-reviewer Send notification in Discord label Oct 24, 2024
@doriengr
Copy link
Contributor

@Zoka-tech the pipeline is failing. Please fix it.


export default TreeclusterWithProvider
export default TreeclusterWithProvider;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use the prettier config out of this repo. We are not using semicolons.

<StatusFieldset />
<RegionFieldset />
</Dialog>
<div className="flex items-center gap-4">
Copy link
Contributor

Choose a reason for hiding this comment

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

Please do not use so many <div> elements. Let's make sure that we don't create unnecessary HTML elements and also use semantic HTML. That would be great 😍

Maybe we can add the input field into a new component? It should be reusable.

@doriengr
Copy link
Contributor

Can we make the search bar as long as the filter button like in the design? 🙏

image

@doriengr
Copy link
Contributor

It works great 👍

You could also check out this article to make it more accessible and more semantic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-reviewer Send notification in Discord
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants