Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Apr 17, 2025

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.


PR-Codex overview

This PR introduces a new InviteTeamMembersButton component 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

  • Added InviteTeamMembersButton component in invite-team-members-button.tsx.
  • Integrated the button into the team overview layout in page.tsx.
  • Removed the previous ShareButton implementation in TeamProjectsPage.tsx.
  • Updated styling and structure of the team overview section for better layout.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 17, 2025 07:58 Inactive
@vercel
Copy link

vercel bot commented Apr 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2025 8:14am
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Apr 17, 2025 8:14am
login ⬜️ Skipped (Inspect) Apr 17, 2025 8:14am
thirdweb_playground ⬜️ Skipped (Inspect) Apr 17, 2025 8:14am
wallet-ui ⬜️ Skipped (Inspect) Apr 17, 2025 8:14am

@vercel vercel bot temporarily deployed to Preview – docs-v2 April 17, 2025 07:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 17, 2025 07:58 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 17, 2025 07:58 Inactive
Copy link
Member Author

jnsdls commented Apr 17, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Apr 17, 2025
@jnsdls jnsdls marked this pull request as ready for review April 17, 2025 08:00
@jnsdls jnsdls requested review from a team as code owners April 17, 2025 08:00
@codecov
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.10%. Comparing base (9091e81) to head (32568fd).
Report is 1 commits behind head on main.

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           
Flag Coverage Δ
packages 55.10% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 17, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 50.57 KB (0%) 1.1 s (0%) 269 ms (+167.57% 🔺) 1.3 s
thirdweb (cjs) 138.73 KB (0%) 2.8 s (0%) 318 ms (+29.13% 🔺) 3.1 s
thirdweb (minimal + tree-shaking) 5.59 KB (0%) 112 ms (0%) 125 ms (+1009.75% 🔺) 236 ms
thirdweb/chains (tree-shaking) 514 B (0%) 11 ms (0%) 77 ms (+2517.19% 🔺) 87 ms
thirdweb/react (minimal + tree-shaking) 19.36 KB (0%) 388 ms (0%) 125 ms (+581.84% 🔺) 513 ms

@graphite-app
Copy link
Contributor

graphite-app bot commented Apr 17, 2025

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.
@graphite-app graphite-app bot force-pushed the Add_Invite_Team_Members_button_to_team_overview_page branch from 59c3b59 to 32568fd Compare April 17, 2025 08:06
@changeset-bot
Copy link

changeset-bot bot commented Apr 17, 2025

⚠️ No Changeset found

Latest commit: 32568fd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel vercel bot temporarily deployed to Preview – docs-v2 April 17, 2025 08:06 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 17, 2025 08:06 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 17, 2025 08:06 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 17, 2025 08:06 Inactive
@graphite-app graphite-app bot merged commit 32568fd into main Apr 17, 2025
23 checks passed
@graphite-app graphite-app bot deleted the Add_Invite_Team_Members_button_to_team_overview_page branch April 17, 2025 08:14
@vercel vercel bot temporarily deployed to Production – login April 17, 2025 08:14 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground April 17, 2025 08:14 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui April 17, 2025 08:14 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 April 17, 2025 08:14 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants