2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00

Add overlay text to barcode scanner view

This commit is contained in:
Oliver Walters
2021-02-15 21:14:24 +11:00
parent 80247f84c1
commit 47e4e13878
3 changed files with 32 additions and 3 deletions

View File

@ -207,10 +207,13 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
icon: FaIcon(FontAwesomeIcons.boxes),
label: I18N.of(context).stock,
),
// TODO - Add in actions when they are written...
/*
BottomNavigationBarItem(
icon: FaIcon(FontAwesomeIcons.wrench),
label: I18N.of(context).actions,
)
*/
]
);
}
@ -225,7 +228,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
return ListView(
children: stockTiles(),
);
case 1:
case 2:
return ListView(
children: ListTile.divideTiles(
context: context,