Show a message if a list or namespace is empty #29
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/show-empty-notice"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blocked by #28
#28 is merged, I resolved some problems it carried in. This can be merged now.
@ -59,3 +57,1 @@
context: context, tiles: _listTasks())
.toList(),
),
child: _hasTasks
Replace
_hasTasks
with the definition below.@ -85,6 +96,8 @@ class _NamespacePageState extends State<NamespacePage>
.then((lists) => setState(() {
this._lists = lists;
this._loading = false;
// _hasTasks = list.tasks != null ? list.tasks.length > 0 : false;
Remove comment and
_hasList