diff --git a/README.md b/README.md index 3eaa27c91..b2e4ccf4f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Chatwoot supports the following conversation channels: - **Twitter**: Connect your Twitter profiles and reply to direct messages or the tweets where you are mentioned. - **Telegram**: Connect your Telegram bot and reply to your customers right from a single dashboard. - **WhatsApp**: Connect your WhatsApp business account and manage the conversation in Chatwoot. + - **Line**: Connect your Line account and manage the conversations in Chatwoot. - **SMS**: Connect your Twilio SMS account and reply to the SMS queries in Chatwoot. - **API Channel**: Build custom communication channels using our API channel. - **Email**: Forward all your email queries to Chatwoot and view it in our integrated dashboard. diff --git a/app/javascript/dashboard/assets/scss/widgets/_buttons.scss b/app/javascript/dashboard/assets/scss/widgets/_buttons.scss index 721f76b66..cd18e70fc 100644 --- a/app/javascript/dashboard/assets/scss/widgets/_buttons.scss +++ b/app/javascript/dashboard/assets/scss/widgets/_buttons.scss @@ -70,6 +70,32 @@ $default-button-height: 4.0rem; } } + &.clear { + &.warning { + color: var(--y-800); + } + + &.button--only-icon:hover { + background: var(--w-50); + + &.secondary { + background: var(--s-50); + } + + &.success { + background: var(--g-50); + } + + &.alert { + background: var(--r-50); + } + + &.warning { + background: var(--y-100); + } + } + } + // Sizes &.tiny { height: var(--space-medium); diff --git a/app/javascript/dashboard/components/ChatList.vue b/app/javascript/dashboard/components/ChatList.vue index dd8d54a1f..9670e6d01 100644 --- a/app/javascript/dashboard/components/ChatList.vue +++ b/app/javascript/dashboard/components/ChatList.vue @@ -13,9 +13,9 @@ l