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

BOX-137 fix letter duplicate for user search page #37

Merged
merged 18 commits into from
Jul 1, 2021

Conversation

OlegBrony
Copy link
Contributor

No description provided.

adds search ability with trigger on field change, with debounce

ISSUES CLOSED: #61
adds search ability with trigger on field change, with debounce
ISSUES CLOSED: #61
adds search ability with trigger on field change, with debounce
ISSUES CLOSED: #61
babel plugin
export

ISSUES CLOSED: #61
added package from suggestions in review

ISSUES CLOSED: #61
changing view for search page
changes view of users list
changes view of card list

ISSUES CLOSED: #65
changed base button to match design

ISSUES CLOSED: #65
history, reflect (has bugs)

ISSUES CLOSED: #65
# Conflicts:
#	src/app/server.tsx
#	src/entities/card/organisms/card-preview.tsx
#	src/features/search-bar/models/index.ts
#	src/features/search-bar/molecules/search.tsx
#	src/features/search-bar/organisms/search-bar.tsx
#	src/pages/home/index.tsx
#	src/pages/search/model.ts
#	src/pages/search/page.tsx
#	yarn.lock
BREAKING CHANGE:
missed reflect

ISSUES CLOSED: #65
# Conflicts:
#	.gitignore
#	src/pages/search/page.tsx
#	yarn.lock
@github-actions github-actions bot added the fix label Jun 28, 2021
@OlegBrony OlegBrony added the bug Something isn't working label Jun 28, 2021
@OlegBrony OlegBrony changed the base branch from master to feat/61-add-search-page June 28, 2021 15:17
Base automatically changed from feat/61-add-search-page to master June 30, 2021 16:40
Comment on lines +53 to +55
{data.map(({ isFound, text }, index) => (
// eslint-disable-next-line react/no-array-index-key
<PartUserName key={index} data-is-selected={isFound}>
Copy link
Contributor

Choose a reason for hiding this comment

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

@sergeysova @risenforces @dmi-ch шо скажете?

Copy link
Contributor

Choose a reason for hiding this comment

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

Но так понимаю кста, бага была именно из-за key={text} так что мб рили это +- норм решение

@sergeysova sergeysova merged commit 2f9a13d into master Jul 1, 2021
@sergeysova sergeysova deleted the fix/137-card-search-highlight-first-latter branch July 1, 2021 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants