feat: sync active mailbox pulse indicator with WebSocket connection status
This commit is contained in:
@@ -124,7 +124,8 @@
|
||||
<div class="absolute top-0 right-0 w-24 h-24 bg-pink-500/5 rounded-full blur-2xl -z-10"></div>
|
||||
<div class="flex items-center justify-between mb-3">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="w-1.5 h-1.5 rounded-full bg-emerald-500 animate-pulse"></div>
|
||||
<div class="w-1.5 h-1.5 rounded-full animate-pulse transition-colors duration-500"
|
||||
:class="wsConnected ? 'bg-emerald-500' : 'bg-rose-500'"></div>
|
||||
<span class="text-[10px] font-bold text-zinc-500 uppercase tracking-widest">Active Mailbox</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user