diff --git a/resources/views/livewire/chat/public-chat.blade.php b/resources/views/livewire/chat/public-chat.blade.php index 0f328c5..cf61d73 100755 --- a/resources/views/livewire/chat/public-chat.blade.php +++ b/resources/views/livewire/chat/public-chat.blade.php @@ -161,10 +161,10 @@ {{-- ══ PASO 3: Interfaz de chat ══ --}} @else
+ @livewire-upload-finish.window="uploading = false; previewUrl = null" + @livewire-upload-error.window="uploading = false; previewUrl = null" {{-- Header --}}
@@ -617,8 +617,23 @@ {{-- Input + upload --}} @if ($estadoConv !== 'cerrada')
- {{-- Indicador subiendo / analizando imagen --}} -
+ {{-- Preview local de la imagen seleccionada --}} + + {{-- Indicador: subiendo archivo (fase Alpine) --}} +
@@ -627,10 +642,22 @@ Subiendo imagen...
+ {{-- Indicador: analizando con IA (fase Livewire server) --}} +
+
+ + + + + Analizando comprobante con IA... +
+
{{-- Botón adjuntar foto --}}