Refactor org web content and simplify shared UI
All checks were successful
Build Org Website / build (push) Successful in 44s

This commit is contained in:
gitea-actions
2026-07-29 15:17:17 +01:00
parent db90e9f452
commit 7afc554f5d
31 changed files with 1156 additions and 2198 deletions

View File

@@ -236,5 +236,7 @@ async function loadBoard() {
populateMobileControls(items);
}
renderLevelTabs();
loadBoard();
if (document.getElementById("kanban-board")) {
renderLevelTabs();
loadBoard();
}