mirror of
https://github.com/correl/planning-poker.git
synced 2024-11-14 19:19:30 +00:00
Add cards
This commit is contained in:
parent
09a4523263
commit
9e1b3d2cc0
1 changed files with 11 additions and 2 deletions
|
@ -282,8 +282,17 @@ viewCards selected =
|
|||
, label = el [ centerX, centerY ] (text value)
|
||||
}
|
||||
in
|
||||
wrappedRow [ centerX, width fill, spacing 30] <|
|
||||
List.map card [ "1", "3", "5", "8", "13" ]
|
||||
wrappedRow [ centerX, width fill, spacing 30 ] <|
|
||||
List.map card
|
||||
[ "1"
|
||||
, "2"
|
||||
, "3"
|
||||
, "5"
|
||||
, "8"
|
||||
, "13"
|
||||
, "?"
|
||||
, "☕"
|
||||
]
|
||||
|
||||
|
||||
viewPlayers : List Player -> Bool -> Element Msg
|
||||
|
|
Loading…
Reference in a new issue