From 108f8b441a19a6399bfe73b5a06520ac82bd7af3 Mon Sep 17 00:00:00 2001 From: Sociowire Dev Date: Tue, 13 Jan 2026 05:31:07 +0000 Subject: [PATCH] feat: camera pins with thumbnail + LIVE badge (v0.0018) - Camera markers show thumbnail preview from live stream - Red LIVE badge with pulsing indicator - Fallback to video icon if thumbnail unavailable - Blue glow effect for camera pins Co-Authored-By: Claude Opus 4.5 --- src/App.jsx | 2 +- src/api/client.js | 11 ++-- src/components/Map/TemplateMarkerCard.jsx | 4 +- src/components/Map/markerManager.js | 66 +++++++++++++++++++++-- src/components/Map/templateSpecs.js | 4 +- src/components/Map/usePostsEngine.js | 27 +++++++++- src/components/Posts/PostCardTemplate.jsx | 2 +- src/styles/mapMarkers.css | 58 ++++++++++++-------- 8 files changed, 135 insertions(+), 39 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index e94c94e..efe3cda 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -251,7 +251,7 @@ export default function App() {