Add basic CSV export, mac db update

This commit is contained in:
2026-04-08 09:24:36 -05:00
parent 2af690ee15
commit 6952402178
7 changed files with 85 additions and 5 deletions

View File

@@ -156,6 +156,18 @@ class Navbar(rio.Component):
),
"/settings-page",
),
rio.Link(
rio.Button(
"Export",
icon="material/download",
style=(
"major"
if active_page_url_segment == "export-page"
else "plain-text"
),
),
"/export-page",
),
spacing=1,
margin=1,
),