-
+
Open customer workspace
-
+
Open customer leads
+
+ View support workspace snapshot
+
Back to board
@@ -670,22 +674,25 @@ export default async function AdminBusinessDetailPage({
Support mode shortcuts
- Safe customer-side entry points without impersonation or tenant bleed.
+ Open the real customer pages for this business, or choose the snapshot view when you only need read-only context.
-
+
Open customer workspace
-
+
Open customer leads
-
+
Open customer settings
-
+
Open customer call flow
+
+ View support workspace snapshot
+
- Support mode stays read-only. Use it to inspect leads, settings, and call flow quickly without weakening business isolation.
+ Support workspace snapshots stay read-only. The buttons above open the real customer pages in an admin-scoped customer mode so you can act without impersonation.
diff --git a/app/admin/[businessId]/workspace/page.tsx b/app/admin/[businessId]/workspace/page.tsx
index 0af13d7..cdacc0a 100644
--- a/app/admin/[businessId]/workspace/page.tsx
+++ b/app/admin/[businessId]/workspace/page.tsx
@@ -1,6 +1,7 @@
import Link from 'next/link';
import { notFound } from 'next/navigation';
+import { buildAdminCustomerOpenHref } from '@/lib/admin-customer-paths';
import { buildAdminNextStep } from '@/lib/admin-dashboard';
import { requireAdmin } from '@/lib/admin';
import { getAdminOwnerState } from '@/lib/admin-provisioning';
@@ -79,7 +80,7 @@ export default async function AdminBusinessWorkspacePage({ params }: { params: {
{business.name} support mode workspace
- Read-only customer context so the founder can inspect leads, settings, and call flow without impersonation.
+ Read-only customer snapshot for fast inspection. Use the customer-mode buttons below when you need the real editable customer pages.
@@ -96,7 +97,7 @@ export default async function AdminBusinessWorkspacePage({ params }: { params: {
Support snapshot
- Immediate health signal plus quick jumps into the customer context that matter most.
+ Immediate health signal plus clear separation between real customer pages and read-only snapshot sections.