From d8d7a81edfb7a71295fa3eb3d39d35ea344a0dda Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Thu, 9 Nov 2017 19:38:48 +0100 Subject: [PATCH] Tasks: fixes and new edit task design (#9442) * add missing tooltips * makes sure due date is update correctly, fixes #9436 * do not collapse checklist when casting spells, fixes #9345 * start to fix spells drawer * fix drawer requiring two clicks to open --- .../components/header/notificationsDropdown.vue | 3 +-- website/client/components/memberDetails.vue | 7 +++---- website/client/components/tasks/spells.vue | 9 ++++++--- website/client/components/tasks/task.vue | 12 +++++++++--- website/client/components/ui/drawer.vue | 2 +- 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/website/client/components/header/notificationsDropdown.vue b/website/client/components/header/notificationsDropdown.vue index a566f6e80e..4bbd1ae313 100644 --- a/website/client/components/header/notificationsDropdown.vue +++ b/website/client/components/header/notificationsDropdown.vue @@ -1,7 +1,7 @@