add tab view filter and sort options

This commit is contained in:
Fabian Freund
2026-03-02 16:30:18 +01:00
parent 51b53d900b
commit 8898f8a317
35 changed files with 4519 additions and 692 deletions
+2
View File
@@ -67,9 +67,11 @@ void showInfoMessage(
String message, {
Duration duration = const Duration(seconds: 4),
bool persist = false,
SnackBarAction? action,
}) {
final snackBar = _createFloatingSnackBar(
content: Text(message),
action: action,
duration: duration,
persist: persist,
);