1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-18 03:50:54 +00:00
Commit graph

1369 commits

Author SHA1 Message Date
lemonslut
0207426737
Merge 52ca7ecf42 into 2bb27693e5 2025-06-28 14:02:18 +02:00
SirStendec
2bb27693e5 4.77.8
* Fixed: Issue with malformed CSS introduced in last update causing some settings to not function correctly when setting a custom font size.
2025-06-28 01:55:27 -04:00
SirStendec
a7c0b59972 4.77.7
* Fixed: Custom font sizes not being applied correctly.
* Fixed: Emote previews in the chat input sometimes displaying a broken image. (Closes #1610)
* Fixed: A specific system message displaying the incorrect channel name during Shared Chat sessions.
2025-06-27 17:15:22 -04:00
lemonslut
52ca7ecf42
eslint: disable one line of no unused vars & leave TODO comment 2025-06-19 15:09:43 -06:00
lemonslut
d7726f4072
eslint: disable vue/prop-name-casing for now until i can learn more about vue & get more info on the future of vue in this project 2025-06-19 15:09:43 -06:00
lemonslut
16478b3e1d
eslint: unused vars; undeclared t 2025-06-19 15:09:43 -06:00
lemonslut
b8eb8fdb04
eslint: unused import; allow no-unused-vars in commented function 2025-06-19 15:09:43 -06:00
lemonslut
62cc376f9f
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
4fc3c58536
eslint: redeclared / unused global in ravenjs 2025-06-19 15:09:43 -06:00
lemonslut
fc19bc3554
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
44d4adbfc7
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
7e55133d20
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
6c047032ea
eslint: unused import; allow no-unused-vars on commented function 2025-06-19 15:09:43 -06:00
lemonslut
561af6ce22
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
f609d72ea7
eslint: reference window.ffzSimplebar instead of ffzSimplebar 2025-06-19 15:09:43 -06:00
lemonslut
9f532c3359
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
de5745c0c3
eslint: unused imports 2025-06-19 15:09:43 -06:00
lemonslut
52747bfee1
eslint: unused import; unused var 2025-06-19 15:09:43 -06:00
lemonslut
c9e04b78d4
eslint: allow alert() from the chat tester 2025-06-19 15:09:43 -06:00
lemonslut
0b21c72b30
eslint: unnecessary escape; prefer const 2025-06-19 15:09:43 -06:00
lemonslut
ec6969aeb7
eslint: unused import 2025-06-19 15:09:43 -06:00
lemonslut
a5cc8c06b5
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
91ce4a5100
eslint: unused var 2025-06-19 15:09:43 -06:00
lemonslut
a04697b1d2
eslint: unused var; undefined var; empty block 2025-06-19 15:09:43 -06:00
lemonslut
165c29f9f8
eslint: unnecessary escape 2025-06-19 15:09:43 -06:00
lemonslut
30dda9ef64
eslint: unused vars; instance method => static method; mixed tabs/spaces 2025-06-19 15:09:43 -06:00
lemonslut
d6441a7bc5
eslint: undeclared vars; unneeded escapes 2025-06-19 15:09:43 -06:00
lemonslut
5ef600a4b9
eslint: unused vars; this-less instance methods converted to class methods 2025-06-19 15:09:43 -06:00
lemonslut
4289075892
eslint: unused vars 2025-06-19 15:09:43 -06:00
lemonslut
6c24c109d2
eslint: ref window.ffz instead of just ffz 2025-06-19 15:09:43 -06:00
lemonslut
0b22b084e6
eslint: mixed tabs/spaces; make 2 methods static & update callsites 2025-06-19 15:09:43 -06:00
lemonslut
a633495f9e
eslint: comment out unused methods 2025-06-19 15:09:43 -06:00
lemonslut
a7fcff6744
eslint: unused var 2025-06-19 15:09:43 -06:00
lemonslut
c9dd385370
eslint: comment out some empty methods that don't appear to be used 2025-06-19 15:09:43 -06:00
lemonslut
bc91824beb
eslint: comment out empty render() method 2025-06-19 15:09:43 -06:00
lemonslut
5c11a0fcba
eslint: comment out empty onEnable method 2025-06-19 15:09:43 -06:00
lemonslut
45fb6e963a
eslint: oopsy comma operator 2025-06-19 15:09:43 -06:00
lemonslut
5b43e84bab
eslint: ref window.ffzSimplebar instead of just ffzSimplebar 2025-06-19 15:09:43 -06:00
lemonslut
0fa04e0659
eslint: turn off vue/multi-word-component-names 2025-06-19 15:09:43 -06:00
lemonslut
b9d1bd187e
eslint: const for never-changed-vars 2025-06-19 15:09:43 -06:00
lemonslut
7936d2336b
eslint: allow warning comments (TODOs) for now 2025-06-19 15:09:43 -06:00
lemonslut
623398cf6b
eslint: custom_denoflare_mqtt.js
* rearragned vars so they're declared before use
* s/var/const/
* fixed mixed tabs/spaces
* 1 unused var
* turned all of the incomplete jsdocs into regular comments
2025-06-19 15:09:43 -06:00
lemonslut
1e852c976d
eslint: unused vars, indent, const for unchanging 2025-06-19 15:09:43 -06:00
lemonslut
0a2e913f4c
eslint: turn mentions_processAll into instance method on Mentions since it references this 2025-06-19 15:09:43 -06:00
lemonslut
c4f1950d79
eslint: comment out unimplemented _unloadAddon method 2025-06-19 15:09:43 -06:00
lemonslut
aeea510445
eslint: unused var game_display 2025-06-19 15:09:43 -06:00
lemonslut
6ec770349c
eslint: unused vars chat/index.js 2025-06-19 15:09:43 -06:00
lemonslut
528f5882d6
eslint: modules/chat/emotes
* swap let for const in a few places
* convert processEmotes() to static method & update callsites
2025-06-19 15:09:43 -06:00
lemonslut
a514c143fa
eslint: undefined variable key; looks like it should be badge_id 2025-06-19 15:09:43 -06:00
lemonslut
2209ed92f9
eslint: unused vars 2025-06-19 15:09:43 -06:00