From 0ad44cd86ab2dfbce77f28d52e635840afa6cccc Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Fri, 15 Jan 2021 10:46:35 +0100 Subject: [PATCH] fixes #48: Remove spinner when chat request fails When an end-user requests a chat through the embedded Converse client, a spinner starts running that ends when the chat starts. When all agents reject the request, the user leaves the queue. Before this commit, the end-user was not visually informed of this (the spinner kept on spinning). This commit replaces the spinner with the chat button again (allowing for a retry). There is probably a lot to improve on this, but that's beyond my capabilities with Converse. --- changelog.html | 1 + classes/ofmeet.js | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/changelog.html b/changelog.html index 9784683d7..8315e9d79 100644 --- a/changelog.html +++ b/changelog.html @@ -46,6 +46,7 @@

4.5.0 -- tbd