mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +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:
parent
055cc37e68
commit
a18a0222ce
2 changed files with 163 additions and 17 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue