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,6 +63,16 @@ app = rio.App(
url_segment='item',
build=pages.ItemPage,
),
rio.ComponentPage(
name="CheckinPage",
url_segment='in',
build=pages.CheckinPage,
),
rio.ComponentPage(
name="CheckoutPage",
url_segment='out',
build=pages.CheckoutPage,
),
],
# You can optionally provide a root component for the app. By default,
# a simple `rio.PageView` is used. By providing your own component, you