1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 10:07:02 +00:00

ui: Add session update logic into Session

This commit is contained in:
James Hillyerd
2018-11-23 13:57:42 -08:00
parent e71377f966
commit 0f9585a52b
3 changed files with 57 additions and 46 deletions

View File

@@ -5,7 +5,6 @@ port module Ports exposing
, storeSession
)
import Data.Session exposing (Persistent)
import Json.Encode exposing (Value)
@@ -18,4 +17,4 @@ port monitorMessage : (Value -> msg) -> Sub msg
port onSessionChange : (Value -> msg) -> Sub msg
port storeSession : Persistent -> Cmd msg
port storeSession : Value -> Cmd msg