-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
feat: New users page all tab #31917
feat: New users page all tab #31917
Conversation
Created a helper function named isSMTPConfigured.ts to run when calling the smtp.check endpoint of the misc.ts group.
Created the two new endpoints that represent the back-end for the new users page.
Added a tab layout to the new users page, created the useFilteredUsers custom hook and implemented it. Also created necessary typing and translation entries.
🦋 Changeset detectedLatest commit: ba02acb The changes in this PR will be included in the next version bump. This PR includes changesets to release 34 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #31917 +/- ##
===========================================
- Coverage 55.55% 55.54% -0.01%
===========================================
Files 2406 2406
Lines 52882 52874 -8
Branches 10861 10860 -1
===========================================
- Hits 29376 29369 -7
+ Misses 20900 20895 -5
- Partials 2606 2610 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
Added a new column to the users table called registration status that shows the status of the current user. Also created new translation entries.
Looks like this PR is ready to merge! 🎉 |
Proposed changes (including videos or screenshots)
This PR introduces the All tab to the new user page tab layout and adds the "Registration status" column to the users table:
Demo image:
Issue(s)
Steps to test or reproduce
Further comments
Blocked by: #31898
Related to: #30236
Jira: WM-51