mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-14 04:25:35 +01: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