From 798d0ab82b8c1266a560dc78d0d5290374e0432e Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Mon, 21 Aug 2017 23:04:56 -0600 Subject: [PATCH] New client spell fixes (#8974) * Prevented spells menu from apearing below lvl 11 * Expanding clickable casting area * Persisted spell drawer close * Added edit form modal to party * Added spell toggle * Added markdown notification * Prevented casting on challenge and group tasks locally * Quick fix for self cast * Fixed lint issue --- website/client/app.vue | 11 +- website/client/components/avatar.vue | 2 +- website/client/components/groups/group.vue | 1 + website/client/components/tasks/spells.vue | 30 ++- website/client/components/tasks/task.vue | 7 +- website/client/components/ui/drawer.vue | 212 +++++++++++---------- website/client/mixins/notifications.js | 7 +- website/client/store/index.js | 5 +- 8 files changed, 159 insertions(+), 116 deletions(-) diff --git a/website/client/app.vue b/website/client/app.vue index 6cf9f81e3c..d779790057 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -1,5 +1,5 @@ + +