Merge branch 'main', commit 'refs/pull/59/head' of https://github.com/MathMan05/JankClient
This commit is contained in:
commit
4b0bf6bb59
5 changed files with 5 additions and 6 deletions
|
@ -104,7 +104,7 @@ class Emoji {
|
|||
res = r;
|
||||
});
|
||||
const menu = document.createElement("div");
|
||||
menu.classList.add("flextttb", "emojiPicker");
|
||||
menu.classList.add("flexttb", "emojiPicker");
|
||||
menu.style.top = y + "px";
|
||||
menu.style.left = x + "px";
|
||||
const title = document.createElement("h2");
|
||||
|
|
|
@ -1450,7 +1450,7 @@ class Localuser {
|
|||
}
|
||||
pageTitle(channelName = "", guildName = "") {
|
||||
document.getElementById("channelname").textContent = channelName;
|
||||
document.getElementsByTagName("title")[0].textContent = channelName + (guildName ? " | " + guildName : "") + " | " + this.instancePing.name + " | Jank Client (Tomato fork)";
|
||||
document.getElementsByTagName("title")[0].textContent = channelName + (guildName ? " | " + guildName : "") + " | " + this.instancePing.name + " | Jank Client";
|
||||
}
|
||||
async instanceStats() {
|
||||
const res = await fetch(this.info.api + "/policies/stats", {
|
||||
|
|
|
@ -119,7 +119,7 @@ class Emoji{
|
|||
res=r;
|
||||
});
|
||||
const menu=document.createElement("div");
|
||||
menu.classList.add("flextttb", "emojiPicker");
|
||||
menu.classList.add("flexttb", "emojiPicker");
|
||||
menu.style.top=y+"px";
|
||||
menu.style.left=x+"px";
|
||||
|
||||
|
|
|
@ -1456,7 +1456,7 @@ class Localuser{
|
|||
}
|
||||
pageTitle(channelName = "", guildName = ""){
|
||||
(document.getElementById("channelname") as HTMLSpanElement).textContent = channelName;
|
||||
(document.getElementsByTagName("title")[0] as HTMLTitleElement).textContent = channelName + (guildName ? " | " + guildName : "") + " | " + this.instancePing.name + " | Jank Client (Tomato fork)";
|
||||
(document.getElementsByTagName("title")[0] as HTMLTitleElement).textContent = channelName + (guildName ? " | " + guildName : "") + " | " + this.instancePing.name + " | Jank Client";
|
||||
}
|
||||
async instanceStats(){
|
||||
const res = await fetch(this.info.api + "/policies/stats", {
|
||||
|
|
|
@ -1634,8 +1634,7 @@ form div{
|
|||
border-radius:.15in;
|
||||
border:solid var(--black) .03in;
|
||||
box-shadow:black .03in .03in .2in;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items:normal;
|
||||
}
|
||||
.emojiSelect{
|
||||
font-size:.23in;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue