mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-09-08 12:13:15 +02:00
feat(game): enhance leaderboard structure and animation in Leaderboard component
This commit is contained in:
@@ -47,7 +47,7 @@ type ManagerExtraStatus = {
|
||||
answers: string[]
|
||||
image?: string
|
||||
}
|
||||
SHOW_LEADERBOARD: { leaderboard: Player[] }
|
||||
SHOW_LEADERBOARD: { oldLeaderboard: Player[]; leaderboard: Player[] }
|
||||
}
|
||||
|
||||
export type PlayerStatusDataMap = CommonStatusDataMap
|
||||
|
||||
Reference in New Issue
Block a user