From 5ecc11a083150bd097b52dac7c887500b8c842f5 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 18 Oct 2023 22:09:57 +0100 Subject: [PATCH] feat: Add live support functionality This commit adds live support functionality to the Support page. Users can now initiate a support session by clicking the "Start Support Session" button. The support session is facilitated by a Wizarr assistant who will guide users through any issues or questions they may have. Paying members can access this feature. If a user is not a paying member, they will be redirected to the membership page. The support session can be ended by closing the widget or submitting the offline form. --- .../src/modules/settings/pages/Support.vue | 69 +++++++++++++++---- 1 file changed, 55 insertions(+), 14 deletions(-) diff --git a/frontend/src/modules/settings/pages/Support.vue b/frontend/src/modules/settings/pages/Support.vue index fd74c54a8..27acc7813 100644 --- a/frontend/src/modules/settings/pages/Support.vue +++ b/frontend/src/modules/settings/pages/Support.vue @@ -1,9 +1,11 @@