mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.20.54
* Added: New UI for clearing FrankerFaceZ settings (Data Management > Storage). * Fixed: Do not display duplicate bot badges in tool-tips when a bot has both a global bot badge and a channel-specific bot badge. * Fixed: Do not add click URLs for FFZ badges to add-on badges. * Fixed: Remove `debugger;` from automatic error reporting method. * Fixed: IndexedDBProvider not synchronizing settings correctly. * Fixed: Change a CSS class name used when changing emote visibility to avoid bad UX due to misbehaving third-party extensions. * Fixed: Color calculations for chat messages, including highlight colors. (Closes #947) * Changed: Use rounded images from the CDN for FFZ badges in tool-tips. * Changed: Use Twitch IDs rather than usernames for assigning channel-specific badges to users. * API Added: `settings.addClearable(key, definition)` for adding new UI to `Data Management > Storage >> Clear`.
This commit is contained in:
parent
7adee6556c
commit
ef4ff0c13a
15 changed files with 394 additions and 27 deletions
|
@ -289,6 +289,7 @@ textarea.tw-input {
|
|||
}
|
||||
}
|
||||
|
||||
.ffz--clear-settings code,
|
||||
.ffz--experiments code {
|
||||
user-select: none;
|
||||
padding: 2px 5px;
|
||||
|
@ -302,6 +303,10 @@ textarea.tw-input {
|
|||
}
|
||||
}
|
||||
|
||||
.ffz--clear-settings code {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.ffz--changelog,
|
||||
.ffz--widget {
|
||||
code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue