summaryrefslogtreecommitdiff
path: root/elm/Lib/Api.elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-02-21 08:30:46 +0100
committerYorhel <git@yorhel.nl>2020-03-16 12:45:42 +0100
commitbe6aa6cc7e8034cfc064acb22f44e66aa527e06f (patch)
treef5e27345a3bec3d4d516a7c986d34b23e37c2d28 /elm/Lib/Api.elm
parent8fe95ae3c2119e5a5219ad072d441bac406ea547 (diff)
imgflag: Initial schema + UI for image flagging
Lots of TODO's left to work on, but you have to start somewhere. I've bumped the Docker image version because this change requires TUWF commit 74aad378d49592df4359ea8a9f6f36d4a0013c04 (Elm decoder for structs with more than 8 fields)
Diffstat (limited to 'elm/Lib/Api.elm')
-rw-r--r--elm/Lib/Api.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm/Lib/Api.elm b/elm/Lib/Api.elm
index d8cb1315..ee2df07f 100644
--- a/elm/Lib/Api.elm
+++ b/elm/Lib/Api.elm
@@ -47,6 +47,7 @@ showResponse res =
TagResult _ -> unexp
VNResult _ -> unexp
ProducerResult _ -> unexp
+ ImageResult _ -> unexp
expectResponse : (Response -> msg) -> Http.Expect msg