1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00

4.0.0-rc14.2

* Added: Social media buttons to the FFZ Control Center.
* Fixed: Check boxes in settings UI.
* Fixed: Use word wrap for usernames in grouped mass gift sub messages.
* Fixed: Bug with tab completion breaking chat if Twitch's tab completion handler returns null.
This commit is contained in:
SirStendec 2019-02-12 17:39:54 -05:00
parent e9d99f0e1c
commit d1cd145b8a
19 changed files with 197 additions and 47 deletions

View file

@ -425,7 +425,7 @@ export default class ChatLine extends Module {
the_list.push(e('span', {
role: 'button',
className: 'chatter-name',
className: 'ffz--giftee-name',
onClick: this.ffz_user_click_handler,
'data-user': JSON.stringify(x)
}, e('span', {
@ -453,7 +453,7 @@ export default class ChatLine extends Module {
sub_msg
]),
mystery ? e('div', {
className: 'tw-mg-l-05 tw-border-l tw-pd-l-05 ffz--sub-expando'
className: 'tw-pd-l-05 tw-font-size-4'
}, e('figure', {
className: `ffz-i-${this.state.ffz_expanded ? 'down' : 'right'}-dir tw-pd-y-1`
})) : null