From 2e5fe7f17773061ddf16ddfb8773f955ef4d17d5 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 23 Nov 2017 02:49:23 -0500 Subject: [PATCH] Refactor chat line rendering to support lines with system messages, making it possible to customize the rendering of re-sub messages and eventually other types, like purchases. Fix the emote data structure being all screwed up in self-sent /me commands. --- changelog.html | 6 + src/modules/chat/tokenizers.js | 8 +- .../twitch-twilight/modules/chat/index.js | 66 +++++++- .../twitch-twilight/modules/chat/line.js | 143 +++++++++++------- .../styles/chat-mention-bg-alt.scss | 5 +- .../css_tweaks/styles/chat-mention-bg.scss | 11 +- src/utilities/object.js | 7 + 7 files changed, 173 insertions(+), 73 deletions(-) diff --git a/changelog.html b/changelog.html index fa244573..027b4415 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,9 @@ +
4.0.0-beta1.3@7493d51cfb8e1b4448f0
+ +
4.0.0-beta1.3@da5b35d5323e5151e3ea