ticket form funzionante! devo ancora provare a salvare però

This commit is contained in:
2026-05-06 20:40:02 +02:00
parent 040db4ad79
commit c6321d6580
12 changed files with 97 additions and 23 deletions

View File

@@ -196,7 +196,7 @@ class HomeScreen extends StatelessWidget {
color: Colors.redAccent,
onTap: () {
// Andiamo alla lista! (Da lì poi aggiungeremo il tasto "+" per il form)
context.push('/tickets');
context.push('/tickets/form/new');
},
),
const SizedBox(width: 12),