Skip to content

Conversation

@eabdelmoneim
Copy link
Contributor

@eabdelmoneim eabdelmoneim commented Dec 18, 2025

https://linear.app/thirdweb/issue/PRO-149/fix-archive-link-for-transactions

Update the Transactions link to point to /engine instead of /wallets/server/send-transactions.

🤖 Generated with Claude Code


PR-Codex overview

This PR focuses on updating the href property of the ArticleCardIndex component in the page.tsx file to point to a new URL.

Detailed summary

  • Changed the href property of the ArticleCardIndex from "/wallets/server/send-transactions" to "/engine".

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

Summary by CodeRabbit

  • Chores
    • Updated the Transactions card navigation destination in the Archive section to point to the new engine route.

✏️ Tip: You can customize this high-level summary in your review settings.

@eabdelmoneim eabdelmoneim requested review from a team as code owners December 18, 2025 17:12
@changeset-bot
Copy link

changeset-bot bot commented Dec 18, 2025

⚠️ No Changeset found

Latest commit: ac326e2

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 18, 2025

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

Project Deployment Review Updated (UTC)
docs-v2 Ready Ready Preview, Comment Dec 18, 2025 5:34pm
4 Skipped Deployments
Project Deployment Review Updated (UTC)
nebula Skipped Skipped Dec 18, 2025 5:34pm
thirdweb_playground Skipped Skipped Dec 18, 2025 5:34pm
thirdweb-www Skipped Skipped Dec 18, 2025 5:34pm
wallet-ui Skipped Skipped Dec 18, 2025 5:34pm

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Dec 18, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 18, 2025

Walkthrough

Updated the ArchiveSection's Transactions card link target from /wallets/server/send-transactions to /engine; no other behavior, rendering, or exported signatures were changed.

Changes

Cohort / File(s) Summary
Routing link update
apps/portal/src/app/page.tsx
Changed Transactions card link destination from /wallets/server/send-transactions to /engine in ArchiveSection.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Single-file, simple link change
  • Quick checks: ensure /engine route exists and the UI navigation behaves as expected
  • Confirm no other references to the old route remain elsewhere in the codebase

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
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.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the specific fix: updating the Transactions link in the archived documentation section, which directly matches the changeset.
Description check ✅ Passed The description includes the Linear issue link, explains the change (URL update from /wallets/server/send-transactions to /engine), and includes PR-Codex details. Template sections for reviewer notes and testing are present but empty.
Linked Issues check ✅ Passed The PR successfully addresses PRO-149 by changing the Transactions link to point to /engine as required.
Out of Scope Changes check ✅ Passed Only one file (page.tsx) was modified with a single, targeted change to the Transactions link href, which is directly in scope with PRO-149.
✨ 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 eiman/fix-tx-archive-link

📜 Recent review details

Configuration used: Organization 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 776bc2b and ac326e2.

📒 Files selected for processing (1)
  • apps/portal/src/app/page.tsx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (3)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx}: Write idiomatic TypeScript with explicit function declarations and return types
Limit each TypeScript file to one stateless, single-responsibility function for clarity
Re-use shared types from @/types or local types.ts barrels
Prefer type aliases over interface except for nominal shapes in TypeScript
Avoid any and unknown in TypeScript unless unavoidable; narrow generics when possible
Choose composition over inheritance; leverage utility types (Partial, Pick, etc.) in TypeScript

**/*.{ts,tsx}: Write idiomatic TypeScript with explicit function declarations and return types
Limit each file to one stateless, single-responsibility function for clarity and testability
Re-use shared types from @/types or local types.ts barrel exports
Prefer type aliases over interface except for nominal shapes
Avoid any and unknown unless unavoidable; narrow generics whenever possible
Choose composition over inheritance; leverage utility types (Partial, Pick, etc.)
Comment only ambiguous logic in TypeScript files; avoid restating TypeScript types and signatures in prose

Files:

  • apps/portal/src/app/page.tsx
**/*.{js,jsx,ts,tsx,json}

📄 CodeRabbit inference engine (AGENTS.md)

Biome governs formatting and linting; its rules live in biome.json. Run pnpm fix & pnpm lint before committing, ensure there are no linting errors

Files:

  • apps/portal/src/app/page.tsx
