From 47d29b7f1337b0c0e5d05f119eccc4430b886539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez?= Date: Sun, 26 Apr 2026 14:24:00 -0600 Subject: [PATCH] fix: actualizar dropdown de mensajes en tiempo real al recibir nuevo mensaje Co-Authored-By: Claude Sonnet 4.6 --- .../views/layouts/_partials/header.blade.php | 39 +++++++++++++++++-- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/resources/views/layouts/_partials/header.blade.php b/resources/views/layouts/_partials/header.blade.php index cac320d3..cfd9836d 100644 --- a/resources/views/layouts/_partials/header.blade.php +++ b/resources/views/layouts/_partials/header.blade.php @@ -112,7 +112,8 @@ @forelse($headerUnreadConversations as $msg) + href="{{ route('chat.show', $msg->sender) }}" + data-sender-id="{{ $msg->sender->id }}">