MVP #141
@@ -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> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user