+
-
+
- {{ $t(labelKey) }}
- {{ $t(subtextKey) }}
+
+ {{ $t(labelKey) }}
+
+
+ {{ $t(subtextKey) }}
+
diff --git a/app/javascript/dashboard/components-next/message/constants.js b/app/javascript/dashboard/components-next/message/constants.js
index 77ea25533..9efae789c 100644
--- a/app/javascript/dashboard/components-next/message/constants.js
+++ b/app/javascript/dashboard/components-next/message/constants.js
@@ -49,6 +49,9 @@ export const ATTACHMENT_TYPES = {
STORY_MENTION: 'story_mention',
CONTACT: 'contact',
IG_REEL: 'ig_reel',
+ EMBED: 'embed',
+ IG_POST: 'ig_post',
+ IG_STORY: 'ig_story',
};
export const CONTENT_TYPES = {
@@ -73,3 +76,16 @@ export const MEDIA_TYPES = [
ATTACHMENT_TYPES.AUDIO,
ATTACHMENT_TYPES.IG_REEL,
];
+
+export const VOICE_CALL_STATUS = {
+ IN_PROGRESS: 'in-progress',
+ RINGING: 'ringing',
+ COMPLETED: 'completed',
+ NO_ANSWER: 'no-answer',
+ FAILED: 'failed',
+};
+
+export const VOICE_CALL_DIRECTION = {
+ INBOUND: 'inbound',
+ OUTBOUND: 'outbound',
+};
diff --git a/app/javascript/dashboard/components-next/pagination/PaginationFooter.vue b/app/javascript/dashboard/components-next/pagination/PaginationFooter.vue
index e58b2db86..0a919dbbf 100644
--- a/app/javascript/dashboard/components-next/pagination/PaginationFooter.vue
+++ b/app/javascript/dashboard/components-next/pagination/PaginationFooter.vue
@@ -1,6 +1,7 @@
@@ -91,9 +99,11 @@ const pageInfo = computed(() => {
/>
- {{ currentPage }}
+ {{ formatFullNumber(currentPage) }}
+
+
+ {{ pageInfo }}
- {{ pageInfo }}