mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Display part notes and stock notes
This commit is contained in:
parent
b0aaccb9e3
commit
90664bfe14
10 changed files with 118 additions and 20 deletions
|
|
@ -39,7 +39,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
|||
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: PartSearchDelegate()
|
||||
delegate: PartSearchDelegate(context)
|
||||
);
|
||||
|
||||
//Navigator.push(context, MaterialPageRoute(builder: (context) => SearchWidget()));
|
||||
|
|
@ -115,9 +115,12 @@ class InvenTreeDrawer extends StatelessWidget {
|
|||
leading: Image.asset(
|
||||
"assets/image/icon.png",
|
||||
fit: BoxFit.scaleDown,
|
||||
width: 40,
|
||||
width: 30,
|
||||
),
|
||||
title: Text(
|
||||
I18N.of(context).appTitle,
|
||||
style: TextStyle(fontWeight: FontWeight.bold),
|
||||
),
|
||||
title: Text(I18N.of(context).appTitle),
|
||||
onTap: _home,
|
||||
),
|
||||
ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue