Multi TX search tweaks

Order the match list by score, clean up of matches panel HTML and show score in DOM as data element
This commit is contained in:
Adam Wisher
2025-05-31 09:12:26 +01:00
parent 64af7dbf16
commit c9fd4915b8
4 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -421,7 +421,8 @@ function handleData(wss, receivedData, rdsWss) {
id: currentTx.id,
pi: currentTx.pi,
reg: currentTx.reg,
otherMatches: currentTx.others
otherMatches: currentTx.others,
score: currentTx.score,
};
}
})