feat: enhance email monitoring and management features

- Added a new section for monitoring email status, allowing users to track the email queue and identify sending issues.
- Updated the backend to support new internal queries for listing pending emails and retrieving email configurations.
- Refactored email-related mutations to improve error handling and streamline the email sending process.
- Enhanced the overall email management experience by providing clearer feedback and monitoring capabilities.
This commit is contained in:
2025-11-04 21:27:48 -03:00
parent 12db52a8a7
commit f6671e0f16
8 changed files with 505 additions and 772 deletions

View File

@@ -218,6 +218,19 @@
palette: "secondary",
icon: "envelope",
},
{
title: "Monitoramento de Emails",
description:
"Acompanhe o status da fila de emails, identifique problemas de envio e processe manualmente quando necessário.",
ctaLabel: "Monitorar Emails",
href: "/ti/monitoramento-emails",
palette: "info",
icon: "envelope",
highlightBadges: [
{ label: "Tempo Real", variant: "solid" },
{ label: "Debug", variant: "outline" },
],
},
{
title: "Gerenciar Usuários",
description: