Autofocus, autorefresh

This commit is contained in:
2025-09-30 14:33:48 -05:00
parent 97cb5a6e3e
commit 2af690ee15
7 changed files with 27 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ class AddLocationPage(rio.Component):
if get_location_id(self.parent) != False:
self.parent_code = self.parent
print("Found location " + get_location_id(self.parent).name)
self.parent = '*' + get_location_id(self.parent).name
self.parent = '* ' + fancy_location(get_location_id(self.parent))
async def add_part(self):
if self.code == "":