mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
Feature: Contact Panel with conversation details (#397)
* Add Contact panel changes * Fix parent iframe blocked * Add Conversation Panel, Contact messages * Update contact panel with conversation details * Update designs in sidebar * Fix specs * Specs: Add specs for conversationMetadata and contact modules * Fix currentUrl issues * Fix spelling * Set default to empty string
This commit is contained in:
@@ -6,6 +6,8 @@ import auth from './modules/auth';
|
||||
import billing from './modules/billing';
|
||||
import cannedResponse from './modules/cannedResponse';
|
||||
import Channel from './modules/channels';
|
||||
import contacts from './modules/contacts';
|
||||
import conversationMetadata from './modules/conversationMetadata';
|
||||
import conversations from './modules/conversations';
|
||||
import inboxes from './modules/inboxes';
|
||||
import inboxMembers from './modules/inboxMembers';
|
||||
@@ -19,6 +21,8 @@ export default new Vuex.Store({
|
||||
billing,
|
||||
cannedResponse,
|
||||
Channel,
|
||||
contacts,
|
||||
conversationMetadata,
|
||||
conversations,
|
||||
inboxes,
|
||||
inboxMembers,
|
||||
|
||||
Reference in New Issue
Block a user