feat : refonte des blocs contact — 4 colonnes, titre noir, separateurs (ERP-196)
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 2m16s
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Successful in 3m44s

This commit is contained in:
2026-06-24 17:19:25 +02:00
parent 97f2402ae4
commit 2eee97b2c6
18 changed files with 380 additions and 311 deletions
@@ -29,6 +29,7 @@ function mountBlock(errors?: Record<string, string>) {
return mount(ProviderContactBlock, {
props: {
modelValue: emptyProviderContact(),
title: 'Contact 1',
...(errors ? { errors } : {}),
},
global: {