From 5a6654b3a8340ddcd386da4fa0a26a6f920d240b Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 6 May 2026 12:54:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20restore=20participant?= =?UTF-8?q?=20metadata=20in=20PiP=20tiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show participant name and tile metadata in PiP layouts. --- .../src/features/pip/components/layouts/PipFocusLayout.tsx | 2 -- .../src/features/pip/components/layouts/PipGridLayout.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontend/src/features/pip/components/layouts/PipFocusLayout.tsx b/src/frontend/src/features/pip/components/layouts/PipFocusLayout.tsx index 198a064a..0bd2997c 100644 --- a/src/frontend/src/features/pip/components/layouts/PipFocusLayout.tsx +++ b/src/frontend/src/features/pip/components/layouts/PipFocusLayout.tsx @@ -25,7 +25,6 @@ export const PipFocusLayout = memo( {thumbnailTrack && ( @@ -33,7 +32,6 @@ export const PipFocusLayout = memo( )} diff --git a/src/frontend/src/features/pip/components/layouts/PipGridLayout.tsx b/src/frontend/src/features/pip/components/layouts/PipGridLayout.tsx index 77ccc2b4..ae84f44b 100644 --- a/src/frontend/src/features/pip/components/layouts/PipGridLayout.tsx +++ b/src/frontend/src/features/pip/components/layouts/PipGridLayout.tsx @@ -46,7 +46,7 @@ export const PipGridLayout = memo(({ tracks }: PipGridLayoutProps) => { {tracks.map((track, index) => ( - + ))}