Skip to content

Conversation

@0xFirekeeper
Copy link
Member

@0xFirekeeper 0xFirekeeper commented Dec 1, 2025

PR-Codex overview

This PR adds support for a dedicated relayer fleet in the dashboard application, including new hooks for fetching transactions, a layout for the relayer page, and components for displaying the fleet's status and transaction details.

Detailed summary

  • Added fleet property to the type definition in api.ts.
  • Introduced hooks useFleetTransactions and useFleetTransactionsSummary for fetching data.
  • Created Fleet, FleetStatus, FleetTransaction, and FleetTransactionsSummary types in types.ts.
  • Implemented a new layout in layout.tsx for the dedicated relayer page.
  • Developed components for managing different states (active, pending, empty) of the relayer in components.
  • Added transaction table and summary statistics in active-state.tsx.
  • Created tier selection and purchase flow in tier-selection.tsx and empty-state.tsx.

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

@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2025

⚠️ No Changeset found

Latest commit: 4867a94

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
Copy link

vercel bot commented Dec 1, 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 Dec 5, 2025 6:25pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Dec 5, 2025 6:25pm
nebula Skipped Skipped Dec 5, 2025 6:25pm
thirdweb_playground Skipped Skipped Dec 5, 2025 6:25pm
wallet-ui Skipped Skipped Dec 5, 2025 6:25pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch firekeeper/fleets

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 1, 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.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Dec 1, 2025
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.66%. Comparing base (75e9be0) to head (4867a94).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8479   +/-   ##
=======================================
  Coverage   54.66%   54.66%           
=======================================
  Files         920      920           
  Lines       61105    61105           
  Branches     4142     4142           
=======================================
  Hits        33404    33404           
  Misses      27599    27599           
  Partials      102      102           
Flag Coverage Δ
packages 54.66% <ø> (ø)
🚀 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 Dec 1, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 105.66 KB (0%)
@thirdweb-dev/nexus (cjs) 319.47 KB (0%)

Replaces legacy analytics and fleet API calls with new endpoints for fleet transactions and summary. Updates the active state UI to show paginated transaction tables, summary stats, and chain filtering. Refactors types and hooks to match new API responses, removes unused code, and updates documentation links and UI copy for clarity.
@vercel vercel bot temporarily deployed to Preview – nebula December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 5, 2025 18:17 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 5, 2025 18:17 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 5, 2025 18:17 Inactive
@vercel vercel bot temporarily deployed to Preview – nebula December 5, 2025 18:17 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. packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants