refactor(queue): address code review feedback — extract constants and sync refresh interval

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-27 00:47:58 +00:00
parent c7c5718f78
commit 4dd018f210
6 changed files with 83 additions and 5 deletions
+1
View File
@@ -189,6 +189,7 @@
<script>
(function () {
const REFRESH_SECONDS = 10;
document.getElementById('refreshInterval').textContent = REFRESH_SECONDS;
let timer = null;
function escapeHtml(str) {