mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
The "search" window is now a tab on the main screen
This commit is contained in:
parent
102b4e021b
commit
3fa68ec6da
5 changed files with 70 additions and 28 deletions
|
|
@ -26,7 +26,7 @@ class SearchWidget extends StatefulWidget {
|
|||
|
||||
}
|
||||
|
||||
class _SearchDisplayState extends RefreshableState<SearchWidget> {
|
||||
class _SearchDisplayState extends State<SearchWidget> {
|
||||
|
||||
@override
|
||||
String getAppBarTitle(BuildContext context) => L10().search;
|
||||
|
|
@ -333,7 +333,7 @@ class _SearchDisplayState extends RefreshableState<SearchWidget> {
|
|||
}
|
||||
|
||||
@override
|
||||
Widget getBody(BuildContext context) {
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: ListView(
|
||||
children: ListTile.divideTiles(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue