From b04cd8a61a0c7858a319492d8d5b436057bada8f Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 22 Nov 2017 15:39:38 -0500 Subject: [PATCH] Add getEmotes method to chat.emotes. Remove emoji mentions from chat.emotes because that'll have its own module as chat.emoji. Fix bug with Room objects changing their login if FFZ's server has outdated name info. Use getEmotes in emote tokenization. Move channel bar Apollo modifiers into the channel bar module. Rename CHAT_TYPES variable to use proper casing. Add touchmove handler to scroller for people with touchscreens. Fix spacing under the player in theatre mode with whispers disabled. Add navigate method to FineRouter. --- changelog.html | 7 ++++++ src/modules/chat/emotes.js | 23 +++++++++---------- src/modules/chat/room.js | 6 ++++- src/modules/chat/tokenizers.js | 16 +++---------- .../twitch-twilight/modules/channel_bar.js | 21 ++++++++++++++++- .../twitch-twilight/modules/chat/index.js | 8 +++---- .../twitch-twilight/modules/chat/line.js | 2 +- .../twitch-twilight/modules/chat/scroller.js | 9 ++++++++ .../modules/chat/settings_menu.js | 2 +- src/sites/twitch-twilight/modules/player.js | 8 +++++++ src/utilities/compat/apollo.js | 20 +--------------- src/utilities/compat/fine-router.js | 11 ++++++++- 12 files changed, 80 insertions(+), 53 deletions(-) diff --git a/changelog.html b/changelog.html index 78636eeb..fa244573 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,10 @@ +
4.0.0-beta1.3@da5b35d5323e5151e3ea
+ +
4.0.0-beta1.3@1ee69894e169e3173e19