From a8a465f293d47472454732cbf940c0820f81bfe2 Mon Sep 17 00:00:00 2001 From: Hikari Date: Thu, 19 Mar 2026 15:44:14 -0700 Subject: [PATCH] feat: display leaderboard update frequency in the UI (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Adds a note below the leaderboard subtitle informing players that rankings update when they prestige. This addresses a recurring community question from `tau.deusmortis` and `minjo70`. Closes #63 ✨ This PR was created with help from Hikari~ 🌸 Reviewed-on: https://git.nhcarrigan.com/nhcarrigan/elysium/pulls/78 Co-authored-by: Hikari Co-committed-by: Hikari --- apps/web/src/components/game/leaderboardPage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web/src/components/game/leaderboardPage.tsx b/apps/web/src/components/game/leaderboardPage.tsx index af06b2b..27ec25b 100644 --- a/apps/web/src/components/game/leaderboardPage.tsx +++ b/apps/web/src/components/game/leaderboardPage.tsx @@ -156,6 +156,9 @@ const LeaderboardPage = (): JSX.Element => {

{"The mightiest adventurers in Elysium"}

+

+ {"🔄 Rankings update when you prestige."} +