chore: add more specs

This commit is contained in:
Muhsin Keloth
2025-07-31 12:55:09 +04:00
parent 6d86c5739c
commit 356946a413
10 changed files with 1115 additions and 484 deletions
@@ -1,5 +1,5 @@
<script setup>
import WhatsAppTemplateParserCore from 'dashboard/components-next/shared/WhatsAppTemplateParserCore.vue';
import WhatsAppTemplateParser from 'dashboard/components-next/whatsapp/WhatsAppTemplateParser.vue';
import Button from 'dashboard/components-next/button/Button.vue';
import { useI18n } from 'vue-i18n';
@@ -28,7 +28,7 @@ const handleBack = () => {
class="absolute top-full mt-1.5 max-h-[30rem] overflow-y-auto left-0 flex flex-col gap-4 px-4 pt-6 pb-5 items-start w-[28.75rem] h-auto bg-n-solid-2 border border-n-strong shadow-sm rounded-lg"
>
<div class="w-full">
<WhatsAppTemplateParserCore
<WhatsAppTemplateParser
:template="template"
@send-message="handleSendMessage"
@back="handleBack"
@@ -57,7 +57,7 @@ const handleBack = () => {
/>
</div>
</template>
</WhatsAppTemplateParserCore>
</WhatsAppTemplateParser>
</div>
</div>
</template>