From ab2a37813d6c2cd6554c4a6b0e5b93b3214d61e7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Wed, 5 Sep 2018 22:29:44 +0200 Subject: Adds "Main Menu" buttons. --- src/shared/elm/Action/Ports.elm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/shared/elm/Action/Ports.elm (limited to 'src/shared/elm/Action/Ports.elm') diff --git a/src/shared/elm/Action/Ports.elm b/src/shared/elm/Action/Ports.elm new file mode 100644 index 0000000..8da9bac --- /dev/null +++ b/src/shared/elm/Action/Ports.elm @@ -0,0 +1,6 @@ +port module Action.Ports exposing (..) + +port store_new_session : (String, String) -> (Cmd msg) +port reset_session : () -> (Cmd msg) +port connected: (() -> msg) -> (Sub msg) +port go_to : (String) -> (Cmd msg) -- cgit v1.2.3-70-g09d2