From 05ec1947bbb16591494847e34b102c469f2a4d7c Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 21:45:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20close=20register=20=E2=86=92=20dashboard?= =?UTF-8?q?=20funnel=20gap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "Sign in to track your submission" CTA after both manifest and manual registration success, directing users to /access?next=/dashboard/agents - Fix "+ Submit Agent" button on /dashboard/agents to go to /register instead of /dashboard/attribution - Fix empty-state CTA wording from "Declare Attribution" to "Register your agent →" linking to /register - Fix X handle reference on /register from @zettatracker to @zettaaidotco Co-Authored-By: Claude Sonnet 4.6 Claude-Session: https://claude.ai/code/session_01RjpGP3kYKnQuQAUoK6RZky --- src/app/dashboard/agents/page.tsx | 6 +++--- src/app/register/register-client.tsx | 28 +++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/src/app/dashboard/agents/page.tsx b/src/app/dashboard/agents/page.tsx index 229e952..569c0e7 100644 --- a/src/app/dashboard/agents/page.tsx +++ b/src/app/dashboard/agents/page.tsx @@ -92,7 +92,7 @@ export default function MyAgentsPage() {

My Agents

Agents attributed to your linked wallet.

- + Submit Agent + + Register Agent {!wallet && !loading && ( @@ -118,9 +118,9 @@ export default function MyAgentsPage() {

No agents linked

- Submit your agent or declare your wallet address in an existing agent's manifest to see it here. + Register your agent with a wallet manifest to see it here. Verification completes in 24–48 hours.

- Declare Attribution → + Register your agent → ) : ( <> diff --git a/src/app/register/register-client.tsx b/src/app/register/register-client.tsx index 87fef39..8040d6e 100644 --- a/src/app/register/register-client.tsx +++ b/src/app/register/register-client.tsx @@ -282,6 +282,19 @@ export function RegisterClient() {

Verification typically completes within 24–48 hours. Once approved, books are generated automatically.

+
+ + Sign in to track your submission → + +
) : (
@@ -364,6 +377,19 @@ export function RegisterClient() {

Verification typically completes within 24–48 hours.{submittedRef && " Keep your reference ID to track this submission."}

+
+ + Sign in to track your submission → + +
) : ( @@ -491,7 +517,7 @@ export function RegisterClient() {

- Questions? Message @zettatracker on X. Already registered?{" "} + Questions? Message @zettaaidotco on X. Already registered?{" "} Browse the registry →