-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: develop
Are you sure you want to change the base?
Conversation
@Zoka-tech the pipeline is failing. Please fix it. |
|
||
export default TreeclusterWithProvider | ||
export default TreeclusterWithProvider; |
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.
Please use the prettier config out of this repo. We are not using semicolons.
<StatusFieldset /> | ||
<RegionFieldset /> | ||
</Dialog> | ||
<div className="flex items-center gap-4"> |
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.
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.
It works great 👍 You could also check out this article to make it more accessible and more semantic. |
No description provided.