feat(dashboard/home): Ajoute des cartes business et améliore l'affichage des données.
```
This commit is contained in:
Serreau Jovann
2026-01-30 12:05:34 +01:00
parent a407aed342
commit dfcac42e6e
2 changed files with 42 additions and 72 deletions

View File

@@ -70,9 +70,8 @@
{# MAIN CONTENT #}
<main class="flex-1 flex flex-col min-w-0 lg:ml-72 bg-[#0f172a] h-screen overflow-y-auto custom-scrollbar relative">
{# HEADER #}
<header class="h-20 flex items-center justify-between px-8 bg-[#1e293b] border-b border-slate-800 sticky top-0 z-30 gap-6">
<header class="h-20 flex-none flex items-center justify-between px-8 bg-[#1e293b] border-b border-slate-800 z-30 gap-6">
<div class="flex-1 max-w-2xl relative">
<form action="{{ path('app_crm_search') }}" method="GET" class="flex items-center">