chore: Forward with attachments

This commit is contained in:
iamsivin
2025-04-30 22:29:33 +05:30
parent e96f296414
commit 8326eae4fe
6 changed files with 369 additions and 227 deletions
@@ -69,10 +69,7 @@ const showMeta = computed(() => {
v-show="showMeta"
:class="hasError ? 'text-n-ruby-11' : 'text-n-slate-11'"
>
<div
v-if="showMeta"
class="space-y-1 rtl:pl-9 w-full ltr:pr-9 text-sm break-words"
>
<div class="space-y-1 rtl:pl-9 w-full ltr:pr-9 text-sm break-words">
<div
v-if="fromEmail[0]"
:class="hasError ? 'text-n-ruby-11' : 'text-n-slate-12'"
@@ -113,13 +113,13 @@ const handleSeeOriginal = () => {
data-bubble-name="email"
>
<div
class="flex items-start gap-2 justify-end"
class="p-3"
:class="{
'border-b border-n-strong': isIncoming,
'border-b border-n-slate-8/20': isOutgoing,
}"
>
<EmailMeta class="p-3 w-full flex justify-end items-start">
<EmailMeta class="w-full flex justify-end items-start">
<div
v-if="showMessageMenu"
class="flex gap-2 skip-context-menu flex-shrink-0 items-center relative"