[AB-xxx] adding feature to focus on a particular user in both leaderboard command and leaderboard UI

adding button to view the specified user on loaderboard at the rank command
This commit is contained in:
Sheldan
2024-11-26 23:17:24 +01:00
parent 3d915b96e7
commit b88ae377b1
19 changed files with 345 additions and 152 deletions

View File

@@ -8,7 +8,7 @@
name="description"
content="Leaderboard for experience"
/>
<script>window.serverId={{ serverId }}n</script>
<script>window.serverId={{ serverId }}n; window.userId = {{ userId }}</script>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Experience leaderboard</title>
</head>