chore(release): 0.2.0 #8

Merged
pufereq merged 47 commits from release/0.2.0 into main 2025-08-26 17:58:45 +00:00
20 changed files with 563 additions and 330 deletions
Showing only changes of commit 9e71270e41 - Show all commits

View File

@@ -18,6 +18,4 @@ def panel() -> str:
Returns:
Rendered HTML template with PC details.
"""
return flask.render_template(
"panel.html", username=flask_login.current_user.id, pcs={}
)
return flask.render_template("panel.html")