mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 10:03:17 +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:
parent
23abcb48f2
commit
138cae2da0
19 changed files with 158 additions and 211 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue