This commit is contained in:
Mirco Wittrien 2020-10-30 17:46:37 +01:00
parent 320166ef1a
commit bb517047f0
2 changed files with 17 additions and 5 deletions

View File

@ -659,11 +659,11 @@
"highlight": "highlight",
"hoverCardButton": "button-2CgfFz",
"loginScreen": "wrapper-3Q5DdO",
"messagesLoadingWrapper": "wrapper-3vR61M",
"messagesWelcomeButton": "button-2OOM0p",
"mention": "mention",
"mentionInteractive": "interactive",
"mentionWrapper": "wrapper-3WhCwL",
"messagesLoadingWrapper": "wrapper-3vR61M",
"messagesWelcomeChannelButtonContainer": "buttonContainer-2GVjL_",
"nameContainerNameContainer": "container-2ax-kl",
"hueCursor": "hue-cursor",
"hueHorizontal": "hue-horizontal",
@ -829,6 +829,7 @@
"MessagesPopoutTabBar": {"props": ["header", "tabBar", "active"]},
"MessagesLoading": {"props": ["attachment", "blob", "cozy"]},
"MessagesWelcomeChannel": {"props": ["emptyChannelIcon", "description", "header"]},
"MessagesWelcomeChannelButton": {"props": ["button", "buttonIcon"], "length": 2},
"MessagesWelcomeGuild": {"props": ["inner", "titleName", "emptyMessage"]},
"MessagesWrap": {"props": ["messagesWrapper", "messageGroupBlocked"]},
"Modal": {"props": ["modal", "sizeLarge"]},
@ -1948,7 +1949,9 @@
"messagesscrollerinner": ["MessagesWrap", "scrollerInner"],
"messagesscrollerwrapper": ["MessagesWrap", "scrollerWrap"],
"messageswelcomechannel": ["MessagesWelcomeChannel", "container"],
"messageswelcomechannelbutton": ["NotFound", "messagesWelcomeButton"],
"messageswelcomechannelbutton": ["MessagesWelcomeChannelButton", "button"],
"messageswelcomechannelbuttoncontainer": ["NotFound", "messagesWelcomeChannelButtonContainer"],
"messageswelcomechannelbuttonicon": ["MessagesWelcomeChannelButton", "buttonIcon"],
"messageswelcomechanneldescription": ["MessagesWelcomeChannel", "description"],
"messageswelcomechannelemptychannelicon": ["MessagesWelcomeChannel", "emptyChannelIcon"],
"messageswelcomechannelhasdivider": ["MessagesWelcomeChannel", "hasDivider"],

View File

@ -1352,9 +1352,18 @@
<div class="REPLACE_CLASS_messageswelcomechannelemptychannelicon"></div>
<h1 class="REPLACE_CLASS_messageswelcomechannelheader">Welcome in #selected text!</h1>
<div class="REPLACE_CLASS_size16 REPLACE_CLASS_messageswelcomechanneldescription">This is the beginning of the channel #selected text. </div>
<div class="REPLACE_CLASS_size16">
<div class="REPLACE_CLASS_messageswelcomechannelbuttoncontainer">
<button type="button" class="REPLACE_CLASS_messageswelcomechannelbutton REPLACE_CLASS_button REPLACE_CLASS_buttonlookblank REPLACE_CLASS_buttoncolorbrand REPLACE_CLASS_buttonsizemin REPLACE_CLASS_buttongrow">
<div class="REPLACE_CLASS_buttoncontents">Edit channel</div>
<div class="REPLACE_CLASS_buttoncontents">
<div class="REPLACE_CLASS_flex REPLACE_CLASS_flexhorizontal REPLACE_CLASS_flexjustifystart REPLACE_CLASS_flexaligncenter REPLACE_CLASS_flexnowrap" style="flex: 1 1 auto;">
<div class="REPLACE_CLASS_messageswelcomechannelbuttonicon">
<svg aria-hidden="false" width="16" height="16" viewBox="0 0 24 24">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2929 9.8299L19.9409 9.18278C21.353 7.77064 21.353 5.47197 19.9409 4.05892C18.5287 2.64678 16.2292 2.64678 14.817 4.05892L14.1699 4.70694L19.2929 9.8299ZM12.8962 5.97688L5.18469 13.6906L10.3085 18.813L18.0201 11.0992L12.8962 5.97688ZM4.11851 20.9704L8.75906 19.8112L4.18692 15.239L3.02678 19.8796C2.95028 20.1856 3.04028 20.5105 3.26349 20.7337C3.48669 20.9569 3.8116 21.046 4.11851 20.9704Z" fill="currentColor"></path>
</svg>
</div>
<div class="REPLACE_CLASS_size16">Edit Channel</div>
</div>
</div>
</button>
</div>
</div>