mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
feat: Add reset button above filter button
This commit is contained in:
@@ -213,13 +213,11 @@ class _InboxItemState extends State<InboxItem> {
|
||||
TagsWidget(
|
||||
tags: widget.document.tags
|
||||
.map((e) => state.labels.tags[e])
|
||||
.whereNot((element) => element == null)
|
||||
.whereNot((e) => e == null)
|
||||
.toList()
|
||||
.cast<Tag>(),
|
||||
isMultiLine: false,
|
||||
isClickable: false,
|
||||
showShortNames: true,
|
||||
dense: true,
|
||||
).paddedOnly(left: 8, bottom: 8),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user