add a todo for compact post

This commit is contained in:
krawieck 2020-09-29 21:05:30 +02:00
parent c98cb781b1
commit caed03fb68
1 changed files with 1 additions and 0 deletions

View File

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