2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Add connection status display to home screen

- Also add some buttons which replicate the functionality available in the app drawer
This commit is contained in:
Oliver Walters
2020-04-04 14:01:44 +11:00
parent 055cc37e68
commit a18a0222ce
2 changed files with 163 additions and 17 deletions

View File

@ -84,6 +84,7 @@ class InvenTreeDrawer extends StatelessWidget {
new ListTile(
title: new Text("Scan"),
onTap: _scan,
leading: new Icon(Icons.search),
),
new Divider(),
new ListTile(
@ -97,6 +98,7 @@ class InvenTreeDrawer extends StatelessWidget {
),
new ListTile(
title: new Text("Suppliers"),
leading: new Icon(Icons.business),
onTap: null,
),
new Divider(),