-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: user management table #1211
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
base: dev
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 New Page AddedThe following page was added to the bundle from the code in this PR:
|
#2523 Bundle Size — 5.65MiB (+0.13%).95c26fb(current) vs 67f89d3 dev#2522(baseline) Warning Bundle contains 5 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch IN-857-user-management Project dashboard Generated by RelativeCI Documentation Report issue |
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe recent updates focus on enhancing user management capabilities within the admin section. This includes introducing a new Changes
These changes collectively improve the user management system, ensuring a more robust and efficient administrative experience. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
This PR is in draft mode until I can refine my notes. I also need to consult with Joe about an endpoint for the data so that I can remove the stubs and do some clenaup.
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: IN-857
What is the new behavior?
Does this introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Management
component in the Admin section for enhanced user management capabilities./admin/management
for accessing the Management page directly.viewAllUsers
for better access control in data management.Documentation
ManagementTable
component to aid in development and testing.Refactor
package.json
to ensure compatibility with specific versions ofreact
andreact-dom
.