feat: Display reply time in widget (#1349)

Fixes #1132
This commit is contained in:
Pranav Raj S
2020-10-18 23:32:22 +05:30
committed by GitHub
parent bd11b2ec58
commit 85514cae8d
43 changed files with 707 additions and 345 deletions

View File

@@ -32,8 +32,6 @@
</template>
<script>
/* global bus */
import { IFrameHelper } from 'widget/helpers/utils';
import AgentBubble from 'widget/components/AgentMessageBubble.vue';
import configMixin from '../mixins/configMixin';
@@ -94,7 +92,8 @@ export default {
};
</script>
<style lang="scss" scoped>
@import '~widget/assets/scss/woot.scss';
@import '~widget/assets/scss/variables';
.unread-wrap {
width: 100%;
height: 100%;
@@ -148,7 +147,7 @@ export default {
</style>
<style lang="scss">
@import '~widget/assets/scss/woot.scss';
@import '~widget/assets/scss/variables';
.unread-messages {
width: 100%;