feat: implement multiline toast notification for new incoming emails
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
|
||||
<div class="flex-1 min-w-0">
|
||||
<div class="text-[10px] font-black uppercase tracking-[0.2em] opacity-40 mb-0.5" x-text="toast.type"></div>
|
||||
<div class="text-[11px] font-bold tracking-wide" x-text="toast.msg"></div>
|
||||
<div class="text-[11px] font-bold tracking-wide whitespace-pre-wrap" x-text="toast.msg"></div>
|
||||
</div>
|
||||
|
||||
<button @click="toasts = toasts.filter(t => t.id !== toast.id)"
|
||||
|
||||
Reference in New Issue
Block a user