From bdd6e2c69197e49464dbed344c9936be91ec2896 Mon Sep 17 00:00:00 2001 From: SocioWire Date: Fri, 9 Jan 2026 04:49:40 +0000 Subject: [PATCH] fix: prevent time filter reset when changing category MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Set autoWidenRef.current = true when user changes filter to prevent auto-widen - Time filter now stays as user selected when changing category/subcategory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/App.jsx | 2 +- src/api/client.js | 38 +++- src/components/Map/MapView.jsx | 25 ++- src/components/Map/markerManager.js | 253 +++++++++++++++++++++++++- src/components/Map/markerMedia.js | 254 +++++++++++++++++++++++++++ src/components/Map/markerUtils.js | 204 +++++++++++++++++++++ src/components/Map/usePostsEngine.js | 2 +- 7 files changed, 766 insertions(+), 12 deletions(-) create mode 100644 src/components/Map/markerMedia.js create mode 100644 src/components/Map/markerUtils.js diff --git a/src/App.jsx b/src/App.jsx index 09fa25e..90a52aa 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -261,7 +261,7 @@ export default function App() {