mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-09-14 07:38:51 +00:00
ui: Add an Effect system to handle global state and Elm Cmds (#176)
All pages now leverage Effects for most of their Session and Cmd requests. More work required for routing and other lingering Cmd use.
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
module Api exposing
|
||||
( deleteMessage
|
||||
( DataResult
|
||||
, HttpResult
|
||||
, deleteMessage
|
||||
, getGreeting
|
||||
, getHeaderList
|
||||
, getMessage
|
||||
|
||||
Reference in New Issue
Block a user