From b3923dcc720be4a08cdf440df602f65f63ca5f7c Mon Sep 17 00:00:00 2001 From: joungmin Date: Mon, 9 Mar 2026 16:16:40 +0900 Subject: [PATCH] Move channel legend to bottom-left of map Also added dark mode support for the legend overlay. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/MapView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/MapView.tsx b/frontend/src/components/MapView.tsx index 2b3b55f..a8984c0 100644 --- a/frontend/src/components/MapView.tsx +++ b/frontend/src/components/MapView.tsx @@ -230,14 +230,14 @@ export default function MapView({ restaurants, selected, onSelectRestaurant, onB /> {channelNames.length > 1 && ( -
+
{channelNames.map((ch) => (
- {ch} + {ch}
))}