add: more mod panel stats add: show user invite in mod panel add:

ability to share to twitter/bluesky
This commit is contained in:
trisua 2025-06-24 13:18:52 -04:00
parent 66beef6b1d
commit 2676340fba
8 changed files with 201 additions and 22 deletions

View file

@ -1227,7 +1227,14 @@ ${option.input_element_type === "textarea" ? `${option.value}</textarea>` : ""}
).text();
self.IO_DATA_WAITING = false;
self.IO_DATA_ELEMENT.querySelector("[ui_ident=loading_skel]").remove();
const loading_skel = self.IO_DATA_ELEMENT.querySelector(
"[ui_ident=loading_skel]",
);
if (loading_skel) {
loading_skel.remove();
}
if (
text.includes(`!<!-- observer_disconnect_${window.BUILD_CODE} -->`)