+
-
+
- {{ $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..0998174f5 100644
--- a/app/javascript/dashboard/components-next/message/constants.js
+++ b/app/javascript/dashboard/components-next/message/constants.js
@@ -73,3 +73,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 }}