From 3c3bf506cbe58c9d74c29969490c53b0da0d248c Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Thu, 1 Jan 2026 18:31:37 +0100 Subject: [PATCH] Add TODO for implementing quick create functionality in home_view.dart --- lib/presentation/views/main_menu/home_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index 1f0f233..1f8240d 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -173,6 +173,7 @@ class _HomeViewState extends State { ), ), ), + // TODO: Implement quick create functionality InfoTile( width: constraints.maxWidth * 0.95, title: AppLocalizations.of(context)!.quick_create, @@ -221,7 +222,6 @@ class _HomeViewState extends State { ], ), ), - ], ), ), );