mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
feat(nicegui): add about section
This commit is contained in:
parent
f5c95c8d1e
commit
f67774443f
7 changed files with 83 additions and 31 deletions
|
@ -1,5 +1,4 @@
|
|||
import pages
|
||||
import pages.about
|
||||
import pages.ansible
|
||||
import pages.home
|
||||
import pages.registry
|
||||
|
@ -26,10 +25,4 @@ def registry_page() -> None:
|
|||
pages.registry.content()
|
||||
|
||||
|
||||
@ui.page("/about")
|
||||
def about_page() -> None:
|
||||
with theme.frame("About"):
|
||||
pages.about.content()
|
||||
|
||||
|
||||
ui.run(title="uBlue Forge", port=3000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue