-
Notifications
You must be signed in to change notification settings - Fork 619
Add Unlimited wallets Banner, Add Team & Legacy dashboard links in headers #4971
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 Unlimited wallets Banner, Add Team & Legacy dashboard links in headers #4971
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Your org has enabled the Graphite merge queue for merging into mainAdd 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. |
size-limit report 📦
|
cd46116 to
5d33505
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. |
5d33505 to
9a3a5b6
Compare
jnsdls
left a comment
There was a problem hiding this 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
11c6a56 to
abd708e
Compare
abd708e to
326b0a7
Compare
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 -->
326b0a7 to
99adbe2
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on removing the
DashboardTypeBannercomponent and replacing its usage with theUnlimitedWalletsBannercomponent in various parts of the application, along with some minor layout adjustments and the addition of a tooltip in theSecondaryNav.Detailed summary
DashboardTypeBannercomponent.TryTeamsUIBannerandTeamsUIBannerwithUnlimitedWalletsBanner.navposition fromfixedtoabsoluteinpage.tsx.SecondaryNavfor switching to the legacy dashboard.BillingHeaderto simplify the header structure.UnlimitedWalletsBannercomponent with specific props.