feat: add 'View calculation details' link to expanded row (#4)

This commit is contained in:
Samuel Enocsson
2026-05-21 15:16:51 +02:00
parent 7af9d8d69e
commit 7fb8cab5e2
+1
View File
@@ -30,6 +30,7 @@ const chartPdgaNumber = hasPlayer ? player.pdgaNumber : pdgaNumber;
</dd> </dd>
</div> </div>
</dl> </dl>
<button class="link-btn" onclick="showDebugInfo(<%= player.pdgaNumber %>)" style="margin-top: 4px;">View calculation details →</button>
<% } %> <% } %>
<% if (history && history.length > 0) { %> <% if (history && history.length > 0) { %>