classchanges

This commit is contained in:
Mirco Wittrien 2019-10-09 11:23:07 +02:00
parent f330ce9ac2
commit 8a7b122e9b
6 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -4191,6 +4191,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
badgewrapper: ['NotFound', 'badgeWrapper'],
bottag: ['BotTag', 'botTag'],
bottaginvert: ['BotTag', 'botTagInvert'],
bottagmember: ['Member', 'botTag'],
bottagmessage: ['Message', 'botTag'],
bottagmessagecompact: ['Message', 'botTagCompact'],
bottagmessagecozy: ['Message', 'botTagCozy'],

View File

@ -515,7 +515,7 @@ class EditUsers {
if (username) {
this.changeName(instance.props.user, username);
this.changeAvatar(instance.props.user, this.getAvatarDiv(wrapper));
this.addTag(instance.props.user, username.parentElement, BDFDB.disCN.bottagnametag);
this.addTag(instance.props.user, username.parentElement, BDFDB.disCN.bottagmember);
}
}

View File

@ -142,7 +142,7 @@ class OwnerTag {
}
processMemberListItem (instance, wrapper, returnvalue) {
if (instance.props && BDFDB.getData("addInMemberList", this, "settings")) this.addOwnerTag(instance.props.user, null, wrapper.querySelector(BDFDB.dotCN.namecontainernamewrapper), "list", BDFDB.disCN.bottagnametag, null);
if (instance.props && BDFDB.getData("addInMemberList", this, "settings")) this.addOwnerTag(instance.props.user, null, wrapper.querySelector(BDFDB.dotCN.namecontainernamewrapper), "list", BDFDB.disCN.bottagmember, null);
}
processUserPopout (instance, wrapper, returnvalue) {

View File

@ -1922,7 +1922,7 @@
<div class="name-uJV0GL">
<span class="roleColor-rz2vM0" style="color: rgb(52, 152, 219);">Bad Bot</span>
</div>
<span class="botTagRegular-2HEhHi botTag-2WPJ74 bot-2Fta1w">BOT</span>
<span class="botTagRegular-2HEhHi botTag-2WPJ74 botTag-3W9SuW">BOT</span>
</div>
<div class="subText-1KtqkB">
<div class="activity-3mKQ-i">
@ -1936,7 +1936,7 @@
</div>
</div>
<header class="membersGroup-v9BXpm container-2ax-kl">Offline—1</header>
<div class="member-3-YXUe offline-34J64g container-2Pjhx- clickable-1JJAn8">
<div class="member-3-YXUe offline-3nJYBR container-2Pjhx- clickable-1JJAn8">
<div class="layout-2DM8Md">
<div class="avatar-3uk_u9">
<div class="wrapper-3t9DeA" role="img" aria-label="Anonymous" aria-hidden="false" style="width: 32px; height: 32px;">

View File

@ -124,7 +124,7 @@ class TopRoleEverywhere {
processMemberListItem (instance, wrapper, returnvalue) {
if (instance.props && BDFDB.getData("showInMemberList", this, "settings")) {
this.addRoleTag(instance.props.user, wrapper.querySelector(BDFDB.dotCN.namecontainername), "list", BDFDB.disCN.bottagnametag);
this.addRoleTag(instance.props.user, wrapper.querySelector(BDFDB.dotCN.namecontainername), "list", BDFDB.disCN.bottagmember);
}
}