feat: 侧边栏重设计 - 彩色分区卡片+动画入场

This commit is contained in:
MingNian
2026-06-03 21:29:47 +08:00
parent f6c1ea7ec9
commit 5bd0155e17
8 changed files with 737 additions and 562 deletions

View File

@@ -48,7 +48,7 @@ class MedicationListPage extends ConsumerWidget {
);
},
loading: () => const Center(child: CircularProgressIndicator(color: Color(0xFF8B9CF7))),
error: (_, __) => _empty(context),
error: (_, e) => _empty(context),
)),
_buildReminderBar(),
]),