feat: enhance layout and component structure for dashboard, including responsive sidebar and header actions, and update footer styling

This commit is contained in:
2025-12-12 16:05:28 -03:00
parent b771322b24
commit 4f238022cf
6 changed files with 350 additions and 465 deletions

View File

@@ -140,7 +140,7 @@
</script>
<ProtectedRoute>
<main class="container mx-auto px-4 py-4">
<main class="w-full px-4 py-4">
<!-- Alerta de Acesso Negado / Autenticação -->
{#if showAlert}
{@const alertData = getAlertMessage()}