**/*.{ts,tsx,js,jsx}

📄 CodeRabbit inference engine (AGENTS.md)

Lazy-import optional features; avoid top-level side-effects

Files:

  • apps/portal/src/app/page.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). (8)
  • GitHub Check: Lint Packages
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Build Packages
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
apps/portal/src/app/page.tsx (1)

99-99: Link destination updated correctly.

The href change from /wallets/server/send-transactions to /engine aligns with the PR objective and Linear issue PRO-149. The /engine route exists in the codebase at apps/portal/src/app/engine with published documentation pages.

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.

@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.47%. Comparing base (7ebc32a) to head (ac326e2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8574   +/-   ##
=======================================
  Coverage   54.47%   54.47%           
=======================================
  Files         922      922           
  Lines       61361    61361           
  Branches     4149     4149           
=======================================
  Hits        33425    33425           
  Misses      27835    27835           
  Partials      101      101           
Flag Coverage Δ
packages 54.47% <ø> (ø)
🚀 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.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
apps/portal/src/app/page.tsx (1)

98-103: Consider clarifying the external prop semantics (optional, pre-existing).

The external prop on line 102 is set to true for an internal route (/engine), which causes it to open in a new tab. While this may be intentional behavior for the Archived Documentation section, the prop name external semantically suggests external URLs rather than "open in new tab."

This same pattern exists for the Contracts card (line 109), indicating it's a pre-existing design choice rather than an issue introduced by this PR.

Optional: Consider a more explicit prop name

If you revisit the ArticleCardIndex component, consider renaming external to something more explicit like openInNewTab to better reflect its purpose:

 function ArticleCardIndex(props: {
   title: string;
   description: string;
   href: string;
   icon: React.FC<{ className?: string }>;
-  external?: boolean;
+  openInNewTab?: boolean;
 }) {
   // ...
   <Link
     className="before:absolute before:inset-0"
     href={props.href}
-    target={props.external ? "_blank" : undefined}
+    target={props.openInNewTab ? "_blank" : undefined}
   >
📜 Review details

Configuration used: Organization 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 7ebc32a and 776bc2b.

📒 Files selected for processing (1)
  • apps/portal/src/app/page.tsx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (3)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx}: Write idiomatic TypeScript with explicit function declarations and return types
Limit each TypeScript file to one stateless, single-responsibility function for clarity
Re-use shared types from @/types or local types.ts barrels
Prefer type aliases over interface except for nominal shapes in TypeScript
Avoid any and unknown in TypeScript unless unavoidable; narrow generics when possible
Choose composition over inheritance; leverage utility types (Partial, Pick, etc.) in TypeScript

**/*.{ts,tsx}: Write idiomatic TypeScript with explicit function declarations and return types
Limit each file to one stateless, single-responsibility function for clarity and testability
Re-use shared types from @/types or local types.ts barrel exports
Prefer type aliases over interface except for nominal shapes
Avoid any and unknown unless unavoidable; narrow generics whenever possible
Choose composition over inheritance; leverage utility types (Partial, Pick, etc.)
Comment only ambiguous logic in TypeScript files; avoid restating TypeScript types and signatures in prose

Files:

  • apps/portal/src/app/page.tsx
**/*.{js,jsx,ts,tsx,json}

📄 CodeRabbit inference engine (AGENTS.md)

Biome governs formatting and linting; its rules live in biome.json. Run pnpm fix & pnpm lint before committing, ensure there are no linting errors

Files:

  • apps/portal/src/app/page.tsx
**/*.{ts,tsx,js,jsx}

📄 CodeRabbit inference engine (AGENTS.md)

Lazy-import optional features; avoid top-level side-effects

Files:

  • apps/portal/src/app/page.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). (8)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Build Packages
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
apps/portal/src/app/page.tsx (1)

99-99: LGTM! Link update to /engine correctly addresses PR objective (PRO-149).

The /engine route is properly configured in the application with layout files at apps/portal/src/app/engine/v2/layout.tsx and apps/portal/src/app/engine/v3/layout.tsx.

@saminacodes saminacodes enabled auto-merge (squash) December 18, 2025 17:16
@github-actions
Copy link
Contributor

github-actions bot commented Dec 18, 2025

size-limit report 📦

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

@MananTank MananTank added the merge-queue Adds the pull request to Graphite's merge queue. label Dec 18, 2025
Copy link
Member

MananTank commented Dec 18, 2025

Merge activity

https://linear.app/thirdweb/issue/PRO-149/fix-archive-link-for-transactions

Update the Transactions link to point to /engine instead of /wallets/server/send-transactions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!--

## 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 `href` property of the `ArticleCardIndex` component in the `page.tsx` file to redirect users to a new location.

### Detailed summary
- Changed the `href` property of the `ArticleCardIndex` from `"/wallets/server/send-transactions"` to `"/engine"`

> ✨ 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

* **Chores**
  * Updated the Transactions card navigation link destination in the Archive section.

<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@graphite-app graphite-app bot force-pushed the eiman/fix-tx-archive-link branch from 776bc2b to ac326e2 Compare December 18, 2025 17:23
@vercel vercel bot temporarily deployed to Preview – nebula December 18, 2025 17:23 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www December 18, 2025 17:23 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 18, 2025 17:23 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 18, 2025 17:23 Inactive
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
apps/portal/src/app/page.tsx (1)

98-103: Remove external prop for internal route.

The external prop is set to true for an internal route (/engine), which causes the link to open in a new tab unnecessarily. Internal navigation should typically remain in the same tab.

Note: The Contracts card (lines 105-110) has the same pattern.

🔎 Apply this diff to remove the external prop:
 <ArticleCardIndex
   description="Transactions knowledge base and guides"
   href="/engine"
   icon={ArchiveIcon}
   title="Transactions"
-  external
 />
📜 Review details

Configuration used: Organization 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 776bc2b and ac326e2.

📒 Files selected for processing (1)
  • apps/portal/src/app/page.tsx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (3)
**/*.{ts,tsx}

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.{ts,tsx}: Write idiomatic TypeScript with explicit function declarations and return types
Limit each TypeScript file to one stateless, single-responsibility function for clarity
Re-use shared types from @/types or local types.ts barrels
Prefer type aliases over interface except for nominal shapes in TypeScript
Avoid any and unknown in TypeScript unless unavoidable; narrow generics when possible
Choose composition over inheritance; leverage utility types (Partial, Pick, etc.) in TypeScript

**/*.{ts,tsx}: Write idiomatic TypeScript with explicit function declarations and return types
Limit each file to one stateless, single-responsibility function for clarity and testability
Re-use shared types from @/types or local types.ts barrel exports
Prefer type aliases over interface except for nominal shapes
Avoid any and unknown unless unavoidable; narrow generics whenever possible
Choose composition over inheritance; leverage utility types (Partial, Pick, etc.)
Comment only ambiguous logic in TypeScript files; avoid restating TypeScript types and signatures in prose

Files:

  • apps/portal/src/app/page.tsx
**/*.{js,jsx,ts,tsx,json}

📄 CodeRabbit inference engine (AGENTS.md)

Biome governs formatting and linting; its rules live in biome.json. Run pnpm fix & pnpm lint before committing, ensure there are no linting errors

Files:

  • apps/portal/src/app/page.tsx
**/*.{ts,tsx,js,jsx}

📄 CodeRabbit inference engine (AGENTS.md)

Lazy-import optional features; avoid top-level side-effects

Files:

  • apps/portal/src/app/page.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). (8)
  • GitHub Check: Lint Packages
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Build Packages
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
apps/portal/src/app/page.tsx (1)

99-99: Link destination updated correctly.

The href change from /wallets/server/send-transactions to /engine aligns with the PR objective and Linear issue PRO-149. The /engine route exists in the codebase at apps/portal/src/app/engine with published documentation pages.

@graphite-app graphite-app bot merged commit ac326e2 into main Dec 18, 2025
25 checks passed
@graphite-app graphite-app bot deleted the eiman/fix-tx-archive-link branch December 18, 2025 17:35
@vercel vercel bot temporarily deployed to Production – wallet-ui December 18, 2025 17:35 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb-www December 18, 2025 17:35 Inactive
@vercel vercel bot temporarily deployed to Production – nebula December 18, 2025 17:35 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground December 18, 2025 17:35 Inactive
@graphite-app graphite-app bot removed the merge-queue Adds the pull request to Graphite's merge queue. label Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants