iachat/app
Bruno Almeida 1108446974
Feature: Move to the next conversation when I resolve a the current c… (#757)
* Feature: Move to the next conversation when I resolve a the current conversation

* check if nextId is present before emitting the event

* use es6 string literals

* use a named variable for better reading

* create a variable for better readability

* better sintax to get clickable element

* after last, go to first chat when resolve

* use state and action to set next chat

* remove not used emit

* clear selected state when there is not next chat

* Remove deprecated scope from FB Channel (#761)

Remove deprecated scope from FB Channel

* Feature: Customise the position of messenger (#767)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>

* Bug: Redirect user to set new password screen (#772)

* auto linter

* fix js linter

* sort chats on getter / filter before getting next chat

* Revert not related changes on ConversationCard.vue

* add test for getNextChatConversation getter

* remove not used module

* add test for getAllConversations getter
2020-05-14 13:43:02 +05:30
..
actions Feature: Business logo API for web widget (#674) 2020-04-07 10:19:19 +05:30
assets Feature: Introduce Super Admins (#705) 2020-05-11 23:07:22 +05:30
bot Chore: Switch from Carrierwave to ActiveStorage (#393) 2020-01-07 22:59:17 +05:30
builders Feature: Introduce Super Admins (#705) 2020-05-11 23:07:22 +05:30
channels Feature: Add online status to each user (#452) 2020-02-02 22:49:16 +05:45
controllers Chore: Add an option to toggle web manifest (#848) 2020-05-12 12:45:28 +05:30
dashboards Feature: Introduce Super Admins (#705) 2020-05-11 23:07:22 +05:30
dispatchers Chore: Remove redis backed reporting (#669) 2020-05-02 16:04:52 +05:30
finders Chore: Message to support multiple attachments (#730) 2020-04-17 21:15:20 +05:30
helpers Chore: Add translated languages to account settings (#826) 2020-05-06 13:38:36 +05:30
javascript Feature: Move to the next conversation when I resolve a the current c… (#757) 2020-05-14 13:43:02 +05:30
jobs Chore: Update ruby and rails versions (#831) 2020-05-08 12:13:23 +05:30
listeners Feature: Customise widget for bot conversations (#834) 2020-05-09 22:02:43 +05:30
mailboxes Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
mailers Chore: Use installation config in frontend (#847) 2020-05-12 01:31:40 +05:30
models Feature: Introduce Super Admins (#705) 2020-05-11 23:07:22 +05:30
policies Chore: APIs for agent bots (#676) 2020-04-07 10:41:18 +05:30
presenters Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
services Feature: Add web push notification permission in frontend (#766) 2020-05-06 00:10:56 +05:30
views Chore: Add an option to toggle web manifest (#848) 2020-05-12 12:45:28 +05:30
workers Feature: Conversation creation email notifications (#576) 2020-03-01 19:06:13 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30