mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-14 19:19:30 +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,11 +229,12 @@ viewRoom model =
|
|||
[ width fill ]
|
||||
[ el [ width (fillPortion 3), alignTop ] <|
|
||||
viewCards myVote
|
||||
, el [ width (fillPortion 1), alignTop ] <|
|
||||
viewPlayers (Dict.values model.room.players) model.showVotes
|
||||
]
|
||||
, column [ width (fillPortion 1), alignTop, spacing 50 ] <|
|
||||
[ viewPlayers (Dict.values model.room.players) model.showVotes
|
||||
, moderatorTools model
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
navBar : { title : String, playerName : String } -> Element Msg
|
||||
|
|
Loading…
Reference in a new issue