feat: implement date parsing utility across absence management components for improved date handling and consistency

This commit is contained in:
2025-12-05 11:57:15 -03:00
parent 4a1f48300f
commit 66f995cb08
16 changed files with 2053 additions and 87 deletions

View File

@@ -74,5 +74,24 @@
</p>
</div>
</a>
<!-- Card 4: Dashboard Banco de Horas -->
<a
href={resolve('/(dashboard)/recursos-humanos/controle-ponto/banco-horas')}
class="card bg-base-100 transform shadow-xl transition-all duration-300 hover:-translate-y-1 hover:shadow-2xl"
>
<div class="card-body">
<div class="mb-4 flex items-start justify-between">
<div class="rounded-2xl bg-purple-500/20 p-4">
<Clock class="h-8 w-8 text-purple-600" strokeWidth={2} />
</div>
<ChevronRight class="text-base-content/30 h-5 w-5" strokeWidth={2} />
</div>
<h2 class="card-title mb-2 text-xl">Dashboard Banco de Horas</h2>
<p class="text-base-content/70">
Visão gerencial do banco de horas, estatísticas e relatórios mensais
</p>
</div>
</a>
</div>
</div>