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:
@ -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(),
|
||||
|
Reference in New Issue
Block a user