From 8b094a81fd6dd0c96f2cd03104a285340bc57c6f Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Thu, 11 Dec 2025 06:56:54 +0700 Subject: [PATCH 1/3] Show Dedicated Relayer link for all teams in sidebar Removed the teamId check to display the Dedicated Relayer link for all teams, and added a 'New' badge to the link. Also removed the unused teamId prop from ProjectSidebarLayout and its usage in layout.tsx. --- .../components/ProjectSidebarLayout.tsx | 17 ++++++++--------- .../[project_slug]/(sidebar)/layout.tsx | 1 - 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx index ffec22ee25d..906f62eb047 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx @@ -22,7 +22,6 @@ export function ProjectSidebarLayout(props: { children: React.ReactNode; hasEngines: boolean; showContracts: boolean; - teamId: string; }) { const contentSidebarLinks = [ { @@ -52,14 +51,14 @@ export function ProjectSidebarLayout(props: { href: `${props.layoutPath}/wallets/sponsored-gas`, label: "Gas Sponsorship", }, - ...(props.teamId === "team_clmb33q9w00gn1x0u2ri8z0k0" - ? [ - { - href: `${props.layoutPath}/wallets/dedicated-relayer`, - label: "Dedicated Relayer", - }, - ] - : []), + { + href: `${props.layoutPath}/wallets/dedicated-relayer`, + label: ( + + Dedicated Relayer New + + ), + }, ], }, ...(props.showContracts diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx index aa61eb25fd8..9d23f672934 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/layout.tsx @@ -107,7 +107,6 @@ export default async function ProjectLayout(props: { layoutPath={layoutPath} hasEngines={hasLegacyDedicatedEngines} showContracts={showContracts} - teamId={team.id} > {props.children} From 725bf366a69431dfabfe9d4e5f88472dda8ec249 Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Fri, 12 Dec 2025 06:03:11 +0700 Subject: [PATCH 2/3] copy --- .../wallets/dedicated-relayer/components/active-state.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx index edac60e603d..347468da152 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/active-state.tsx @@ -154,7 +154,7 @@ export function DedicatedRelayerActiveState( {/* Transactions Table */}
-

Fleet Transactions

+

Transaction History

Date: Fri, 12 Dec 2025 06:13:58 +0700 Subject: [PATCH 3/3] update contact form --- .../wallets/dedicated-relayer/components/tier-selection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/tier-selection.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/tier-selection.tsx index 662fefe47ec..b213c15cf2e 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/tier-selection.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/dedicated-relayer/components/tier-selection.tsx @@ -171,7 +171,7 @@ function PlanCard(props: { className="w-full rounded-full py-3 h-auto text-base bg-background gap-2" >