major UI/UX overhaul, a few minor bug fixes

This commit is contained in:
2026-01-18 19:28:07 -05:00
parent 9dc7de9f4f
commit 8fdfc72b4f
8 changed files with 3073 additions and 487 deletions

View File

@@ -540,7 +540,7 @@ function buildTemplateBody(template, replacements) {
try {
return JSON.parse(filled);
} catch {
throw new Error("Invalid request template JSON." + filled);
throw new Error("Invalid request template JSON.");
}
}