feat: leaderboard

This commit is contained in:
Timothy J. Baek
2024-10-22 20:14:10 -07:00
parent 4c691c0edb
commit bc95e62600
10 changed files with 320 additions and 17 deletions

View File

@@ -141,7 +141,8 @@
<div class="mt-0.5 mb-3 gap-1 flex flex-col md:flex-row justify-between">
<div class="flex md:self-center text-lg font-medium px-0.5">
{$i18n.t('Users')}
<div class="flex self-center w-[1px] h-6 mx-2.5 bg-gray-200 dark:bg-gray-700" />
<div class="flex self-center w-[1px] h-6 mx-2.5 bg-gray-50 dark:bg-gray-850" />
<span class="text-lg font-medium text-gray-500 dark:text-gray-300">{users.length}</span>
</div>