mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-16 14:12:41 -06:00
feat: Further migrations to go_router, add onclick to document previews
This commit is contained in:
@@ -80,6 +80,7 @@ class _DocumentFilterPanelState extends State<DocumentFilterPanel> {
|
||||
floatingActionButton: Visibility(
|
||||
visible: MediaQuery.of(context).viewInsets.bottom == 0,
|
||||
child: FloatingActionButton.extended(
|
||||
heroTag: "fab_document_filter_panel",
|
||||
icon: const Icon(Icons.done),
|
||||
label: Text(S.of(context)!.apply),
|
||||
onPressed: _onApplyFilter,
|
||||
|
||||
Reference in New Issue
Block a user