6 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 794f08c780 HotFix3 2026-03-12 06:20:40 +01:00
pe1hvh b5fc0ec388 v1.13.2 BugFix 2026-03-11 05:54:48 +01:00
pe1hvh 51f6456da9 v1.13.2 BugFix 2026-03-11 05:37:55 +01:00
pe1hvh d8a7947c6b Initial clean code 2026-03-09 17:53:29 +01:00