Commit Graph

8 Commits

Author SHA1 Message Date
pe1hvh 71a5ebca74 fix: route back-button and map popup flicker (#1.13.5)
- Replace two fixed-destination back-buttons on the route page with a
  single arrow_back button using window.history.back(), so navigation
  always returns to the calling screen (Messages or Archive).

- Guard setIcon() and setPopupContent() in applyDevice/applyContacts
  behind isPopupOpen() to prevent popup flickering on the 500 ms
  update tick.

- Set fadeAnimation: false and markerZoomAnimation: false on both
  Leaflet map instances (main map and route map) to eliminate popup
  flash on first click, particularly noticeable on Raspberry Pi.
2026-03-14 05:25:07 +01:00
pe1hvh 72167ba130 HotFix3 2026-03-12 14:26:38 +01:00
pe1hvh 637551cdad HotFix1 2026-03-12 13:49:47 +01:00
pe1hvh c30eb5a467 HotFixPerformance 2026-03-12 13:15:58 +01:00
pe1hvh d2a63c784a HotFix2 2026-03-12 06:12:16 +01:00
pe1hvh fa7417d33e HotFix 2026-03-12 06:02:31 +01:00
pe1hvh b5fc0ec388 v1.13.2 BugFix 2026-03-11 05:54:48 +01:00
pe1hvh d8a7947c6b Initial clean code 2026-03-09 17:53:29 +01:00