From b943f621bda715ff345018628ccbc25547fea064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 20 Jun 2019 11:38:29 +0200 Subject: [PATCH] Simplify the buttons toggling in Chat, use CSS states for that Add Snap support for the Chat widget --- app/views/chat.tpl | 1 + app/widgets/Chat/_chat.tpl | 7 +++-- app/widgets/Chat/chat.css | 60 ++++++++++++++++++++------------------ app/widgets/Chat/chat.js | 16 ++++------ app/widgets/Snap/snap.js | 8 +++-- 5 files changed, 50 insertions(+), 42 deletions(-) diff --git a/app/views/chat.tpl b/app/views/chat.tpl index 916ed0aca..a3a751654 100644 --- a/app/views/chat.tpl +++ b/app/views/chat.tpl @@ -3,6 +3,7 @@ widget('VisioLink');?> widget('Stickers');?> widget('Notifications');?> +widget('Snap');?>