fix: require_arg for --hdd-path, explicit event in stackAction, title separator, nextPruneLabel Sunday edge case

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-16 16:28:41 +01:00
parent 7ca52f88a2
commit 29be81f1be
5 changed files with 20 additions and 14 deletions
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Title}}Felhom.eu</title>
<title>{{.Title}}Felhom.eu</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
@@ -83,7 +83,7 @@
btn.disabled = false;
btn.classList.remove('loading');
}
async function stackAction(name, action) {
async function stackAction(event, name, action) {
const btn = event.currentTarget;
const origText = btn.textContent;
btn.disabled = true;