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'), ), ],