2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Add separate search icons from home page

This commit is contained in:
Oliver Walters
2021-02-13 01:04:50 +11:00
parent 5c7629d4d1
commit 135b752d51
3 changed files with 46 additions and 16 deletions

View File

@ -267,7 +267,7 @@ class StockSearchDelegate extends SearchDelegate<InvenTreeStockItem> {
return ListTile(
title: Text(item.partName),
subtitle: Text(item.partDescription),
subtitle: Text(item.locationName),
leading: InvenTreeAPI().getImage(
item.partThumbnail,
width: 40,