TF-4229 Add quick search label filter button in dashboard view

This commit is contained in:
dab246
2026-01-05 12:20:34 +07:00
committed by Dat H. Pham
parent a35b263dca
commit cc508c210a
10 changed files with 125 additions and 38 deletions
@@ -62,7 +62,7 @@ mixin SearchLabelFilterModalMixin on PopupContextMenuActionMixin {
);
}).toList();
openPopupMenuAction(context, position, popupMenuItems);
openPopupMenuAction(context, position, popupMenuItems, maxHeight: 400);
}
void openContextMenuLabelsFilter({
@@ -87,6 +87,7 @@ mixin SearchLabelFilterModalMixin on PopupContextMenuActionMixin {
popBack();
onSelectLabelsActions(menuAction.action);
},
maxHeight: 400,
);
}
}