From 6de747da459bdd106e61d007bf76e568e25b8a08 Mon Sep 17 00:00:00 2001 From: zypherift Date: Sun, 31 Aug 2025 19:21:44 +0200 Subject: [PATCH] add grade todo --- firka/lib/ui/phone/pages/home/home_timetable.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/firka/lib/ui/phone/pages/home/home_timetable.dart b/firka/lib/ui/phone/pages/home/home_timetable.dart index b259b4a1..a020574d 100644 --- a/firka/lib/ui/phone/pages/home/home_timetable.dart +++ b/firka/lib/ui/phone/pages/home/home_timetable.dart @@ -207,9 +207,10 @@ class _HomeTimetableScreen extends State { ActiveHomePage(HomePages.timetableMo), false); }, ), + /* TODO: 1.1.0 Card( color: appStyle.colors.buttonSecondaryFill, - child: Padding( + child: Padding( TO padding: const EdgeInsets.all(4), child: FirkaIconWidget( FirkaIconType.majesticons, @@ -219,6 +220,7 @@ class _HomeTimetableScreen extends State { ), ), ), + */ GestureDetector( child: Card( color: appStyle.colors.buttonSecondaryFill,