mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-02 17:18:31 +00:00
4.20.36
* Fixed: Bug with badge tool-tips in some situations when FFZ has only partially loaded when a chat line is displayed. * Fixed: Certain page elements not having their fonts overwritten by the Theme font. * Fixed: Certain page elements, including tool-tips, being incorrectly styled by the Theme Accent color. Fixes tool-tip readability when only an Accent color is set without a background color. * Changed: Properly support channel-specific experiments with the Twitch Experiments UI, detecting the correct assignments for the current channel and displaying a more useful type. * Changed: When logging experiments, properly handle channel-specific experiments. Sort experiments by rarity. Do not log experiments at 100% roll-out.
This commit is contained in:
parent
0d61922164
commit
a771f337a4
7 changed files with 121 additions and 15 deletions
|
@ -285,7 +285,7 @@ export default {
|
|||
this.$set(exp, 'default', ! this.item.hasTwitchOverride(key));
|
||||
|
||||
exp.in_use = this.item.usingTwitchExperiment(key);
|
||||
exp.remainder = `v: ${exp.v}, t: ${exp.t}`;
|
||||
exp.remainder = `v: ${exp.v}, type: ${this.item.getTwitchType(exp.t)}`;
|
||||
exp.total = exp.groups.reduce((a,b) => a + b.weight, 0);
|
||||
this.calculateRarity(exp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue