feat(hamlog): send to HAMLOG.online from the right-click menu
The upload targets in the QSO context menu gain HAMLOG.online, so a selection goes there the same way it goes to QRZ or LoTW. The confirmation toast now names the service from a map rather than a chain of ternaries that stopped after three: hrdlog, eqsl and hamlog were echoed as their internal ids, which is not what the operator clicked on.
This commit is contained in:
@@ -31,6 +31,7 @@ const UPLOAD_TARGETS: { service: string; name: string }[] = [
|
||||
{ service: 'hrdlog', name: 'HRDLog.net' },
|
||||
{ service: 'eqsl', name: 'eQSL.cc' },
|
||||
{ service: 'lotw', name: 'LoTW' },
|
||||
{ service: 'hamlog', name: 'HAMLOG.online' },
|
||||
];
|
||||
|
||||
// Lightweight right-click menu for the QSO grids. AG Grid's native context
|
||||
|
||||
Reference in New Issue
Block a user