This commit is contained in:
2026-05-08 12:28:14 +02:00
parent 9793ba8348
commit 42a9506f02
24 changed files with 1266 additions and 959 deletions

View File

@@ -186,7 +186,7 @@ class HomeScreen extends StatelessWidget {
color: Colors.blue,
onTap: () {
// Entriamo nel form! Nessun parametro extra = Nuovo Servizio
context.push('/operation-form');
context.push('/operations/form/new');
},
),
const SizedBox(width: 12),