Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Nov 12, 2025


PR-Codex overview

This PR updates the label property of the AnnouncementBannerUI component to provide a more detailed description of recent changes related to wallets in the Project Dashboard.

Detailed summary

  • Changed the label of AnnouncementBannerUI from "Project View Update - Wallets" to "Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes".

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

Summary by CodeRabbit

  • New Features
    • Updated the dashboard announcement banner to inform users that Transactions, Vault, and Account Abstraction have been consolidated into Wallets within the Project Dashboard, with a prompt to view the changes.

@vercel
Copy link

vercel bot commented Nov 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
thirdweb-www Ready Ready Preview Comment Nov 12, 2025 9:07pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Nov 12, 2025 9:07pm
nebula Skipped Skipped Nov 12, 2025 9:07pm
thirdweb_playground Skipped Skipped Nov 12, 2025 9:07pm
wallet-ui Skipped Skipped Nov 12, 2025 9:07pm

@vercel vercel bot temporarily deployed to Preview – nebula November 12, 2025 20:49 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 12, 2025 20:49 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 12, 2025 20:49 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 12, 2025 20:49 Inactive
@changeset-bot
Copy link

changeset-bot bot commented Nov 12, 2025

⚠️ No Changeset found

Latest commit: eca4ce2

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 November 12, 2025 20:50
@MananTank MananTank requested review from a team as code owners November 12, 2025 20:50
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 12, 2025
Copy link
Member Author


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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 12, 2025

Walkthrough

Changed the announcement banner label in the dashboard component: replaced "Project View Update - Wallets" with "Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes".

Changes

Cohort / File(s) Summary
Announcement banner text update
apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx
Replaced label text passed to AnnouncementBannerUI from "Project View Update - Wallets" to "Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
Description check ❓ Inconclusive The description includes a PR-Codex overview with detailed summary of changes, but largely omits the required template sections (issue tag, reviewer notes, testing instructions). Fill out all required template sections including the issue tag (TEAM-0000 format), notes for reviewer, and how to test instructions for clarity.
✅ Passed checks (1 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating an announcement banner in the Dashboard.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 11-13-update_announcement_banner

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 3d62a7c and eca4ce2.

📒 Files selected for processing (1)
  • apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Lint Packages
  • GitHub Check: Size
  • GitHub Check: Analyze (javascript)

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • TEAM-0000: Entity not found: Issue - Could not find referenced Issue.

Comment @coderabbitai help to get the list of available commands and usage tips.

@MananTank MananTank changed the title Update announcement banner Dahsboard: Update announcement banner Nov 12, 2025
@MananTank MananTank changed the title Dahsboard: Update announcement banner Dashboard: Update announcement banner Nov 12, 2025
@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.82%. Comparing base (80d5595) to head (eca4ce2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8404   +/-   ##
=======================================
  Coverage   54.82%   54.82%           
=======================================
  Files         919      919           
  Lines       60843    60843           
  Branches     4136     4136           
=======================================
  Hits        33359    33359           
  Misses      27382    27382           
  Partials      102      102           
Flag Coverage Δ
packages 54.82% <ø> (ø)
🚀 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 Nov 12, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 12, 2025

Merge activity

<!--

## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"

If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):

## Notes for the reviewer

Anything important to call out? Be sure to also clarify these in your comments.

## How to test

Unit tests, playground, etc.

-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on updating the `label` prop of the `AnnouncementBannerUI` component to provide more detailed information about recent changes related to Wallets in the Project Dashboard.

### Detailed summary
- Updated the `label` prop of the `AnnouncementBannerUI` component from:
  - "Project View Update - Wallets"
  - To: "Transactions, Vault, and Account Abstraction are now part of Wallets in Project Dashboard. View changes"

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

<!-- end pr-codex -->

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

* **New Features**
  * Updated dashboard announcement banner with information about recent Wallets feature changes, including details on Transactions, Vault, and Account Abstraction integration.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@graphite-app graphite-app bot force-pushed the 11-13-update_announcement_banner branch from 3d62a7c to eca4ce2 Compare November 12, 2025 20:59
@vercel vercel bot temporarily deployed to Preview – nebula November 12, 2025 21:00 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 12, 2025 21:00 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 12, 2025 21:00 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 12, 2025 21:00 Inactive
@graphite-app graphite-app bot merged commit eca4ce2 into main Nov 12, 2025
24 checks passed
@graphite-app graphite-app bot deleted the 11-13-update_announcement_banner branch November 12, 2025 21:08
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 12, 2025 21:08 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 November 12, 2025 21:08 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.

2 participants