wire refresh button to update both rating and prediction

This commit is contained in:
Samuel Enocsson
2026-05-21 16:04:15 +02:00
parent a7562e9b47
commit b6c674e4c7
2 changed files with 18 additions and 37 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ function renderSparkline(values) {
<div class="std-dev-tooltip" id="tooltip-stddev-<%= player.pdgaNumber %>"></div>
</td>
<td class="col-actions cell-actions" onclick="event.stopPropagation()">
<button class="icon-btn refresh-icon" onclick="refreshPlayer(<%= player.pdgaNumber %>)" title="Refresh player data" aria-label="Refresh">
<button class="icon-btn refresh-icon" onclick="refreshPlayerData(<%= player.pdgaNumber %>)" title="Refresh rating + prediction" aria-label="Refresh rating and prediction">
<i class="fas fa-sync-alt"></i>
</button>
<button class="icon-btn icon-chev" onclick="togglePlayerHistory(<%= player.pdgaNumber %>)" title="Expand row" aria-label="Expand">