added "Edit Player" to main menu

This commit is contained in:
Jonathan Lamothe
2019-11-01 04:00:29 -04:00
parent cb4fc77dd6
commit 5fd67f3802
4 changed files with 16 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ module Mtlstats.Actions
, validateGameDate
, createPlayer
, createGoalie
, editPlayer
, addPlayer
, addGoalie
, resetCreatePlayerState
@@ -159,6 +160,10 @@ createGoalie = let
& cgsFailureCallback .~ callback
in progMode .~ CreateGoalie cgs
-- | Starts the player editing process
editPlayer :: ProgState -> ProgState
editPlayer = progMode .~ EditPlayer newEditPlayerState
-- | Adds the entered player to the roster
addPlayer :: ProgState -> ProgState
addPlayer s = fromMaybe s $ do