cloudlog/application/views/interface_assets
Peter Goodhall 0f62a7178a Add client-side QRA utils and use in QSO
Introduce a frontend QRA utilities module and switch QSO locator/bearing/distance logic to run client-side. Added assets/js/qra-utils.js (ported from the PHP Qra library), injected measurement_base and station_gridsquares into the QSO view, and updated application/controllers/Qso.php to provide the measurement_base for the frontend. Footer now loads qra-utils.js before qso.js. Modified assets/js/sections/qso.js to debounce locator input, place map markers from local grid→lat/lng math, and compute bearing/distance via QraUtils (removes several AJAX calls to server endpoints). This reduces server round-trips and keeps frontend behavior consistent with the PHP implementation.
2026-03-29 13:57:36 +01:00
..
footer.php Add client-side QRA utils and use in QSO 2026-03-29 13:57:36 +01:00
header.php Add Call History upload and lookup feature 2026-03-24 22:36:54 +00:00
mini_header.php load custom.css from assets path 2021-04-10 05:21:22 +02:00