MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 3c3bf506cb - Show all commits

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> {
], ],
), ),
), ),
],
), ),
), ),
); );