mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add overlay text to barcode scanner view
This commit is contained in:
parent
80247f84c1
commit
47e4e13878
3 changed files with 32 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue