diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-12-20T18·40+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-12-20T19·15+0100 |
commit | 6cd75ac184ecdcdaba09f684534ce722002e8819 (patch) | |
tree | 0be704bcd3811bede99e9e89d6d0ca9152ebe41c /frontend/elm-package.json | |
parent | cf0395e37ca2fd31bc14e1395185f59064ac854e (diff) |
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".
Diffstat (limited to 'frontend/elm-package.json')
-rw-r--r-- | frontend/elm-package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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" } |