SirStendec
29a4d8175e
Add transpiling with Babel so Edge will work.
2018-03-14 14:33:03 -04:00
SirStendec
c559790f87
Fix FFZ settings not showing up in chat settings menu. Fix overlay extensions not hiding properly. Fix #384 . Update subscriber notifications.
2018-03-11 14:04:55 -04:00
SirStendec
95933dc649
Fix Minimize Navigation. Update the outdated home page of the menu.
2018-03-07 18:18:22 -05:00
SirStendec
8ba8e054a5
Add an error catcher and error state for the chat scroller to hopefully allow chat to recover when React forgets how to DOM.
2018-03-03 16:38:50 -05:00
SirStendec
a0606a49a4
Add error handlers to some of the React chat components. Don't delay initialization completion while we wait up to 60 seconds for the emote menu extension.
2018-03-01 13:40:24 -05:00
SirStendec
fb1ea38f1b
Make changes to how forceUpdate() is called to hopefully reduce errors with React being stupid and not understanding how the DOM works. Also don't display an empty message for a resub with no attached message.
2018-03-01 04:13:52 -05:00
SirStendec
67053e3804
Add a Prime Reminder on sub buttons. Super easy, the data was already there. Also add the Prime crown to the icon font.
2018-02-28 17:01:15 -05:00
SirStendec
e49dd9b216
Update the gray theme from Twitch's CSS. Update the changelog.
2018-02-27 01:57:13 -05:00
SirStendec
eb967e115f
More fixes for the React 16 update.
2018-02-22 18:38:13 -05:00
SirStendec
0ae6e5021d
A ton of stuff. Initial migration to React 16. Initial changes for Rooms support. Add support for clip champ badge. Start using .gql source files that are compiled during import so we don't need to include GraphQL-tag in builds.
2018-02-22 18:23:44 -05:00
SirStendec
f0bcf7f53e
Update the gray theme. Make the settings menu draw a sub-page list if a page has no content. Update changelog.
2018-02-08 18:28:30 -05:00
SirStendec
2efbd1ae59
Change how user-specific badge overrides are rendered so that a transparent image badge looks correct no matter what badge style is enabled.
2018-02-02 18:19:42 -05:00
SirStendec
7cc6bf576f
Fix a typo with room-specific user-specific emote sets. Add a suppress_logs argument to registering emote sets to avoid spam from the GameWisp add-on.
2018-02-02 18:11:37 -05:00
SirStendec
5d53dd7071
Update changelog. Add handling for ritual messages, as well as a setting to disable them. Disabled ritual messages still render their message in chat, just not the system messages like "X is new here! Say hello!"
2018-02-02 16:00:58 -05:00
SirStendec
5429f4d329
More fixes for the Apollo update. It still has issues with ensuring queries are re-fetched properly, but it is at least modifying queries and doing what it's supposed to.
2018-02-01 16:39:24 -05:00
SirStendec
4c9e67a22e
Fix Twitch chat badges not rendering. They removed badgeSets from the chat container, so for now access the raw data and parse it ourselves. It's actually about the same difficulty, so it should work fine.
2018-01-19 17:17:16 -05:00
SirStendec
0754144c36
Render badges. Fix badges with weird font sizes. Add an option to show metadata in theatre mode. Fixes #364 . Fixes #363 .
2018-01-16 17:36:56 -05:00
SirStendec
95d0002b56
Fix chat scroll pausing. scrollToBottom was moved from the object prototype (aka the correct place for functions) to being defined in the constructor (aka not the correct place), making it more annoying to override.
2018-01-15 20:40:54 -05:00
SirStendec
be9de6de25
Fix tool-tip placement. Fix incorrect player width in theater mode with collapsed chat and a custom chat width set. Fix channel bar placement with minimize navigation. Fix player size when entering fullscreen with theater mode enabled. Fix minor bug in has
method.
2017-12-21 20:37:58 -05:00
SirStendec
53a47e02f5
Update changelog. Update build script to fix minified builds. The latest uglifyes requires keep_classnames as a compression option as well as mangle.
2017-12-16 02:13:53 -05:00
SirStendec
4c75eac19c
Version bump. Fix Promise detection in non-Webkit browsers. Change how hollow button metadata is colored.
2017-12-14 16:21:30 -05:00
SirStendec
8e364e7d84
Misc. fixes to clean up after tw-
. Fix tooltip placement.
2017-12-13 18:30:27 -05:00
SirStendec
4b246ade44
tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-tw-
2017-12-13 17:35:20 -05:00
SirStendec
e224800fb9
Add support for clickable stream metadata. Add helper utility for detecting clicks outside of elements. Add support for manually shown/hidden tooltips, which is used for custom pop-ups.
2017-12-04 18:58:19 -05:00
SirStendec
fc40353b87
Bump version. Update change-log. Hide avatars in the directory by default.
2017-12-01 17:00:19 -05:00
SirStendec
cf8774f1f2
Regenerate the gray theme and update the change-log.
2017-11-28 17:38:34 -05:00
SirStendec
2e5fe7f177
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.
2017-11-23 02:49:23 -05:00
SirStendec
b04cd8a61a
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.
2017-11-22 15:39:38 -05:00
SirStendec
127184f997
Fix updateContext. Change the colors used to make chat names readable. Fix /me actions in chat. Fix socket.ping()
2017-11-20 16:59:52 -05:00
SirStendec
ab8904a626
Fixed #313 . Fix Volume scroll working the opposite way it should in Firefox. Fix typo in setting description.
2017-11-17 17:31:21 -05:00
SirStendec
6da5d4c8b5
Add convenience method for creating CSS variable or setting blocks of CSS directly in css_tweaks. Start using those variables for things like chat width. Add the ability to highlight messages with mentions in them. Fix Sidebar Swap and Theatre Mode. Closes #312
2017-11-17 14:59:46 -05:00
SirStendec
863eafd32f
Add: Auto Theatre Mode, Hide Whispers in Theatre. Fix: Player width in theatre. Cache message deleted status at chat line render to avoid a second render.
2017-11-16 18:54:54 -05:00
SirStendec
a887425602
Fix issues with scrolling and removing old chat lines when we can't find Twitch's own chat line type mapping.
2017-11-16 14:24:17 -05:00
SirStendec
0173212a36
Fix username colors flickering with the dark theme enabled on Twitch whenever the scrollbar appears or disappears.
2017-11-15 14:06:29 -05:00
SirStendec
24aac91258
Update the changelog. Remove useless logging.
2017-11-14 22:15:05 -05:00
SirStendec
bb26260e23
Add chat font settings. Update changelog. Remove old credits file and old, moved theme.scss. Fix FFZ menu rendering in Firefox/Edge.
2017-11-14 18:48:56 -05:00
SirStendec
a081247fdc
Improve support for interactive tooltips. Allow chat tokenizers to supply custom delays and interactive flags for their tooltips. Wrap text in <span> elements. Fix bug with stream uptime metadata. Fix bug with fine-router. Add method to EventEmitter that wraps emit in a try/catch. Add lilz to the socket server lineup.
2017-11-14 04:11:43 -05:00
SirStendec
262757a20d
4.0.0 Beta 1
2017-11-13 01:23:39 -05:00
SirStendec
c2688646af
The Last Ever v3 Commit (Hopefully)
2017-11-13 01:13:52 -05:00
SirStendec
e0bad1dc10
3.5.529. Tooltip stuff.
2017-09-28 23:18:26 -04:00
SirStendec
9e845b171e
3.5.527. Tooltips! Lots of changes to how link tooltips render. And some stuff about the dark theme I guess.
2017-09-26 17:01:51 -04:00
SirStendec
35ce17e3ee
3.5.524. Add socket server status to the Debug menu. Update the emoji regex. Fix global emote tooltips.
2017-09-17 14:21:49 -04:00
SirStendec
d97a44326a
3.5.521. Emote data stuff. Bugfixes. Rich content in chat. Server socket changes.
2017-09-15 14:41:00 -04:00
SirStendec
69d9823206
3.5.514. Fix schedule parsing. Dark CSS tweak for chat replay.
2017-09-01 16:13:02 -04:00
SirStendec
055386767f
3.5.512. Fix blocked games in social bar. Dark CSS tweaks.
2017-08-22 20:18:47 -04:00
SirStendec
aa4f999c29
3.5.511. Misc Twitch fixes. Add setting to disable custom mod badges. Add API event for highlighted messages. Allow API to remove chat messages.
2017-08-16 13:24:55 -04:00
SirStendec
81040f1608
3.5.502. Mostly dark theme stuff. Remove every instance of "ember-chat-container" in CSS and just apply the correct class to that element with JS since Twitch hasn't after years. Closes #196 . Closes #195 . Closes #189 .
2017-07-13 01:51:36 -04:00
SirStendec
99630f3e4e
3.5.498. Fix dark theme for Clips. Fix theater mode and whispers. Fix Minimal Chat Header not hiding the chat header, and then it hiding too much. Fix game purchase share message in chat. Fix position of player controls in theater mode. Closes #185 . Closes #184 . Closes #183 . Closes #182 . Closes #175 .
2017-06-30 11:49:32 -04:00
SirStendec
630d2830ec
The "Oh God Why Didn't I Commit Sooner" Edition
...
v3.5.494.
Added: Chat Filtering > Remove Messages from Moderators
Added: Recent Highlights
Added: Support for room-specific badges from the API.
Fixed: Custom bits badges. Lots of styling. Chat bugs. Dark theme issues. My Emoticons menu not rendering. Reset Player not rendering. Twitch5 extension compatibility. Logviewer messages and Name History. Bits UI breaking when you switch rooms. Player state when you reset the player.
Closes #173
Closes #169
Closes #164
2017-06-11 13:30:37 -04:00
SirStendec
e843a3bb19
3.5.481. Clean up the mod card note count code.
2017-05-09 17:03:47 -04:00