add rules channel and move settings arround

This commit is contained in:
MathMan05 2025-04-10 14:38:03 -05:00
parent 47d9db2e5b
commit 4af765c16a
7 changed files with 101 additions and 34 deletions

View file

@ -85,6 +85,7 @@ class Direct extends Guild {
const channelTopic = document.getElementById("channelTopic") as HTMLSpanElement;
channelTopic.removeAttribute("hidden");
channelTopic.textContent = "";
channelTopic.onclick = () => {};
const loading = document.getElementById("loadingdiv") as HTMLDivElement;
loading.classList.remove("loading");