chore: remove redundant "Load All" link from players page (#4)

The topbar's "Refresh all" button (introduced in #4) supersedes this
link. Leaving the gear icon for clearCache() — that's a separate
concern.
This commit is contained in:
Samuel Enocsson
2026-05-21 13:11:28 +02:00
parent de99d4ede7
commit 53bc6e571d
-1
View File
@@ -17,7 +17,6 @@
</div> </div>
</div> </div>
<div style="display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 16px;"> <div style="display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 16px;">
<a href="#" onclick="loadAllPlayers(); return false;" style="color: var(--accent); font-size: 12px; text-decoration: none;" title="Load all player data" id="load-all-btn">Load All</a>
<a href="#" onclick="clearCache(); return false;" style="color: var(--text-muted); font-size: 12px; text-decoration: none; opacity: 0.4;" title="Clear cache"><i class="fas fa-cog"></i></a> <a href="#" onclick="clearCache(); return false;" style="color: var(--text-muted); font-size: 12px; text-decoration: none; opacity: 0.4;" title="Clear cache"><i class="fas fa-cog"></i></a>
</div> </div>
<div id="loading" class="loading" style="display: none;">Loading ratings...</div> <div id="loading" class="loading" style="display: none;">Loading ratings...</div>