Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Oct 9, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on removing the DashboardTypeBanner component and replacing its usage with the UnlimitedWalletsBanner component in various parts of the application, along with some minor layout adjustments and the addition of a tooltip in the SecondaryNav.

Detailed summary

  • Deleted the DashboardTypeBanner component.
  • Replaced instances of TryTeamsUIBanner and TeamsUIBanner with UnlimitedWalletsBanner.
  • Changed nav position from fixed to absolute in page.tsx.
  • Added a tooltip in the SecondaryNav for switching to the legacy dashboard.
  • Updated BillingHeader to simplify the header structure.
  • Introduced the UnlimitedWalletsBanner component with specific props.

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 9, 2024

⚠️ No Changeset found

Latest commit: 99adbe2

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

@MananTank MananTank marked this pull request as ready for review October 9, 2024 16:19
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Oct 9, 2024
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 9, 2024 16:19 Inactive
@vercel
Copy link

vercel bot commented Oct 9, 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 Oct 10, 2024 6:54pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Oct 10, 2024 6:54pm
thirdweb_playground ⬜️ Skipped (Inspect) Oct 10, 2024 6:54pm
wallet-ui ⬜️ Skipped (Inspect) Oct 10, 2024 6:54pm

Copy link
Member Author

MananTank commented Oct 9, 2024

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 9, 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.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 42.07 KB (0%) 842 ms (0%) 177 ms (+64.86% 🔺) 1.1 s
thirdweb (cjs) 101.87 KB (0%) 2.1 s (0%) 378 ms (+18.4% 🔺) 2.5 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 6 ms (-80.68% 🔽) 103 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 31 ms (+1369.42% 🔺) 41 ms
thirdweb/react (minimal + tree-shaking) 17.24 KB (0%) 345 ms (0%) 62 ms (+38.01% 🔺) 407 ms

@MananTank MananTank force-pushed the 10-09-add_unlimited_wallets_banner_add_team_legacy_dashboard_links_in_headers branch from cd46116 to 5d33505 Compare October 9, 2024 16:28
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 9, 2024 16:28 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 9, 2024 16:28 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 9, 2024 16:28 Inactive
@codecov
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.74%. Comparing base (d7e34f2) to head (99adbe2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4971   +/-   ##
=======================================
  Coverage   47.74%   47.74%           
=======================================
  Files        1059     1059           
  Lines       57328    57328           
  Branches     3944     3944           
=======================================
  Hits        27369    27369           
  Misses      29268    29268           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from d7e34f2
packages 43.53% <ø> (ø)

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

@MananTank MananTank force-pushed the 10-09-add_unlimited_wallets_banner_add_team_legacy_dashboard_links_in_headers branch from 5d33505 to 9a3a5b6 Compare October 9, 2024 16:44
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 9, 2024 16:44 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 9, 2024 16:44 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 9, 2024 16:44 Inactive
@jnsdls jnsdls added the DO NOT MERGE This pull request is still in progress and is not ready to be merged. label Oct 9, 2024 — with Graphite App
Copy link
Member

@jnsdls jnsdls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blocking so we don't accidentally merge early

@MananTank MananTank changed the base branch from 10-09-prefill_promose_code_on_coupon_card_from_search_param_scroll_into_view to graphite-base/4971 October 9, 2024 17:11
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 9, 2024 17:22 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 9, 2024 17:22 Inactive
@MananTank MananTank changed the base branch from graphite-base/4971 to main October 9, 2024 17:22
@MananTank MananTank force-pushed the 10-09-add_unlimited_wallets_banner_add_team_legacy_dashboard_links_in_headers branch from 11c6a56 to abd708e Compare October 9, 2024 17:22
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 9, 2024 17:23 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 9, 2024 17:23 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 9, 2024 17:23 Inactive
@MananTank MananTank marked this pull request as draft October 9, 2024 17:29
@MananTank MananTank marked this pull request as ready for review October 10, 2024 18:27
@MananTank MananTank force-pushed the 10-09-add_unlimited_wallets_banner_add_team_legacy_dashboard_links_in_headers branch from abd708e to 326b0a7 Compare October 10, 2024 18:29
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 10, 2024 18:29 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 10, 2024 18:29 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 10, 2024 18:29 Inactive
@jnsdls jnsdls removed the DO NOT MERGE This pull request is still in progress and is not ready to be merged. label Oct 10, 2024
@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 10, 2024

Merge activity

…aders (#4971)

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR primarily focuses on removing the `DashboardTypeBanner` component and replacing it with the `UnlimitedWalletsBanner` in various files. It also introduces a new tooltip in the `SecondaryNav` and makes minor adjustments to the `BillingHeader` and `AnnouncementBanner`.

### Detailed summary
- Deleted `DashboardTypeBanner` component.
- Replaced instances of `TryTeamsUIBanner` and `TeamsUIBanner` with `UnlimitedWalletsBanner`.
- Added a tooltip in `SecondaryNav` for switching to the legacy dashboard.
- Simplified `BillingHeader` by changing the heading style.
- Updated `AnnouncementBanner` to include a new `UnlimitedWalletsBanner` function.

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

<!-- end pr-codex -->
@jnsdls jnsdls force-pushed the 10-09-add_unlimited_wallets_banner_add_team_legacy_dashboard_links_in_headers branch from 326b0a7 to 99adbe2 Compare October 10, 2024 18:45
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground October 10, 2024 18:45 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui October 10, 2024 18:45 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 October 10, 2024 18:45 Inactive
@graphite-app graphite-app bot merged commit 99adbe2 into main Oct 10, 2024
31 checks passed
@graphite-app graphite-app bot deleted the 10-09-add_unlimited_wallets_banner_add_team_legacy_dashboard_links_in_headers branch October 10, 2024 18:55
@vercel vercel bot temporarily deployed to Production – thirdweb_playground October 10, 2024 18:55 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 October 10, 2024 18:55 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui October 10, 2024 18:55 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