This commit is contained in:
Mirco Wittrien 2021-06-25 09:01:59 +02:00
parent 2abce59de5
commit d9120fa630
2 changed files with 14 additions and 17 deletions

View File

@ -1314,8 +1314,10 @@
"UserBadges": {"props": ["profileBadgeStaff", "profileBadgePremium"]},
"UserInfo": {"props": ["userInfo", "discordTag"]},
"UserBanner": {"props": ["popoutBanner", "popoutBannerPremium"]},
"UserPopout": {"props": ["userPopout", "rolesList"]},
"UserPopoutHeader": {"props": ["headerNormal", "avatarPositionNormal"]},
"UserPopout": {"props": ["userPopout", "body"]},
"UserPopoutBody": {"props": ["rolesList", "note"]},
"UserPopoutFooter": {"props": ["quickMessage", "footer"]},
"UserPopoutHeader": {"props": ["aboutMeSection", "avatarPositionNormal"]},
"UserPopoutInfo": {"props": ["headerTop", "profileBadges"]},
"UserProfile": {"props": ["root", "tabBarContainer"]},
"UserProfileHeader": {"props": ["header", "additionalActionsIcon"]},
@ -3011,27 +3013,27 @@
"userinfotext": ["UserInfo", "text"],
"userinfousername": ["UserInfo", "username"],
"userpopout": ["UserPopout", "userPopout"],
"userpopoutactivity": ["UserPopoutHeader", "activity"],
"userpopoutactivity": ["UserPopoutBody", "activity"],
"userpopoutavatar": ["UserPopoutHeader", "avatar"],
"userpopoutavatarbase": ["UserPopoutHeader", "baseAvatar"],
"userpopoutavatarhint": ["UserPopoutHeader", "avatarHint"],
"userpopoutavatarhintinner": ["UserPopoutHeader", "avatarHintInner"],
"userpopoutavatarlarge": ["UserPopoutHeader", "largeAvatar"],
"userpopoutavatarmini": ["UserPopoutHeader", "miniAvatar"],
"userpopoutavatarlarge": ["UserPopout", "largeAvatar"],
"userpopoutavatarmini": ["UserPopout", "miniAvatar"],
"userpopoutavatarpositionnormal": ["UserPopoutHeader", "avatarPositionNormal"],
"userpopoutavatarpositionpremium": ["UserPopoutHeader", "avatarPositionPremium"],
"userpopoutavatarwrappernonuserbot": ["UserPopoutHeader", "avatarWrapperNonUserBot"],
"userpopoutavatarwrapper": ["UserPopoutHeader", "avatarWrapper"],
"userpopoutavatarwrappernormal": ["UserPopoutHeader", "avatarWrapperNormal"],
"userpopoutbody": ["UserPopout", "body"],
"userpopoutbodyinnerwrapper": ["UserPopout", "bodyInnerWrapper"],
"userpopoutbodytitle": ["UserPopout", "bodyTitle"],
"userpopoutbodyinnerwrapper": ["UserPopoutBody", "bodyInnerWrapper"],
"userpopoutbodytitle": ["UserPopoutBody", "bodyTitle"],
"userpopoutcustomstatus": ["UserPopoutHeader", "customStatus"],
"userpopoutcustomstatusemoji": ["UserPopoutHeader", "customStatusEmoji"],
"userpopoutcustomstatussoloemoji": ["UserPopoutHeader", "customStatusSoloEmoji"],
"userpopoutcustomstatustext": ["UserPopoutHeader", "customStatusText"],
"userpopoutendbodysection": ["UserPopout", "endBodySection"],
"userpopoutfooter": ["UserPopout", "footer"],
"userpopoutdivider": ["UserPopout", "divider"],
"userpopoutfooter": ["UserPopoutFooter", "footer"],
"userpopoutheaderbottag": ["UserPopoutInfo", "headerBotTag"],
"userpopoutheaderbottagwithnickname": ["UserPopoutInfo", "headerBotTagWithNickname"],
"userpopoutheaderdiscriminatorbase": ["UserPopoutInfo", "discrimBase"],
@ -3045,10 +3047,9 @@
"userpopoutheadertagwithnickname": ["UserPopoutInfo", "headerTagWithNickname"],
"userpopoutheadertext": ["UserPopoutInfo", "headerText"],
"userpopoutheadertop": ["UserPopoutInfo", "headerTop"],
"userpopoutprotip": ["UserPopout", "protip"],
"userpopoutrole": ["Role", "role"],
"userpopoutrolecircle": ["Role", "roleCircle"],
"userpopoutrolelist": ["UserPopout", "rolesList"],
"userpopoutrolelist": ["UserPopoutBody", "rolesList"],
"userpopoutrolename": ["Role", "roleName"],
"userpopoutroles": ["Role", "root"],
"userprofile": ["UserProfile", "root"],
@ -3063,7 +3064,7 @@
"userprofiletopsection": ["UserProfile", "topSection"],
"userprofileusername": ["UserProfileHeader", "username"],
"username": ["NameTag", "username"],
"usernotepopout": ["UserPopout", "note"],
"usernotepopout": ["UserPopoutBody", "note"],
"usernoteprofile": ["UserProfileInfoSection", "note"],
"usernotetextarea": ["NoteTextarea", "textarea"],
"usersettingsappearancepreview": ["UserSettingsAppearancePreview", "preview"],

View File

@ -2397,7 +2397,7 @@
<div class="REPLACE_CLASS_userpopoutbody REPLACE_CLASS_scrollerthin REPLACE_CLASS_scrollerfade" style="overflow: hidden scroll; padding-right: 0px;">
<div class="REPLACE_CLASS_userpopoutbodyinnerwrapper">
<div class="REPLACE_CLASS_userpopoutbodytitle">Role</div>
<div class="REPLACE_CLASS_userpopoutroles REPLACE_CLASS_userpopoutrolelist REPLACE_CLASS_userpopoutendbodysection">
<div class="REPLACE_CLASS_userpopoutroles REPLACE_CLASS_userpopoutrolelist">
<div class="REPLACE_CLASS_userpopoutrole" style="border-color: rgba(255, 23, 189, 0.6);">
<div class="REPLACE_CLASS_userpopoutrolecircle" style="background-color: rgb(255, 23, 189);"></div>
<div class="REPLACE_CLASS_userpopoutrolename">Developer</div>
@ -2425,10 +2425,6 @@
<div class="REPLACE_CLASS_inputwrapper">
<input class="REPLACE_CLASS_inputdefault REPLACE_CLASS_quickmessage" placeholder="Message to @DevilBro" name="" type="text" maxlength="999">
</div>
<div class="REPLACE_CLASS_userpopoutprotip REPLACE_CLASS_margintop8 REPLACE_CLASS_tipinline">
<h3 class="REPLACE_CLASS_tippro REPLACE_CLASS_colorbase REPLACE_CLASS_size12" style="color: rgb(67, 181, 129);">Protip:</h3>
<div class="REPLACE_CLASS_colorstandard REPLACE_CLASS_size14 REPLACE_CLASS_tip">Right-click on a user for more interactions</div>
</div>
</div>
</div>
</div>