diff --git a/app/livechat/client/collections/LivechatQueueUser.js b/app/livechat/client/collections/LivechatQueueUser.js deleted file mode 100644 index 71dd6cb86fe..00000000000 --- a/app/livechat/client/collections/LivechatQueueUser.js +++ /dev/null @@ -1,3 +0,0 @@ -import { Mongo } from 'meteor/mongo'; - -export const LivechatQueueUser = new Mongo.Collection('livechatQueueUser'); diff --git a/app/livechat/client/stylesheets/livechat.less b/app/livechat/client/stylesheets/livechat.less index 507984d4492..6ce70a62fb5 100644 --- a/app/livechat/client/stylesheets/livechat.less +++ b/app/livechat/client/stylesheets/livechat.less @@ -532,19 +532,15 @@ } } -.livechat-current-chats-add-filter-button { - margin-top: 17px; -} - -.livechat-current-chats-filters-wrapper { +.livechat-group-filters-wrapper { display: flex; } -.livechat-current-chats-filters { +.livechat-group-filters-container { flex: 8 0; } -.livechat-current-chats-filters-buttons { +.livechat-group-filters-buttons { flex: 0 0 auto; margin-top: 26px; padding-left: 30px; @@ -562,3 +558,8 @@ margin-bottom: auto; } } + +.livechat-current-chats-add-filter-button { + margin-top: 17px; +} + diff --git a/app/livechat/client/views/app/livechatCurrentChats.html b/app/livechat/client/views/app/livechatCurrentChats.html index dc931db674b..064a61f7fa6 100644 --- a/app/livechat/client/views/app/livechatCurrentChats.html +++ b/app/livechat/client/views/app/livechatCurrentChats.html @@ -2,8 +2,8 @@ {{#requiresPermission 'view-livechat-current-chats'}}
-
-
+
+
-
+
{{#if hasPopoverPermissions}} diff --git a/app/livechat/client/views/app/livechatQueue.html b/app/livechat/client/views/app/livechatQueue.html index 35f838b5f4c..2849abef95f 100644 --- a/app/livechat/client/views/app/livechatQueue.html +++ b/app/livechat/client/views/app/livechatQueue.html @@ -1,39 +1,113 @@