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

CB-3753-1809-fr-add-field-hints-in-the-filter-field #3151

Merged
merged 59 commits into from
Jan 28, 2025

Conversation

sergeyteleshev
Copy link
Contributor

No description provided.

@sergeyteleshev sergeyteleshev requested review from Wroud, devnaumov and SychevAndrey and removed request for Wroud and devnaumov December 26, 2024 12:40
@sergeyteleshev sergeyteleshev self-assigned this Dec 26, 2024
Copy link
Contributor

@SychevAndrey SychevAndrey left a comment

Choose a reason for hiding this comment

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

👍🏻

webapp/packages/core-blocks/src/useFuzzySearch.ts Outdated Show resolved Hide resolved
webapp/packages/core-blocks/src/useFuzzySearch.ts Outdated Show resolved Hide resolved
webapp/packages/core-blocks/src/useFuzzySearch.ts Outdated Show resolved Hide resolved
webapp/packages/core-blocks/src/useFuzzySearch.ts Outdated Show resolved Hide resolved
webapp/packages/core-blocks/src/useFuzzySearch.ts Outdated Show resolved Hide resolved
webapp/packages/core-blocks/src/useFuzzySearch.ts Outdated Show resolved Hide resolved
}

export interface InputAutocompleteProposal {
id: string;
Copy link
Member

Choose a reason for hiding this comment

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

i suggest to remove this 'id' fields because:

  1. it's not in use
  2. it's just a "always" random string

@Wroud
Copy link
Member

Wroud commented Jan 22, 2025

please take a look at this: https://github.com/lucaong/react-minisearch
and this: lucaong/react-minisearch#38 (comment)

@sergeyteleshev sergeyteleshev requested a review from Wroud January 24, 2025 15:08
Comment on lines 39 to 42
const contextMenuPosition = getComputed(() => ({
position,
handleContextMenuOpen: () => {},
}));
Copy link
Member

Choose a reason for hiding this comment

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

getComputed will not help cuz function always returns new object (getComputed works if you can return stable value, for example for primitives)

@devnaumov devnaumov merged commit 19c4ec4 into devel Jan 28, 2025
6 of 8 checks passed
@devnaumov devnaumov deleted the CB-3753-1809-fr-add-field-hints-in-the-filter-field branch January 28, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants