diff --git a/index.html b/index.html index 85c7d08..be35fbf 100644 --- a/index.html +++ b/index.html @@ -958,40 +958,197 @@ function displayIssues(issues) { const issuesList = document.getElementById('issuesList'); - + if (issues.length === 0) { issuesList.innerHTML = '
No issues to display
'; return; } - - issuesList.innerHTML = issues.map(issue => ` -