aprs.me/lib/aprsme_web
Graham McIntire b8d2095346
Fix UI issues: popup positioning, trail/cluster sync, CSS cleanup
- Remove CSS `bottom: 50px !important` on popups that pushed them too
  high above markers
- Hide trails when markers are clustered (zoom < 11) so trails don't
  point to invisible markers inside cluster bubbles
- Fix locate button overlap with zoom controls and keep it always
  light mode
- Remove duplicate slideover/toggle CSS from layout files (single
  source of truth in component)
- Remove dead CSS classes and standardize breakpoints to 1024px
- Add isDestroyed guards on async callbacks to prevent race conditions
- Escape callsigns in marker HTML to prevent XSS
- Replace Leaflet _container private API with getContainer()
- Clean up about page placeholder text
2026-02-20 09:46:45 -06:00
..
channels Improve packet pipeline reliability, security, and cleanup efficiency 2026-02-19 14:11:48 -06:00
components Fix UI issues: popup positioning, trail/cluster sync, CSS cleanup 2026-02-20 09:46:45 -06:00
controllers Reduce cyclomatic complexity in callsign_json.ex 2026-02-09 12:39:22 -06:00
live Fix UI issues: popup positioning, trail/cluster sync, CSS cleanup 2026-02-20 09:46:45 -06:00
plugs Remove dead modules, unused deps, and commented-out code 2026-02-20 08:09:22 -06:00
aprs_symbol.ex Refactor conditionals to use multi-clause pattern matching 2026-02-10 17:15:49 -06:00
endpoint.ex Add RemoteIp plug to show real client IP in K8s logs 2026-02-19 15:06:41 -06:00
gettext.ex more languages 2025-07-06 10:08:58 -05:00
router.ex Fix code review batch 3: auth, performance, dedup, cache TTL 2026-02-20 07:29:27 -06:00
telemetry.ex Fix code review findings: security, correctness, performance, dead code 2026-02-19 18:49:27 -06:00
time_helpers.ex improve dialyzer 2025-10-13 10:02:15 -05:00
time_utils.ex improve dialyzer 2025-10-13 10:02:15 -05:00
user_auth.ex Fix credo warnings and start on design suggestions 2026-02-09 11:23:01 -06:00
weather_units.ex Refactor conditionals to use multi-clause pattern matching 2026-02-10 17:15:49 -06:00