[Feature] Email collect message hooks (#331)
- Add email collect hook on creating conversation - Merge contact if it already exist
This commit is contained in:
parent
59d4eaeca7
commit
722f540b03
68 changed files with 1111 additions and 544 deletions
|
@ -6,7 +6,7 @@
|
|||
@click="onClick"
|
||||
>
|
||||
<span v-if="!loading" class="icon-holder">
|
||||
<img src="~widget/assets/images/message-send.svg" />
|
||||
<i class="ion-android-send" />
|
||||
</span>
|
||||
<spinner v-else size="small" />
|
||||
</button>
|
||||
|
@ -51,6 +51,7 @@ export default {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
fill: $color-white;
|
||||
font-size: $font-size-big;
|
||||
font-weight: $font-weight-medium;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue