stuff
This commit is contained in:
parent
78ca24352c
commit
4a24ee53f6
File diff suppressed because one or more lines are too long
|
@ -3928,6 +3928,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
selectDummyInput: 'css-gj7qu5-dummyInput',
|
||||
selectHasValue: 'css-bdfdb-hasValue',
|
||||
selectIsOpen: 'css-bdfdb-isOpen',
|
||||
selectIsSelected: 'css-bdfdb-isSelected',
|
||||
selectMenu: 'css-1ye7vu0',
|
||||
selectMenuOuter: 'css-bdfdb-menuOuter',
|
||||
selectMenuOuterDark: 'css-ua3v5p-menu',
|
||||
|
@ -4172,7 +4173,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
authbox: ['AuthBox', 'authBox'],
|
||||
autocomplete: ['Autocomplete', 'autocomplete'],
|
||||
autocomplete2: ['ChannelTextArea', 'autocomplete'],
|
||||
autocompleteavatarstatus: ['Autocomplete', 'avatarStatus'],
|
||||
autocompletecontent: ['Autocomplete', 'content'],
|
||||
autocompletecontenttitle: ['Autocomplete', 'contentTitle'],
|
||||
autocompletedescription: ['Autocomplete', 'description'],
|
||||
|
@ -4206,7 +4206,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
avatarnoicon: ['AvatarIcon', 'noIcon'],
|
||||
avatarpointer: ['Avatar', 'pointer'],
|
||||
avatarpointerevents: ['Avatar', 'pointerEvents'],
|
||||
avatarverifiedicon: ['AvatarIcon', 'verifiedIcon'],
|
||||
avatarwrapper: ['Avatar', 'wrapper'],
|
||||
backdrop: ['Backdrop', 'backdrop'],
|
||||
badgewrapper: ['NotFound', 'badgeWrapper'],
|
||||
|
@ -4293,7 +4292,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
categoryclickable: ['Category', 'clickable'],
|
||||
categorycollapsed: ['Category', 'collapsed'],
|
||||
categorycontainerdefault: ['CategoryContainer', 'containerDefault'],
|
||||
categorydisabled: ['CategoryContainer', 'disabled'],
|
||||
categoryforcevisible: ['CategoryContainer', 'forceVisible'],
|
||||
categoryicon: ['Category', 'icon'],
|
||||
categoryiconvisibility: ['CategoryContainer', 'iconVisibility'],
|
||||
|
@ -4351,7 +4349,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
channelsunreadbartop: ['GuildChannels', 'unreadTop'],
|
||||
channelunread: ['Channel', 'unread'],
|
||||
channeluserlimit: ['ChannelLimit', 'wrapper'],
|
||||
channeluserlimitcontainer: ['Channel', 'userLimit'],
|
||||
channeluserlimitcontainer: ['ChannelContainer', 'userLimit'],
|
||||
channeluserlimittotal: ['ChannelLimit', 'total'],
|
||||
channeluserlimitusers: ['ChannelLimit', 'users'],
|
||||
channelwrapper: ['Channel', 'wrapper'],
|
||||
|
@ -4393,7 +4391,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
contextmenucheckboxinner: ['ContextMenuCheckbox', 'checkboxInner'],
|
||||
contextmenucheckboxelement: ['ContextMenuCheckbox', 'checkboxElement'],
|
||||
contextmenuhint: ['ContextMenu', 'hint'],
|
||||
contextmenuinvertchildx: ['ContextMenu', 'invertChildX'],
|
||||
contextmenuitem: ['ContextMenu', 'item'],
|
||||
contextmenuitembrand: ['ContextMenu', 'brand'],
|
||||
contextmenuitemclickable: [DiscordClassModules.ContextMenu.subMenuContext ? 'ContextMenu' : 'NotFound', DiscordClassModules.ContextMenu.subMenuContext ? 'clickable' : '_'],
|
||||
|
@ -4430,7 +4427,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
dmchannelactivitytext: ['PrivateChannelActivity', 'text'],
|
||||
dmchannelclose: ['PrivateChannel', 'closeButton'],
|
||||
dmchannelheader: ['PrivateChannelList', 'header'],
|
||||
dmchannelnamewithactivity: ['PrivateChannel', 'nameWithActivity'],
|
||||
dmchannels: ['PrivateChannelList', 'privateChannels'],
|
||||
dmpill: ['GuildDm', 'pill'],
|
||||
downloadlink: ['DownloadLink', 'downloadLink'],
|
||||
|
@ -4599,7 +4595,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
guildfoldericonwrapperexpanded: ['GuildFolder', 'expandedFolderIconWrapper'],
|
||||
guildfolderwrapper: ['GuildFolder', 'wrapper'],
|
||||
guildheader: ['GuildHeader', 'container'],
|
||||
guildheaderbanner: ['GuildHeader', 'banner'],
|
||||
guildheaderbannerimage: ['GuildHeader', 'bannerImage'],
|
||||
guildheaderbannerimagecontainer: ['GuildHeader', 'animatedContainer'],
|
||||
guildheaderbannervisible: ['GuildHeader', 'bannerVisible'],
|
||||
|
@ -4621,7 +4616,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
guildheadername: ['GuildHeader', 'name'],
|
||||
guildicon: ['GuildIcon', 'icon'],
|
||||
guildiconacronym: ['GuildIcon', 'acronym'],
|
||||
guildiconacronymnested: ['GuildIcon', 'nested'],
|
||||
guildiconchildwrapper: ['GuildIcon', 'childWrapper'],
|
||||
guildiconselected: ['GuildIcon', 'selected'],
|
||||
guildiconwrapper: ['GuildIcon', 'wrapper'],
|
||||
|
@ -4672,7 +4666,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
highlight: ['NotFound', 'highlight'],
|
||||
homebuttonicon: ['HomeIcon', 'homeIcon'],
|
||||
homebuttonpill: ['HomeIcon', 'pill'],
|
||||
homebuttonselected: ['HomeIcon', 'selected'],
|
||||
horizontal: ['FlexChild', 'horizontal'],
|
||||
horizontal2: ['NotFound', '_'],
|
||||
horizontalreverse: ['FlexChild', 'horizontalReverse'],
|
||||
|
@ -4761,9 +4754,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
margintop60: ['Margins', 'marginTop60'],
|
||||
medium: ['TextStyle', 'medium'],
|
||||
member: ['Member', 'member'],
|
||||
membercontent: ['Member', 'memberContent'],
|
||||
membericon: ['Member', 'icon'],
|
||||
memberinner: ['Member', 'memberInner'],
|
||||
memberownericon: ['Member', 'ownerIcon'],
|
||||
memberpremiumicon: ['Member', 'premiumIcon'],
|
||||
members: ['MembersWrap', 'members'],
|
||||
|
@ -4774,7 +4765,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
mentionwrapper: ['Mention', 'wrapper'],
|
||||
mentionwrapperhover: ['Mention', 'wrapperHover'],
|
||||
mentionwrappernohover: ['Mention', 'wrapperNoHover'],
|
||||
message: ['Message', 'message'],
|
||||
messageaccessory: ['MessageAccessory', 'container'],
|
||||
messageaccessorycompact: ['MessageAccessory', 'containerCompact'],
|
||||
messageaccessorycozy: ['MessageAccessory', 'containerCozy'],
|
||||
|
@ -4788,7 +4778,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
messagecontent: ['Message', 'content'],
|
||||
messagecontentcompact: ['Message', 'contentCompact'],
|
||||
messagecontentcozy: ['Message', 'contentCozy'],
|
||||
messagecozy: ['Message', 'messageCozy'],
|
||||
messagedivider: ['Message', 'divider'],
|
||||
messagedividerenabled: ['Message', 'dividerEnabled'],
|
||||
messageedited: ['MessageBody', 'edited'],
|
||||
|
@ -4969,14 +4958,12 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
searchbar: ['SearchBar', 'container'],
|
||||
searchbarclear: ['SearchBar', 'clear'],
|
||||
searchbarclose: ['SearchBar', 'close'],
|
||||
searchbardark: ['SearchBar', 'darkTheme'],
|
||||
searchbaricon: ['SearchBar', 'icon'],
|
||||
searchbariconlayout: ['SearchBar', 'iconLayout'],
|
||||
searchbariconwrap: ['SearchBar', 'iconContainer'],
|
||||
searchbarinner: ['SearchBar', 'inner'],
|
||||
searchbarinput: ['SearchBar', 'input'],
|
||||
searchbarlarge: ['SearchBar', 'large'],
|
||||
searchbarlight: ['SearchBar', 'lightTheme'],
|
||||
searchbarmedium: ['SearchBar', 'medium'],
|
||||
searchbarsmall: ['SearchBar', 'small'],
|
||||
searchbartag: ['SearchBar', 'tag'],
|
||||
|
@ -5152,8 +5139,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
titlesize16: ['UserPopout', 'size16'],
|
||||
size18: ['Title', 'size18'],
|
||||
titlesize18: ['Title', 'size18'],
|
||||
titlesize20: ['CtaVerification', 'size20'],
|
||||
titlesize36: ['CtaVerification', 'size36'],
|
||||
tooltip: ['Tooltip', 'tooltip'],
|
||||
tooltipblack: ['Tooltip', 'tooltipBlack'],
|
||||
tooltipbottom: ['Tooltip', 'tooltipBottom'],
|
||||
|
@ -5191,7 +5176,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
userpopoutheadertagusernamenonickname: ['UserPopout', 'headerTagUsernameNoNickname'],
|
||||
userpopoutheadertagwithnickname: ['UserPopout', 'headerTagWithNickname'],
|
||||
userpopoutheadertext: ['UserPopout', 'headerText'],
|
||||
userpopoutnametag: ['UserPopout', 'nametag'],
|
||||
userpopoutrole: ['Role', 'role'],
|
||||
userpopoutrolecircle: ['Role', 'roleCircle'],
|
||||
userpopoutrolelist: ['UserPopout', 'rolesList'],
|
||||
|
@ -5199,7 +5183,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
userprofile: ['UserProfile', 'root'],
|
||||
userprofilebody: ['UserProfile', 'body'],
|
||||
userprofilebottag: ['UserProfile', 'botTag'],
|
||||
userprofilecustomstatus: ['UserProfile', 'customStatus'],
|
||||
userprofilecustomstatus: ['UserProfile', 'customStatusText'],
|
||||
userprofilecustomstatusemoji: ['UserProfile', 'customStatusEmoji'],
|
||||
userprofileheader: ['UserProfile', 'header'],
|
||||
userprofileheaderfill: ['UserProfile', 'headerFill'],
|
||||
userprofileheaderinfo: ['UserProfile', 'headerInfo'],
|
||||
|
@ -5227,21 +5212,21 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
voiceclickable: ['VoiceChannel', 'clickable'],
|
||||
voicecontent: ['VoiceChannel', 'content'],
|
||||
voicedetails: ['VoiceDetails', 'container'],
|
||||
voicedetailsactive: ['VoiceDetails', 'active'],
|
||||
voicedetailsactive: ['VoiceDetailsPing', 'active'],
|
||||
voicedetailschannel: ['VoiceDetails', 'channel'],
|
||||
voicedetailscustomstatuscontainer: ['VoiceDetails', 'customStatusContainer'],
|
||||
voicedetailshotspot: ['VoiceDetails', 'hotspot'],
|
||||
voicedetailsinactive: ['VoiceDetails', 'inactive'],
|
||||
voicedetailsinactive: ['VoiceDetailsPing', 'inactive'],
|
||||
voicedetailsinner: ['VoiceDetails', 'inner'],
|
||||
voicedetailslabelwrapper: ['VoiceDetails', 'labelWrapper'],
|
||||
voicedetailsping: ['VoiceDetails',' ping'],
|
||||
voicedetailsqualityaverage: ['VoiceDetails', 'rtcConnectionQualityAverage'],
|
||||
voicedetailsqualitybad: ['VoiceDetails', 'rtcConnectionQualityBad-'],
|
||||
voicedetailsqualityfine: ['VoiceDetails', 'rtcConnectionQualityFine'],
|
||||
voicedetailsstatus: ['VoiceDetails', 'rtcConnectionStatus'],
|
||||
voicedetailsstatusconnected: ['VoiceDetails', 'rtcConnectionStatusConnected'],
|
||||
voicedetailsstatusconnecting: ['VoiceDetails', 'rtcConnectionStatusConnecting'],
|
||||
voicedetailsstatuserror: ['VoiceDetails', 'rtcConnectionStatusError'],
|
||||
voicedetailslabelwrapper: ['VoiceDetailsPing', 'labelWrapper'],
|
||||
voicedetailsping: ['VoiceDetailsPing', 'ping'],
|
||||
voicedetailsqualityaverage: ['VoiceDetailsPing', 'rtcConnectionQualityAverage'],
|
||||
voicedetailsqualitybad: ['VoiceDetailsPing', 'rtcConnectionQualityBad'],
|
||||
voicedetailsqualityfine: ['VoiceDetailsPing', 'rtcConnectionQualityFine'],
|
||||
voicedetailsstatus: ['VoiceDetailsPing', 'rtcConnectionStatus'],
|
||||
voicedetailsstatusconnected: ['VoiceDetailsPing', 'rtcConnectionStatusConnected'],
|
||||
voicedetailsstatusconnecting: ['VoiceDetailsPing', 'rtcConnectionStatusConnecting'],
|
||||
voicedetailsstatuserror: ['VoiceDetailsPing', 'rtcConnectionStatusError'],
|
||||
voicedetailsstatustooltip: ['VoiceDetails', 'statusTooltip'],
|
||||
voicedetailsstatuswithpopout: ['VoiceDetails', 'statusWithPopout'],
|
||||
voicedraggable: ['NotFound', 'voiceDraggable'],
|
||||
|
@ -5252,13 +5237,12 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
voicelist: ['VoiceChannel', 'list'],
|
||||
voicelist2: ['VoiceChannelList', 'list'],
|
||||
voicelistcollapsed: ['VoiceChannel', 'listCollapse'],
|
||||
voicelistcollapsed2: ['VoiceChannel', 'collapsed'],
|
||||
voicelistcollapsed2: ['VoiceChannelList', 'collapsed'],
|
||||
voicelistdefault: ['VoiceChannel', 'listDefault'],
|
||||
voiceliveicon: ['VoiceChannel', 'liveIcon'],
|
||||
voicename: ['VoiceChannel', 'username'],
|
||||
voicenamefont: ['VoiceChannel', 'usernameFont'],
|
||||
voicenamespeaking: ['VoiceChannel', 'usernameSpeaking'],
|
||||
voicered: ['VoiceChannel', 'red'],
|
||||
voiceselected: ['VoiceChannel', 'selected'],
|
||||
voiceuser: ['VoiceChannel', 'voiceUser'],
|
||||
voiceuserlarge: ['VoiceChannel', 'userLarge'],
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<div class="REPLACE_CLASS_appcontainer">
|
||||
<div class="REPLACE_CLASS_guildswrapper REPLACE_CLASS_guilds">
|
||||
<div class="REPLACE_CLASS_guildswrapperunreadmentionsbartop">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_guildswrapperunreadmentionsbar REPLACE_CLASS_guildswrapperunreadmentionbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(-180%);">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_guildswrapperunreadmentionsbar REPLACE_CLASS_guildswrapperunreadmentionsbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(-180%);">
|
||||
<span class="REPLACE_CLASS_unreadbartext"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -244,7 +244,7 @@
|
|||
</mask>
|
||||
<foreignObject mask="url(#DiscordPreviewMask7)" x="0" y="0" width="48" height="48">
|
||||
<a class="REPLACE_CLASS_guildiconwrapper" aria-label="" href="" style="font-size: 18px;">
|
||||
<div class="REPLACE_CLASS_guildiconchildwrapper REPLACE_CLASS_guildiconacronym REPLACE_CLASS_guildiconacronymnested" aria-hidden="true">2</div>
|
||||
<div class="REPLACE_CLASS_guildiconchildwrapper REPLACE_CLASS_guildiconacronym" aria-hidden="true">2</div>
|
||||
</a>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
|
@ -267,7 +267,7 @@
|
|||
</mask>
|
||||
<foreignObject mask="url(#DiscordPreviewMask8)" x="0" y="0" width="48" height="48">
|
||||
<a class="REPLACE_CLASS_guildiconwrapper" aria-label="" href="" style="font-size: 18px;">
|
||||
<div class="REPLACE_CLASS_guildiconchildwrapper REPLACE_CLASS_guildiconacronym REPLACE_CLASS_guildiconacronymnested" aria-hidden="true">3</div>
|
||||
<div class="REPLACE_CLASS_guildiconchildwrapper REPLACE_CLASS_guildiconacronym" aria-hidden="true">3</div>
|
||||
</a>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
|
@ -368,8 +368,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="REPLACE_CLASS_guildswrapperunreadmentionbarbottom">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_guildswrapperunreadmentionbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(150%);">
|
||||
<div class="REPLACE_CLASS_guildswrapperunreadmentionsbarbottom">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_guildswrapperunreadmentionsbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(150%);">
|
||||
<span class="REPLACE_CLASS_unreadbartext"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -418,7 +418,7 @@
|
|||
</div>
|
||||
<div class="REPLACE_CLASS_channelsunreadbarcontainer">
|
||||
<div class="REPLACE_CLASS_channelsunreadbartop REPLACE_CLASS_channelsunreadbarunread">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_channelsscrollerunreadbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(-180%);">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_channelsunreadbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(-180%);">
|
||||
<span class="REPLACE_CLASS_unreadbartext">New Unreads</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1037,7 +1037,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="REPLACE_CLASS_channelsunreadbarbottom REPLACE_CLASS_channelsunreadbarunread">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_channelsscrollerunreadbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(180%);">
|
||||
<div class="REPLACE_CLASS_unreadbar REPLACE_CLASS_channelsunreadbar REPLACE_CLASS_unreadbarunread" style="transform: translateY(180%);">
|
||||
<span class="REPLACE_CLASS_unreadbartext">New Unreads</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue