From 7475b146d330cc10929d215a19428cf781a660c7 Mon Sep 17 00:00:00 2001 From: Developing-Gamer Date: Wed, 27 May 2026 13:35:38 -0700 Subject: [PATCH] Simplify session replays page client layout. Co-authored-by: Cursor --- .../session-replays/page-client.tsx | 40 +++---------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx index 17e62d034..4145e77c7 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/session-replays/page-client.tsx @@ -2099,7 +2099,7 @@ export default function PageClient({ initialReplayId, lockedUserId }: PageClient Session replays let you watch how users interact with your app. For info on enabling replays,{" "} look here @@ -2109,39 +2109,11 @@ export default function PageClient({ initialReplayId, lockedUserId }: PageClient )} - - ) : ( -
- {loadingInitial ? ( -
- - - Loading replay... - -
- ) : ( -
- - - No session replays yet - - - Session replays let you watch how users interact with your app. For info on enabling replays,{" "} - - look here - - . - -
- )} -
- )} - - - + )} + + + + );