From 409e367c2184818df5308406a5e457fb810c2a9d Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 11 Dec 2024 17:44:40 +0530 Subject: [PATCH] fix: link --- .../message/stories/Bubbles.story.vue | 92 +++---------------- 1 file changed, 14 insertions(+), 78 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue b/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue index c68511711..1f67c9671 100644 --- a/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue +++ b/app/javascript/dashboard/components-next/message/stories/Bubbles.story.vue @@ -104,7 +104,12 @@ const brokenImageMessage = computed(() => const imageMessage = computed(() => getMessage({ content: null, - attachments: [getAttachment('image', 'https://picsum.photos/500/100')], + attachments: [ + getAttachment( + 'image', + 'https://images.pexels.com/photos/28506417/pexels-photo-28506417/free-photo-of-motorbike-on-scenic-road-in-surat-thani-thailand.jpeg' + ), + ], ...baseSenderData.value, }) ); @@ -130,7 +135,10 @@ const attachmentsOnly = computed(() => 'video', 'https://videos.pexels.com/video-files/1739010/1739010-hd_1920_1080_30fps.mp4' ), - getAttachment('image', 'https://picsum.photos/500/100'), + getAttachment( + 'image', + 'https://images.pexels.com/photos/28506417/pexels-photo-28506417/free-photo-of-motorbike-on-scenic-road-in-surat-thani-thailand.jpeg' + ), getAttachment('file', 'https://chatwoot.dev/invoice.pdf'), getAttachment('file', 'https://chatwoot.dev/logs.txt'), getAttachment('file', 'https://chatwoot.dev/contacts.xls'), @@ -223,7 +231,10 @@ const email = computed(() => 'video', 'https://videos.pexels.com/video-files/1739010/1739010-hd_1920_1080_30fps.mp4' ), - getAttachment('image', 'https://picsum.photos/500/100'), + getAttachment( + 'image', + 'https://images.pexels.com/photos/28506417/pexels-photo-28506417/free-photo-of-motorbike-on-scenic-road-in-surat-thani-thailand.jpeg' + ), getAttachment('file', 'https://chatwoot.dev/invoice.pdf'), getAttachment('file', 'https://chatwoot.dev/logs.txt'), getAttachment('file', 'https://chatwoot.dev/contacts.xls'), @@ -285,85 +296,10 @@ const igReel = computed(() => title="Components/Messages/Bubbles" :layout="{ type: 'grid', width: '800px' }" > - -
- -
-
- -
- -
-
- - - -
- -
-
- -
- -
-
- -
- -
-
- - - -
- -
-
- -
- -
-
- - - -
- -
-
- -
- -
-
- - - -
- -
-
- -
- -
-
- -
- -
-
- - - -
- -
-