mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-03 20:30:53 +00:00
Search improvements (#388)
* Refactor search widget - visual improvements - Simplifications - Add refresh button - Improve search button * Track original search * fix BOM widget * Update release notes
This commit is contained in:
assets
lib
inventree
widget
bom_list.dartcategory_display.dartcategory_list.dartcompany_list.dartlocation_display.dartlocation_list.dartpaginator.dartpart_detail.dartpart_list.dartpart_parameter_widget.dartpo_line_list.dartpurchase_order_detail.dartpurchase_order_list.dartrefreshable_state.dartstock_item_history.dartstock_list.dartsupplier_part_list.dart
@ -270,8 +270,7 @@ abstract class RefreshableState<T extends StatefulWidget> extends State<T> with
|
||||
appBar: buildAppBar(context, refreshableKey),
|
||||
drawer: getDrawer(context),
|
||||
floatingActionButton: buildSpeedDial(context),
|
||||
floatingActionButtonLocation: FloatingActionButtonLocation
|
||||
.miniEndDocked,
|
||||
floatingActionButtonLocation: FloatingActionButtonLocation.miniEndDocked,
|
||||
body: RefreshIndicator(
|
||||
onRefresh: () async {
|
||||
refresh(context);
|
||||
|
Reference in New Issue
Block a user