initial commit
This commit is contained in:
parent
f8e10a1e09
commit
8a80fc6936
30 changed files with 2335 additions and 2664 deletions
|
@ -153,8 +153,9 @@ class Group extends Channel{
|
|||
const div = document.createElement("div");
|
||||
Group.contextmenu.bindContextmenu(div, this,undefined);
|
||||
this.html = new WeakRef(div);
|
||||
div.classList.add("channeleffects");
|
||||
div.classList.add("flexltr","memberinfo");
|
||||
const myhtml = document.createElement("span");
|
||||
myhtml.classList.add("ellipsis");
|
||||
myhtml.textContent = this.name;
|
||||
div.appendChild(this.user.buildpfp());
|
||||
div.appendChild(myhtml);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue