mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Introduce a DX Cluster tab to the QSO view and user settings. This change: - Enables a new qso_form option 'dxcluster_tab' in controllers (Qso.php, User.php) so the tab can be toggled per-user. - Adds a user preference toggle in the user edit view to show/hide the DX Cluster tab. - Implements the DX Cluster UI in the QSO index view: tab button, controls (band select, hide RBN), spot table and click-to-fill behavior. - Adds client-side JS to manage a WebSocket to wss://dxc.cloudlog.org, maintain and render recent spots in a DataTable, persist filter preferences, sync band selection with the QSO form/radio, and batch-check worked status via the dxcluster/check_worked endpoint. Files changed: application/controllers/Qso.php, application/controllers/User.php, application/views/qso/index.php, application/views/user/edit.php. |
||
|---|---|---|
| .. | ||
| delete.php | ||
| edit.php | ||
| forgot_password.php | ||
| login.php | ||
| main.php | ||
| profile.php | ||
| reset_password.php | ||
| signup.php | ||