From adb517a336c59acbb9ac58292067429e0db712c8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 5 Aug 2025 11:23:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8(frontend)=20harmonize=20room=20inf?= =?UTF-8?q?o=20sidepanel=20display=20with=20meeting=20dialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove protocol prefix from room URLs in the information sidepanel to match the syntax used in the meeting dialog. This creates consistent URL display formatting across both UI components for better user experience. --- src/frontend/src/features/rooms/livekit/components/Info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/features/rooms/livekit/components/Info.tsx b/src/frontend/src/features/rooms/livekit/components/Info.tsx index 4501593a..da6683b7 100644 --- a/src/frontend/src/features/rooms/livekit/components/Info.tsx +++ b/src/frontend/src/features/rooms/livekit/components/Info.tsx @@ -76,7 +76,7 @@ export const Info = () => { })} > - {roomUrl} + {roomUrl.replace(/^https?:\/\//, '')} {isTelephonyReadyForUse && ( <>