mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-14 19:19:30 +00:00
Sort the player list
This commit is contained in:
parent
da8da89751
commit
e347ade674
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ viewCards model selected =
|
|||
viewPlayers : List Player -> Bool -> Element Msg
|
||||
viewPlayers playerList showVotes =
|
||||
table [ width fill ]
|
||||
{ data = playerList
|
||||
{ data = List.sortBy .name playerList
|
||||
, columns =
|
||||
[ { header = none
|
||||
, width = fill
|
||||
|
|
Loading…
Reference in a new issue