add useDocuments and load saved documents in DocumentsVault

This commit is contained in:
LathanDevers
2026-07-31 21:37:56 +02:00
parent c7389d747b
commit 6b93d21d19
16 changed files with 280 additions and 294 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ interface ServiceObjectProps {
export const ServiceObject: React.FC<ServiceObjectProps> = ({ contract }) => {
return (
<Card variant= 'digged' className="p-4 rounded-lg border border-slate-100 flex flex-col">
<Card variant= 'prophunt' className="p-4 flex flex-col cursor-pointer">
<div className='flex flex-row justify-between'>
<h3 className="text-sm font-medium text-slate-900">{contract.service_name}</h3>
{/* Fonctionne instantanément avec 'Actif', 'En déploiement', 'Suspendu' */}