You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Cole Deck b1c817432b Replace item dialogs with Popups for better integration 1 day ago
inventory Replace item dialogs with Popups for better integration 1 day ago
.gitignore Publish to git 4 months ago
Dockerfile Add edit page, dialog based item page. Consider switching to popups. 1 day ago
README.md Publish to git 4 months ago
db_classes.py Replace item dialogs with Popups for better integration 1 day ago
docker-compose.yml Publish to git 4 months ago
requirements.txt Add edit page, dialog based item page. Consider switching to popups. 1 day ago
rio.toml Publish to git 4 months ago
search.py Replace item dialogs with Popups for better integration 1 day ago
update.sh Add edit page, dialog based item page. Consider switching to popups. 1 day ago

README.md

inventory

This is a placeholder README for your project. Use it to describe what your project is about, to give new users a quick overview of what they can expect.

Inventory was created using Rio, an easy to use app & website framework for Python._

This project is based on the Multipage Website template.

Multipage Website

This is a simple website which shows off how to add multiple pages to your Rio app. The website comes with a custom navbar that allows you to switch between the different pages.

The navbar is placed inside a rio.Overlay component, which makes it hover above all other components. It contains buttons to switch between pages, and also displays the currently active page by highlighting the corresponding button.

To avoid placing the app on each page individually, this app makes use of the app's build method. That's right, build functions aren't just for components! The app's build creates an instance of RootPage, which in turn displays the navbar and a rio.PageView. The currently active page is then always displayed inside of that page view.