added demo stats page (needs refinement)

This commit is contained in:
George Powell
2026-02-04 23:35:23 -05:00
parent 4c82aa078b
commit 7d93ead70c
4 changed files with 434 additions and 0 deletions

View File

@@ -447,6 +447,14 @@
<span class="big-text"
>{isDev ? "Dev Edition | " : ""}{currentDate}</span
>
<div class="mt-4">
<a
href="/stats?anonymousId={anonymousId}"
class="inline-flex items-center px-4 py-2 bg-amber-600 text-white rounded-lg hover:bg-amber-700 transition-colors text-sm font-medium shadow-md"
>
📊 View Stats
</a>
</div>
</div>
<div class="flex flex-col gap-6">