-
Notifications
You must be signed in to change notification settings - Fork 716
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
Use fuse.js to filter and rank users by username
and full_name
fields in PaginatedListContainer
#7735
Use fuse.js to filter and rank users by username
and full_name
fields in PaginatedListContainer
#7735
Conversation
Codecov Report
|
username
and full_name
fields in PaginatedListContainer
username
and full_name
fields in PaginatedListContainer
7ce4ebe
to
cd9d5e1
Compare
redirectBrowser, | ||
branding, | ||
browserInfo, | ||
bytesForHumans, | ||
CatchErrors, | ||
contentNode, | ||
coreBannerContent, | ||
exams, | ||
validators, | ||
serverClock, | ||
filterUsersByNames, | ||
i18n, | ||
licenseTranslations, | ||
loginComponents, | ||
navComponents, | ||
coreBannerContent, | ||
redirectBrowser, | ||
samePageCheckGenerator, | ||
CatchErrors, | ||
UserType, | ||
shuffled, | ||
bytesForHumans, | ||
branding, | ||
scriptLoader, | ||
serverClock, | ||
shuffled, | ||
sortLanguages, | ||
UserType, | ||
validators, |
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.
Just gotta say I love that you sorted this list.
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.
Tested and it worked perfectly. Great work!
Summary
filterAndSortUsers
(atkolibri.utils.filterUsersByNames
) utility usingfuse.js
library.PaginatedListContainer
PaginatedListContainer
such that the textbox is refocused after the user clears is by clicking the "X" buttonReviewer guidance
References
Fixes #7131
Contributor Checklist
PR process:
Testing:
Reviewer Checklist
yarn
andpip
)