summaryrefslogtreecommitdiff
path: root/jimbrella/web.py
AgeCommit message (Collapse)Author
2021-11-23Index page with QR codesFrederick Yin
2021-10-31Compat: remove encoding from logging configFrederick Yin
2021-10-31jimbrella.web keeps logFrederick Yin
2021-10-27Register new usersFrederick Yin
2021-10-24Separate admin routes to a blueprintFrederick Yin
Because modularity
2021-10-24Admin can now modify database from web consoleFrederick Yin
2021-10-22Mobile view for overdue tableFrederick Yin
This prevents banner and tile containers from overflowing to the left.
2021-10-21Mobile view for /admin/umbrellasFrederick Yin
2021-10-20Separate "overdue" from "lent" as a distinct statusFrederick Yin
2021-10-20Add page /admin/umbrellasFrederick Yin
Lists all umbrellas in a table.
2021-10-20Adjust Flask server to new database methodsFrederick Yin
2021-10-20More work on web consoleFrederick Yin
2021-10-19Flask web server prototypeFrederick Yin