starting to rewire POTA stuff

merge-requests/160/head
Matthew Chambers 2022-05-19 20:19:24 -05:00
rodzic d359828518
commit 48c6330db1
2 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
const DEFAULT_COLUMN_ORDER = [
"Callsign", "Band", "Mode", "Grid", "Calling", "Msg",
"DXCC", "Flag", "State", "County", "Cont",
"DXCC", "POTA", "Flag", "State", "County", "Cont",
"dB", "Freq", "DT", "Dist", "Azim",
"CQz", "ITUz", "PX",
"LoTW", "eQSL", "OQRS",
@ -374,5 +374,14 @@ const ROSTER_COLUMNS = {
id: `sp${callObj.hash}`,
html: getSpotString(callObj)
})
},
POTA: {
compare: false,
tableData: (callObj) => ({
name: "POTA",
rawAttrs: callObj.style.pota,
html: callObj.pota.join(",")
})
}
}

Wyświetl plik

@ -23,7 +23,7 @@
"start": "run --mirror https://dl.nwjs.io/ ."
},
"build": {
"nwVersion": "0.59.0",
"nwVersion": "0.54.0",
"output": "../dist/.",
"targets": [
"zip",