From 9817c85acfd000bb7229ce83e82864bb9ed63e7d Mon Sep 17 00:00:00 2001 From: Etienne Lescot Date: Fri, 27 Mar 2026 15:15:43 +0100 Subject: [PATCH] fix: address coderabbit review (concurrent stream, collapsed label, unified select, test quality) - useCameraDevices: remove getUserMedia label probe to avoid conflict with useScreenRecorder acquiring the real stream; use enumerateDevices only and fall back to 'Camera ' for unlabeled devices; gate effect on enabled flag - LaunchWindow: fix selectedCameraLabel to reflect loading/error/empty states in the collapsed view (was always showing 'Default Camera') - LaunchWindow: unify webcam