1
0
forked from firka/firka

add grade todo

This commit is contained in:
2025-08-31 19:21:44 +02:00
committed by Armand
parent 5be7f3b6b2
commit 6de747da45

View File

@@ -207,9 +207,10 @@ class _HomeTimetableScreen extends State<HomeTimetableScreen> {
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<HomeTimetableScreen> {
),
),
),
*/
GestureDetector(
child: Card(
color: appStyle.colors.buttonSecondaryFill,