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

Implemented Search Feature in Filter Menu #5068

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

rathodvinod5
Copy link
Contributor

Closes #4367

Copy link

Welcome!

Hello there, congrats on your first PR! We're excited to have you contributing to this project.
By submitting your Pull Request, you acknowledge that you agree with the terms of our Contributor License Agreement.

Generated by 🚫 dangerJS against 229c880

Copy link
Member

@Weiko Weiko left a comment

Choose a reason for hiding this comment

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

Left a comment @rathodvinod5 otherwise lgtm 👍

@@ -25,31 +55,50 @@ export const ObjectFilterDropdownFilterSelect = () => {

const setHotkeyScope = useSetHotkeyScope();

const debouncedSetSearchFilter = useDebouncedCallback(setSearchText, 100, {
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need a debounce for this as this is not querying/computing anything, let's not slow down the experience when it's not needed 👍

@Weiko
Copy link
Member

Weiko commented Apr 29, 2024

LGTM otherwise, I will update this part in another PR 👍
Thank you for your contribution @rathodvinod5

@Weiko Weiko merged commit 6065201 into twentyhq:main Apr 29, 2024
3 checks passed
@rathodvinod5
Copy link
Contributor Author

@Weiko thanks for the update.

@rathodvinod5
Copy link
Contributor Author

I will try to remove the debounce effect in next PR.

arnavsaxena17 pushed a commit to arnavsaxena17/twenty that referenced this pull request Oct 6, 2024
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.

Implement Search Feature in Filter Menu
2 participants