From 6cd75ac184ecdcdaba09f684534ce722002e8819 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Dec 2017 19:40:02 +0100 Subject: feat(elm): Add initial (broken) MDL layout for tasks The idea is that every task should be shown as an MDL "card" and have some sort of associated action (probably more than just a click, but that I'll look at ...). Tasks are coloured based on their current "urgency". --- frontend/elm-package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/elm-package.json') diff --git a/frontend/elm-package.json b/frontend/elm-package.json index e0c71aadfdc6..2ae541ae0b95 100644 --- a/frontend/elm-package.json +++ b/frontend/elm-package.json @@ -10,7 +10,8 @@ "dependencies": { "elm-lang/core": "5.1.1 <= v < 6.0.0", "elm-lang/html": "2.0.0 <= v < 3.0.0", - "elm-lang/http": "1.0.0 <= v < 2.0.0" + "elm-lang/http": "1.0.0 <= v < 2.0.0", + "debois/elm-mdl": "8.1.0 <= v < 9.0.0" }, "elm-version": "0.18.0 <= v < 0.19.0" } -- cgit 1.4.1