add a todo for compact post
This commit is contained in:
parent
c98cb781b1
commit
caed03fb68
|
@ -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'),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue