From 49a20218a5ba72d8f3329438fc2e4f142ae69a5a Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 19 Aug 2022 14:09:41 -0500 Subject: [PATCH] fix(onboarding): improve modal launching and clicky behavior --- .../src/components/group-plans/groupPlansUpdateModal.vue | 3 +++ .../client/src/components/group-plans/taskInformation.vue | 3 +++ website/client/src/mixins/guide.js | 6 +----- website/common/locales/en/groups.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/website/client/src/components/group-plans/groupPlansUpdateModal.vue b/website/client/src/components/group-plans/groupPlansUpdateModal.vue index 35600137f5..e79c2dd39f 100644 --- a/website/client/src/components/group-plans/groupPlansUpdateModal.vue +++ b/website/client/src/components/group-plans/groupPlansUpdateModal.vue @@ -4,6 +4,8 @@ title="New Shared Task Board" size="lg" hide-footer="hide-footer" + :no-close-on-backdrop="true" + :no-close-on-esc="true" >
Leave a task unassigned if any member can complete it", "newGroupsBullet10b": "Assign a task to one member so only they can complete it", "newGroupsBullet10c": "Assign a task to multiple members if they all need to complete it", - "newGroupsVisitFAQ": "Visit the FAQ from the Help dropdown for more guidance.", + "newGroupsVisitFAQ": "Visit the FAQ from the Help dropdown for more guidance.", "newGroupsEnjoy": "We hope you enjoy the new Group Plans experience!" }