mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-21 19:18:37 +00:00
Move moderator controls under player list
This commit is contained in:
parent
9e1b3d2cc0
commit
e789b43885
1 changed files with 4 additions and 3 deletions
|
@ -229,10 +229,11 @@ viewRoom model =
|
||||||
[ width fill ]
|
[ width fill ]
|
||||||
[ el [ width (fillPortion 3), alignTop ] <|
|
[ el [ width (fillPortion 3), alignTop ] <|
|
||||||
viewCards myVote
|
viewCards myVote
|
||||||
, el [ width (fillPortion 1), alignTop ] <|
|
, column [ width (fillPortion 1), alignTop, spacing 50 ] <|
|
||||||
viewPlayers (Dict.values model.room.players) model.showVotes
|
[ viewPlayers (Dict.values model.room.players) model.showVotes
|
||||||
|
, moderatorTools model
|
||||||
|
]
|
||||||
]
|
]
|
||||||
, moderatorTools model
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue