mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
Add experiments system. Add experiments UI. Update disabled buttons to use tw-button--disabled. Update chat line rendering. Add preset emote sizes to the emote menu to reduce reflows when loading. Fix directory issues caused by fixes to route sorting. Update the theme. Add a current route name value to fine router. Add recursive object protection to deep_copy.
This commit is contained in:
parent
1841ab156c
commit
e3a7e3b64d
35 changed files with 1075 additions and 451 deletions
|
@ -1,3 +1,14 @@
|
|||
<div class="list-header">4.0.0-beta2.4<span>@b3fb24504616675ad2b9</span> <time datetime="2018-04-10">(2018-04-10)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: Debugging > Experiments for viewing active experiment information.</li>
|
||||
<li>Added: Experiments system in case I ever need to A/B something, like the new backend under development.</li>
|
||||
<li>Changed: Cleaned up a lot of instances of buttons that weren't being marked as disabled properly.</li>
|
||||
<li>Changed: Update dark theme for latest Twitch changes.</li>
|
||||
<li>Fixed: Update the render method for chat lines to bring subscription notices and rituals back in line with what Twitch generates.</li>
|
||||
<li>Fixed: Following directory not being properly modified because of changes made to router.</li>
|
||||
<li>Fixed? Made changes to how we modify data requesting profile images to hopefully stop breaking the game directory for people till we can make a more proper fix.</li>
|
||||
</ul>
|
||||
|
||||
<div class="list-header">4.0.0-beta2.3<span>@a07fb33207e6659acc9f</span> <time datetime="2018-04-09">(2018-04-09)</time></div>
|
||||
<ul class="chat-menu-content menu-side-padding">
|
||||
<li>Added: Favorite emotes by Ctrl-Clicking them! ⌘-Click for Mac users.</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue