many changes

This commit is contained in:
2025-09-29 20:54:29 -05:00
parent 67a999c418
commit 97cb5a6e3e
5 changed files with 65 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ class BrowsePage(rio.Component):
self.edit_show = False
self.info_show = True
self.force_refresh()
await delete_item_id(self.ibarcode)
delete_item_id(self.ibarcode)
await self._search()
await asyncio.sleep(1)
self.popup_show = False
@@ -230,7 +230,7 @@ class BrowsePage(rio.Component):
if get_location_id(self.elocation) != False:
self.elocation_code = self.elocation
print("Found location " + get_location_id(self.elocation).name)
self.elocation = get_location_id(self.elocation).name
self.elocation = '*' + get_location_id(self.elocation).name
def build(self) -> rio.Component:
searchview: rio.ListView = rio.ListView(grow_y=True)