From 0e741329cbfdc0b563a0d6e373dc4a875e2cad8b Mon Sep 17 00:00:00 2001 From: Sociowire Dev Date: Wed, 14 Jan 2026 21:49:10 +0000 Subject: [PATCH] v0.0.21: Fix camera pins, carousel gallery, polaroid text - Camera posts now use small blue pins with red flashing dot - Fixed carousel gallery arrows for posts with multiple images - Added title and source text to polaroid mini cards - Bumped version to 0.0.21 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- src/App.jsx | 2 +- src/components/Map/markerManager.js | 27 +++++++++++++++++++++++++-- src/components/Map/postPriority.js | 7 +++++++ src/components/Map/templateSpecs.js | 5 +++-- src/components/Map/usePostsEngine.js | 8 +++++++- src/theme/cardTokens.js | 6 ++++++ 7 files changed, 50 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 76f3093..67783f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sociowire-frontend", "private": true, - "version": "0.0.0", + "version": "0.0.21", "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", diff --git a/src/App.jsx b/src/App.jsx index 8d9d9fa..bc07508 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -251,7 +251,7 @@ export default function App() {