new exerimental tools, lessons learned about beatleader authentication (it requires steamworks sdk and steam ticket handling)

This commit is contained in:
Brian Lee
2025-08-28 22:53:37 -07:00
parent 6c2066d784
commit 3460bfe401
46 changed files with 3036 additions and 124 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
{#each links as link}
<a href={link.href} class="text-muted hover:text-white transition">{link.label}</a>
{/each}
<a href="/tools" class="btn-neon">Launch Tools</a>
<a href="/tools/beatleader-compare" class="btn-neon">Compare Players</a>
</nav>
<button class="md:hidden btn-neon px-3 py-1.5" on:click={toggle} aria-expanded={open} aria-controls="mobile-nav">
@@ -39,7 +39,7 @@
{#each links as link}
<a href={link.href} on:click={close} class="text-muted hover:text-white transition">{link.label}</a>
{/each}
<a href="/tools" on:click={close} class="btn-neon w-max">Launch Tools</a>
<a href="/tools/beatleader-compare" on:click={close} class="btn-neon w-max">Compare Players</a>
</div>
</div>
{/if}