fd67a955da
feat: Agregar enlace a Mensajes en la navegación
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 20:02:41 -06:00
3462827ad9
Fix: usar nombres correctos de componentes Nuxt 3
...
build-and-deploy / build-and-deploy (push) Successful in 50s
En Nuxt 3, los componentes en subdirectorios usan prefijos:
- ChatItem -> MessagesChatItem
- MessageBubble -> MessagesMessageBubble
- MessageInput -> MessagesMessageInput
2025-12-02 19:54:09 -06:00
b516da39f3
Fix: selectedInstance object handling in messages page
...
build-and-deploy / build-and-deploy (push) Successful in 51s
USelectMenu devuelve un objeto {label, value}, no solo el value string.
Actualizado el tipo y todas las referencias para usar instance.value
2025-12-02 19:50:16 -06:00
91e152a4a3
Feature: Conectar pagina de mensajes con API
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 19:42:48 -06:00
3817e3c4ae
Feature: Boton para reiniciar conexion de instancia
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 19:36:06 -06:00
b5606b78fc
fix: Agregar importaciones de Tailwind CSS y Nuxt UI v3
...
build-and-deploy / build-and-deploy (push) Successful in 3m19s
Los estilos no se cargaban porque faltaban las importaciones
requeridas por Nuxt UI v3 que usa Tailwind CSS v4.
2025-12-02 19:17:26 -06:00
90e2fb1d34
fix: Simplificar UI para usar Nuxt UI v3 basico (sin Pro)
build-and-deploy / build-and-deploy (push) Successful in 3m16s
2025-12-02 18:47:37 -06:00
a0aadde05e
feat: Agregar iconos PWA
build-and-deploy / build-and-deploy (push) Successful in 3m12s
2025-12-02 18:42:57 -06:00
faedec47d7
feat: WhatsApp Nucleo con Nuxt 4 + Baileys v7
...
Build and Deploy / build-and-deploy (push) Failing after 6m46s
Reemplazo completo de Evolution API por implementación directa con Baileys.
Características:
- Dashboard completo con Nuxt UI v4
- Soporte para múltiples instancias de WhatsApp
- Conexión via QR code o pairing code
- Persistencia de mensajes en PostgreSQL
- API REST para integraciones externas
- Webhooks con firma HMAC
- SSE para actualizaciones en tiempo real
- Autenticación con Authentik
2025-12-02 17:54:31 -06:00