feat: add leaderboard rank extraction and display in chat and overlay components, including CSS styling for leaderboard badge

This commit is contained in:
Yusuf İpek
2025-10-12 21:48:05 +03:00
parent 1678117d16
commit d3185b43c3
5 changed files with 43 additions and 4 deletions
+6
View File
@@ -784,6 +784,12 @@ main {
color: #93c5fd;
}
.badge--leaderboard {
background: rgba(251, 191, 36, 0.2);
color: #fcd34d;
font-weight: 600;
}
.memberItem {
display: flex;
flex-direction: column;