Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Nov 13, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR introduces a new Nebula feature for team management, allowing users to join a waitlist. It includes new routes, components, and API integrations for handling waitlist functionality.

Detailed summary

  • Added Nebula route in layout.tsx files.
  • Implemented JoinNebulaWaitlistPage component for waitlist UI.
  • Created joinTeamWaitlist API function for server-side handling.
  • Enhanced getTeamNebulaWaitList API function for fetching waitlist status.
  • Updated page.tsx files to integrate waitlist functionality.
  • Developed JoinNebulaWaitlistPageUI for user interaction with the waitlist.
  • Added Storybook stories for JoinNebulaWaitlistPageUI component.

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

@vercel vercel bot temporarily deployed to Preview – wallet-ui November 13, 2024 00:37 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 13, 2024 00:37 Inactive
@vercel
Copy link

vercel bot commented Nov 13, 2024

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 Nov 13, 2024 7:20pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Nov 13, 2024 7:20pm
thirdweb_playground ⬜️ Skipped (Inspect) Nov 13, 2024 7:20pm
wallet-ui ⬜️ Skipped (Inspect) Nov 13, 2024 7:20pm

@changeset-bot
Copy link

changeset-bot bot commented Nov 13, 2024

⚠️ No Changeset found

Latest commit: fae444d

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 – thirdweb_playground November 13, 2024 00:37 Inactive
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 13, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@MananTank MananTank marked this pull request as ready for review November 13, 2024 00:37
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 13, 2024
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @MananTank and the rest of your teammates on Graphite Graphite

@codecov
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.52%. Comparing base (b30c4d0) to head (fae444d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5406   +/-   ##
=======================================
  Coverage   45.52%   45.52%           
=======================================
  Files        1070     1070           
  Lines       55665    55665           
  Branches     4030     4030           
=======================================
  Hits        25341    25341           
  Misses      29637    29637           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from b30c4d0
packages 40.62% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@MananTank MananTank force-pushed the 11-13-add_nebula_waitlist_page branch from c3da78a to 0afbdbe Compare November 13, 2024 00:40
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 13, 2024 00:40 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 13, 2024 00:40 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 13, 2024 00:40 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Nov 13, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.8 KB (0%) 896 ms (0%) 217 ms (+143.46% 🔺) 1.2 s
thirdweb (cjs) 105.11 KB (0%) 2.2 s (0%) 419 ms (+93.72% 🔺) 2.6 s
thirdweb (minimal + tree-shaking) 5.72 KB (0%) 115 ms (0%) 69 ms (+885.87% 🔺) 184 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 71 ms (+1435.8% 🔺) 81 ms
thirdweb/react (minimal + tree-shaking) 18.78 KB (0%) 376 ms (0%) 138 ms (+939.24% 🔺) 514 ms

@MananTank MananTank force-pushed the 11-13-add_nebula_waitlist_page branch from 0afbdbe to 8cfeb95 Compare November 13, 2024 12:41
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 13, 2024 12:41 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 13, 2024 12:41 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 13, 2024 12:41 Inactive
@gregfromstl gregfromstl changed the title Add Nebula Waitlist page [Dashboard] Feature: Add Nebula Waitlist page Nov 13, 2024
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 13, 2024

Merge activity

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR introduces a new feature for managing a "Nebula" waitlist within a team dashboard. It adds new routes, components, and API functions to facilitate joining the waitlist and fetching its status.

### Detailed summary
- Added a new route for `Nebula` under the team and project slugs.
- Implemented `JoinNebulaWaitlistPage` component for handling waitlist interactions.
- Created `joinTeamWaitlist` API function for server-side waitlist management.
- Added `getTeamNebulaWaitList` API function to fetch waitlist status.
- Updated existing pages to integrate the new waitlist functionality.
- Enhanced UI components for displaying waitlist status and actions.

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

<!-- end pr-codex -->
@MananTank MananTank force-pushed the 11-13-add_nebula_waitlist_page branch from 8cfeb95 to fae444d Compare November 13, 2024 19:11
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 13, 2024 19:11 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 13, 2024 19:11 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 13, 2024 19:11 Inactive
@graphite-app graphite-app bot merged commit fae444d into main Nov 13, 2024
31 of 32 checks passed
@graphite-app graphite-app bot deleted the 11-13-add_nebula_waitlist_page branch November 13, 2024 19:21
@vercel vercel bot temporarily deployed to Production – docs-v2 November 13, 2024 19:21 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 13, 2024 19:21 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui November 13, 2024 19:21 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