refactor(tasks) improve UI consistency

* Round corners for UI elements / “8-bit” outlines for RPG elements.
* Tag bar – Make it clearer that “Tags” is a heading, not an option
* Task filters – restyle in line with tag bar + nav menu
This commit is contained in:
benmanley
2014-11-27 10:32:57 +00:00
parent 16fff701d4
commit 50b1cba0a6
62 changed files with 1607 additions and 1005 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ describe "API", ->
user = _user
done()
it.skip "Handles unsubscription", (done) ->
it "Handles unsubscription", (done) ->
cron = ->
user.lastCron = moment().subtract("d", 1)
user.fns.cron()