feat: Add new message bubbles (#10481)

---------

Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
Shivam Mishra
2024-12-12 17:42:22 -08:00
committed by GitHub
co-authored by Pranav
parent 67e52d7d51
commit 19ff5bdd5e
53 changed files with 7781 additions and 33 deletions
@@ -0,0 +1,9 @@
<script setup>
import BaseBubble from './Base.vue';
</script>
<template>
<BaseBubble class="px-4 py-3 text-sm" data-bubble-name="unsupported">
{{ $t('CONVERSATION.UNSUPPORTED_MESSAGE') }}
</BaseBubble>
</template>