add player card to compare player form

This commit is contained in:
2025-10-29 22:22:15 -07:00
parent f575844479
commit 8e86b65a45
11 changed files with 559 additions and 236 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="mt-6 grid gap-4 sm:grid-cols-2 lg:grid-cols-3">
{#each [
{ name: 'BeatLeader Compare Players', href: '/tools/beatleader-compare', desc: 'Find songs A played that B has not' },
{ name: 'Compare Play Histories', href: '/tools/compare-histories', desc: 'Find songs A played that B has not' },
{ name: 'BeatLeader Playlist Gap', href: '/tools/beatleader-playlist-gap', desc: 'Upload a playlist and find songs a player has not played' },
{ name: 'BeatLeader Head-to-Head', href: '/tools/beatleader-headtohead', desc: 'Compare two players on the same map/difficulty' }
] as tool}