feat: implement absence management features in the dashboard

- Added functionality for managing absence requests, including listing, approving, and rejecting requests.
- Enhanced the user interface to display statistics and pending requests for better oversight.
- Updated backend schema to support absence requests and notifications, ensuring data integrity and efficient handling.
- Integrated new components for absence request forms and approval workflows, improving user experience and administrative efficiency.
This commit is contained in:
2025-11-04 14:23:46 -03:00
parent f02eb473ca
commit a93d55f02b
13 changed files with 3837 additions and 497 deletions

View File

@@ -94,7 +94,7 @@
const resultado = await convex.mutation(api.autenticacao.alterarSenha, {
token: authStore.token,
senhaAntiga: senhaAtual,
senhaAtual: senhaAtual,
novaSenha: novaSenha,
});