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 565 additions and 330 deletions
Showing only changes of commit 1fa355089d - Show all commits

View File

@@ -10,7 +10,7 @@ panel_bp: flask.Blueprint = flask.Blueprint(
)
@panel_bp.route("/")
@panel_bp.route("")
@flask_login.login_required
def panel() -> str:
"""Renders the main panel page with PC details.