feat(nicegui): add about section

This commit is contained in:
Stephan Lüscher 2024-05-20 18:14:29 +00:00
parent f5c95c8d1e
commit f67774443f
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
7 changed files with 83 additions and 31 deletions

View file

@ -1,10 +0,0 @@
from nicegui import ui
import os
def content() -> None:
project_root = os.environ['NICEGUI_DIR']
ui.label("Work in progress...").classes("text-h6")
ui.image(project_root + "/pages/assets/work-in-progress.png").classes(
"w-[200%]"
)