From af5d086cf9c70517f0a2bba40efe94e61da929c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20M=C3=A9ndez?= Date: Sat, 23 May 2026 09:48:27 -0600 Subject: [PATCH] chore: eliminar tarjeta de agregar direcciones en la pantalla de inicio --- .../screens/home_screen_placeholder.dart | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/lib/features/auth/presentation/screens/home_screen_placeholder.dart b/lib/features/auth/presentation/screens/home_screen_placeholder.dart index 88da210..a9f3c44 100644 --- a/lib/features/auth/presentation/screens/home_screen_placeholder.dart +++ b/lib/features/auth/presentation/screens/home_screen_placeholder.dart @@ -262,21 +262,6 @@ class _HomeScreenPlaceholderState extends State { ), const SizedBox(height: 16), - Card( - shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16)), - child: ListTile( - leading: const CircleAvatar( - backgroundColor: Color(0xFFE8F5E9), - child: Icon(Icons.add_location_alt, color: Color(0xFF2E7D32)), - ), - title: const Text('Agregar direcciones'), - subtitle: const Text('Abre el panel para registrar tus domicilios y vincularlos a tu colonia.'), - trailing: const Icon(Icons.chevron_right), - onTap: () => context.go(AppRoutes.addresses), - ), - ), - const SizedBox(height: 16), - // --- 2. RELOJ DE TIEMPO ESTIMADO INTERACTIVO --- Card( color: Colors.white,