iachat/app/javascript/dashboard
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
..
api Bug: Use v2 reports instead of v1 reports (#843) 2020-05-11 11:40:14 +05:30
assets Feature: Introduce Super Admins (#705) 2020-05-11 23:07:22 +05:30
components Feature: Move to the next conversation when I resolve a the current c… (#757) 2020-05-14 13:43:02 +05:30
helper Feature: Add web push notification permission in frontend (#766) 2020-05-06 00:10:56 +05:30
i18n Chore: Fixed auto-generated German translations 2020-05-13 22:47:31 +05:30
mixins Bug: Add account scoping in CTA (#754) 2020-04-23 12:21:45 +05:30
routes Chore: Use installation config in frontend (#847) 2020-05-12 01:31:40 +05:30
store Feature: Move to the next conversation when I resolve a the current c… (#757) 2020-05-14 13:43:02 +05:30
App.vue Feature: Ability to set an account name (#667) 2020-04-06 22:17:07 +05:30
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
constants.js Enhancement: Paginate conversation calls in tabs (#560) 2020-02-26 21:15:01 +05:30