Add TODO for implementing quick create functionality in home_view.dart

This commit is contained in:
2026-01-01 18:31:37 +01:00
parent 8afba5680b
commit 3c3bf506cb

View File

@@ -173,6 +173,7 @@ class _HomeViewState extends State<HomeView> {
), ),
), ),
), ),
// TODO: Implement quick create functionality
InfoTile( InfoTile(
width: constraints.maxWidth * 0.95, width: constraints.maxWidth * 0.95,
title: AppLocalizations.of(context)!.quick_create, title: AppLocalizations.of(context)!.quick_create,
@@ -221,7 +222,6 @@ class _HomeViewState extends State<HomeView> {
], ],
), ),
), ),
],
), ),
), ),
); );