-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Added search to organization page #9151
base: develop
Are you sure you want to change the base?
Conversation
Perhaps we need to re-use SortingComponent and FilteringComponent also to implement the same view as on other pages. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9151 +/- ##
========================================
Coverage 73.33% 73.34%
========================================
Files 448 449 +1
Lines 45868 45871 +3
Branches 3915 3915
========================================
+ Hits 33636 33642 +6
+ Misses 12232 12229 -3
|
Updated PR to use also filtering and sorting components |
|
Motivation and context
This PR adds a search and filtering features to Organization page. Using search we can quickly find members by username.

How has this been tested?
Checklist
develop
branchLicense
Feel free to contact the maintainers if that's a concern.