mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
ui: Reimplement message monitor as web component, closes #128
This commit is contained in:
@@ -1,19 +1,11 @@
|
||||
port module Ports exposing
|
||||
( monitorCommand
|
||||
, monitorMessage
|
||||
, onSessionChange
|
||||
( onSessionChange
|
||||
, storeSession
|
||||
)
|
||||
|
||||
import Json.Encode exposing (Value)
|
||||
|
||||
|
||||
port monitorCommand : Bool -> Cmd msg
|
||||
|
||||
|
||||
port monitorMessage : (Value -> msg) -> Sub msg
|
||||
|
||||
|
||||
port onSessionChange : (Value -> msg) -> Sub msg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user