feat: status bar added

This commit is contained in:
2026-05-30 01:35:50 +02:00
parent 8f1ad126ac
commit 806b39970b
24 changed files with 1933 additions and 451 deletions
@@ -0,0 +1,5 @@
-- QRZ.com confirmation (download) tracking. Mirrors the upload columns from
-- 0014: QRZCOM_QSO_DOWNLOAD_STATUS = 'Y' when QRZ reports the QSO as
-- confirmed (matched by the other op), with the date it was pulled.
ALTER TABLE qso ADD COLUMN qrzcom_qso_download_date TEXT;
ALTER TABLE qso ADD COLUMN qrzcom_qso_download_status TEXT;