Add checkin/out beta

This commit is contained in:
2025-09-29 15:44:11 -05:00
parent 65f6052903
commit 67a999c418
8 changed files with 220 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ class BrowsePage(rio.Component):
self.items = search_item(query, self.filters)
mid = time()
self.loading_text = "Loading data..."
self.force_refresh()
#self.force_refresh()
end = time()
self.loading_text = ""
render = str(int((end - mid) * 1000)) + "ms"