From dac9f620d0798ccbc80d4f6d4f33c3a62f215f58 Mon Sep 17 00:00:00 2001 From: SocioWire Date: Sun, 11 Jan 2026 20:43:23 +0000 Subject: [PATCH] Fix search result click and FAB positioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix setMainFilter/setSubFilter -> setMainFilters/setSubFilters (array state) - Move FABs lower on screen (top: 180px) - Add version indicator in footer - Fix search dropdown z-index 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/App.jsx | 2 +- src/components/Map/MapView.jsx | 24 ++++++++++++++++-------- src/components/Map/RadialMenu.css | 6 +++--- src/components/Map/usePostsEngine.js | 14 ++++++++------ src/styles/filters.css | 14 +++++++++++++- src/styles/map.css | 2 +- 6 files changed, 42 insertions(+), 20 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 9f0ab54..4b8cfce 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -240,7 +240,7 @@ export default function App() {