From caed03fb681799d75b0fd361558dba2e763205a6 Mon Sep 17 00:00:00 2001 From: krawieck Date: Tue, 29 Sep 2020 21:05:30 +0200 Subject: [PATCH] add a todo for compact post --- lib/widgets/post_list_options.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/post_list_options.dart b/lib/widgets/post_list_options.dart index ab959f4..2c104bb 100644 --- a/lib/widgets/post_list_options.dart +++ b/lib/widgets/post_list_options.dart @@ -67,6 +67,7 @@ class PostListOptions extends HookWidget { if (styleButton) IconButton( icon: Icon(Icons.view_stream), + // TODO: create compact post and dropdown for selecting onPressed: () => print('TBD'), ), ],