-
Notifications
You must be signed in to change notification settings - Fork 11.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
fix: search functionality in Importer page #31004
Conversation
🦋 Changeset detectedLatest commit: 4e52a23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #31004 +/- ##
===========================================
+ Coverage 56.72% 57.79% +1.07%
===========================================
Files 883 1754 +871
Lines 19990 33648 +13658
Branches 3689 6878 +3189
===========================================
+ Hits 11340 19448 +8108
- Misses 7956 12686 +4730
- Partials 694 1514 +820
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
I think that this branch was created with the base chore/fix-importer-messages-count
instead of develop
, change this, please, otherwise the chore/fix-importer-messages-count
branch is going to be merged with that
Proposed changes (including videos or screenshots)
Currently, the importer page lacks a search functionality, making it difficult for users to locate specific users, channels, or messages to be imported.
If the owner wants to search for a specific user or channel, it doesn’t have a easy way to do it, he will have to manually search in the list.
Issue(s)
WM-121
Steps to test or reproduce
Admin > Workspace > Import > Import New File > Import
Further comments
Branch from: chore: Message count is not changing after removing channel selection #30799