1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 14:50:56 +00:00
Commit graph

1348 commits

Author SHA1 Message Date
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
lemonslut
42792cbd80
eslint: unexpected comma operator; swapped for semi 2025-06-19 15:09:43 -06:00
lemonslut
48b37805e3
eslint: unused fmt vars 2025-06-19 15:09:43 -06:00
lemonslut
4dd4b1f0c5
eslint: add __version_build__ eslint global 2025-06-19 15:09:42 -06:00
lemonslut
1155119a66
eslint: unused var event in readystatechange callback 2025-06-19 15:09:42 -06:00
lemonslut
9dfd65a249
eslint src/entry_ext.js
* fix mistyped variable `connections` in handleMessage
* unused `sender` variable in message listener
2025-06-19 15:09:42 -06:00
lemonslut
52598fbe55
eslint: fix globalThis undef eslint errors
added env.es2020 = true to config so globalThis is recognized
2025-06-19 15:09:42 -06:00
lemonslut
a69832e3a3
eslint: run pnpm eslint --fix 2025-06-19 15:09:42 -06:00
SirStendec
d089002698 Merge branch 'master' of github.com:FrankerFaceZ/FrankerFaceZ 2025-06-17 16:13:40 -04:00
SirStendec
f9fb9c6fb5 4.77.6
* Added: Setting to hide gift subscription buttons on channel pages.
* Maintenance: Update dependencies, node, and package manager versions.
2025-06-17 16:13:18 -04:00
Mike
195fe74875
Merge pull request #1675 from lemonslut/🍋/hide-gift-sub-buttons-bc-i-have-poor-impulse-control
add toggle to hide gift sub buttons
2025-06-17 15:14:10 -04:00
SirStendec
3c92b0fe75 Update the NPM and PNPM version used by GitHub Actions to build the extension. 2025-06-17 15:06:16 -04:00
Mike
8254f6efe3
Merge pull request #1689 from lemonslut/🍋/uppies
chore: bump deps
2025-06-17 15:04:28 -04:00
SirStendec
1db9e0242f Add libxmljs2 to the list of dependencies allowed to run build scripts, explicitly deny the other dependencies. 2025-06-17 14:40:54 -04:00
lemonslut
5637764fdc
bump sass-loader to 16.0.5 to resolve legacy-js-api deprecations 2025-06-07 15:29:36 -06:00
lemonslut
d078d6e3a9
migrate off of deprecated sass @imports
used `sass-migrator` and some manual intervention to migrate all of the
`@import`s to `@use` statements.

1. needed to prefix all of the `styles/main.scss` imports to use a
   relative path (i.e. `../../../../styles/main.scss`
2. needed to add a `@use "container"` to `styles/tab-container` so it
   could resolve its `@extend`s
    - not sure if this was just an ordering issue or what, but it works
2025-06-07 15:29:36 -06:00
lemonslut
6c48940f91
disable cors middleware in webpack-dev-server that breaks everything 2025-06-07 15:29:36 -06:00
lemonslut
c9a8e15bd8
bump deps
* bump @cyclonedx/webpack-plugin to 5.0.1
  * only breaking change was dropping support for old node
* bump webpack-dev-server to 5.2.2
  * misc config changes; followed [migration
    guide](https://github.com/webpack/webpack-dev-server/blob/master/migration-v5.md)
  * also configured `performance: { hints: false }` to get rid of
    warning about asset/entrypoint sizes
* bump webpack-cli to 6.0.1
  * breaking changes were meh https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#600-2024-12-19
* general `pnpm up`
2025-06-07 15:29:36 -06:00
SirStendec
8ff9b9650a 4.77.5
* Fixed: Various player-related features not working correctly after Twitch's Friday update. Closes #1685
* Fixed: The current category not being detected correctly when viewing a channel.
* Fixed: The setting to hide bits not hiding the get bits button from the top navigation bar.
2025-06-07 13:40:10 -04:00
Mike
a364ca45cb
Merge pull request #1677 from lemonslut/🍋/bugfix-show-get-bits-button
bugfix: fix css selector for top nav get bits button
2025-06-07 13:31:52 -04:00
lemonslut
67ac661e2c
reimplement with CLASSES const over snippet
& more specific selector that still covers both buttons i want to nix
also remove unneeded `order: -1` that was cargo culted in there
2025-05-29 21:52:32 -06:00
lemonslut
c637804caf
fix selector for top nav get bits button
currently, the Get Bits button is still shown when unchecking 'Display
Bits' under Chat > Bits and Cheering >> Appearance. it looks like aria
attributes changed & it no longer has `data-test-selector`. updated to
use `data-a-target="top-nav-get-bits-button"`

note: i couldn't get the 'Show the Get Bits button.' option under
Apperance > Layout >> Top Navigation to work independently of the option
under Chat > Bits and Cheering. not sure what's up with that.
2025-05-28 23:39:15 -06:00