-
Notifications
You must be signed in to change notification settings - Fork 621
Add "Invite Team Members" button to team overview page #6755
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
Add "Invite Team Members" button to team overview page #6755
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6755 +/- ##
=======================================
Coverage 55.10% 55.10%
=======================================
Files 896 896
Lines 56700 56700
Branches 3914 3914
=======================================
Hits 31247 31247
Misses 25357 25357
Partials 96 96
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Merge activity
|
# Add "Invite Team Members" Button to Team Overview Page This PR adds a new "Invite Team Members" button to the Team Overview page, replacing the previous implementation. The changes include: - Created a new reusable `InviteTeamMembersButton` component - Added the button to the Team Overview page header - Removed the old "Share Button" component from the TeamProjectsPage - Improved the layout of the Team Overview page header to accommodate the new button - Maintained analytics tracking for the invite action The button links to the team members settings page and includes a user plus icon for better visual indication of its purpose.
59c3b59 to
32568fd
Compare
|

Add "Invite Team Members" Button to Team Overview Page
This PR adds a new "Invite Team Members" button to the Team Overview page, replacing the previous implementation. The changes include:
InviteTeamMembersButtoncomponentThe button links to the team members settings page and includes a user plus icon for better visual indication of its purpose.
PR-Codex overview
This PR introduces a new
InviteTeamMembersButtoncomponent to facilitate inviting team members directly from the team overview page. It enhances user interaction by tracking button clicks and improves the layout of the team overview section.Detailed summary
InviteTeamMembersButtoncomponent ininvite-team-members-button.tsx.page.tsx.ShareButtonimplementation inTeamProjectsPage.tsx.