#github
1 messages ยท Page 32 of 1
d262cec increast presence write cooldown - AnatoleAM
99e99ed refactor: generalize app code & improve worker ... - AnatoleAM
99e99ed refactor: generalize app code & improve worker ... - AnatoleAM
c5326b3 fix: post-refactor hosted deployment - AnatoleAM
Fixes a few import issues introduced in #622
a63d21c fix: tab-complete carousel focus missing image - AnatoleAM
b81872b fix: post-refactor hosted deployment (#625) - AnatoleAM
e88137e fix: tab-complete carousel focus missing image - AnatoleAM
This adds support for new parameters added to the paint spec
- Canvas size: control the size of the canvas
- Canvas repeat: set the repeat mode for the canvas
- Gradient stacking: allows creating complex patterns
- Flairs: place objects around the tag
- Text weight, shadows, transform, stroke: control how the username text looks
Added ability to highlight messages from specific user in a chat. Username should be specified in Pattern field. When Username checkbox is checked, Pattern field value will be changed to lowercase, and checkboxes RegExp and Case Sensitive would be unchecked and disabled.
This implements the new Paints V3 spec and returns this data in cosmetics APIs.
329d4f6 remove deprecation warning - AnatoleAM
Is there an existing issue for this?
- [X] I have searched the existing issues
This feature does not exist in the latest nightly version
- [X] I have checked the latest nightly version
Feature Description
Relevant feature exists in an FFZ addon already: https://github.com/FrankerFaceZ/Add-Ons/blob/master/src/smokemotes/index.jsx#L387
Essentially, twitch keeps messing with the quality setting and (at least for me) keeps dropping the audio quality noticably because of it. In...
@AnatoleAM can you show us how this works for you. for me, it's not auto claiming. I have to use a separate extension.
@dpthegrey can you also show how this works for you.
@CopperFig So, I watched the stream which had drops enabled, with the extension Automatic Twitch: Drops, Moments and Points and this is how it looks.
Chat box of twitch after being able to claim a drop
Video overlay of extension showing a drop has been claimed
 - Mm2PL
5d0bdc1 Add the ability to select custom themes in the ... - pajlada
4fa2cc2 Document our pubsub usage & eventual eventsub u... - pajlada
ce47d27 Refactor/Cleanup NetworkRequest and Related Cod... - Nerixyz
347f216 Add Command to Set Logging/Filter Rules at Runt... - Nerixyz
82dff89 Add 'joined channel' system message. (#4616) - Mm2PL
5d0bdc1 Add the ability to select custom themes in the ... - pajlada
7260fe4 chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 - dependabot[bot]
Bumps eslint from 8.40.0 to 8.41.0.
Release notes
Sourced from eslint's releases.
v8.41.0
Features
880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#17184) (Milos Djermanovic)
8bf5505 feat: expose shouldUseFlatConfig (#17169) (Connor Prussin)
Bug Fixes
4f5440d fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic)
94da96c fix: unify LintMessage type (#17076) (Brandon Mills)
0c415cd fix: validate ...
-
Moved the image upload box closer to the center
-
Added file requirements
-
Changed object-fit for file preview to contain
-
Moved parent emote version position
-
Adjusted format viewer layout...
Checklist
- [X] I'm reporting a problem with Chatterino
- [X] I've verified that I'm running the most recent nightly build or stable release
- [X] I've looked for my problem on the wiki
- [X] I've searched the issues and pull requests for similar looking reports
Describe your issue
Normally I use the colon : key and then start typing an emote name on Twitch without issue. I also someti...
uhh.. looks like it somehow fixed itself? Maybe my client was bugging?
Bumps eslint-plugin-vue from 9.13.0 to 9.14.0.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.14.0
โจ Enhancements
#2178 Added support for defineOptions to vue/no-duplicate-attr-inheritance rule.
#2185 Added support for <script setup> to vue/no-dupe-keys rule.
๐ Bug Fixes
#2177 Added additionalProperties to vue/no-deprecated-router-link-tag-prop schema.
#2186 Fixed false positive for unknown prop in vue/no-undef-properties r...
ddf03f3 chore(deps-dev): bump eslint-plugin-vue from 9.... - dependabot[bot]
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Firefox
Current Behavior
All the badges do not load while using 7tv with FFZ
Expected Behavior
To see badges with FFZ
Steps To Reproduce
Install FFZ and 7tv together. Reload a twitch page, see no badges.
Is there an existing issue for this?
- [X] I have searched the existing issues
This feature does not exist in the latest nightly version
- [X] I have checked the latest nightly version
Feature Description
add a pop up chat thing so that people who watch live or vods in full screen, its much better to see the chat.
The idea is based around the live chat thing when you click on peoples profile during the stream
 or (Low to High) from the top right. The issue still remains when the page reloads or you switch to a different game category and you're back to square 1 with no scroll bar.
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Firefox
Current Behavior
When clicking the emote menu after returning from a chat timeout, it appears at the top left corner of the browser window
Expected Behavior
The emote menu appears in the bottom right corner as it normally does
Steps To Rep...
This fixes an occasional issue when an IDB push occurs which led to the channel sets live query triggering, resetting data of emote providers and causing the channel sets on other tabs to be disabled.
fe14950 fix: channel sets resetting when a new tab join... - AnatoleAM
fe14950 fix: channel sets resetting when a new tab join... - AnatoleAM
It also happen here in channel's clips, sometimes it let me scroll but it send me back to the top and get stuck there. Im using Microsoft Edge btw.
Could you explain what you mean by 'categories'?
Could you explain what you mean by 'categories'?
From the browse page click any game or just chatting for example.
implements #628. since there wasnt any feedback, i just went ahead and used the linked code.
no i18n yet
Ping me if anyone finds steps to replicate this.
b70c6f0 chore(deps-dev): bump eslint-plugin-vue from 9.... - dependabot[bot]
Bumps eslint-plugin-vue from 9.13.0 to 9.14.1.
Release notes
Sourced from eslint-plugin-vue's releases.
v9.14.1
๐ Bug Fixes
#2189 Fixed false positives for toRef props in vue/no-dupe-keys rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.0...v9.14.1
v9.14.0
โจ Enhancements
#2178 Added support for defineOptions to vue/no-duplicate-attr-inheritance rule.
#2185 Added support for <script setup> to vue/no-dupe-key...
This shouldn't be hardcoded, as there is no guarantee the current origin is twitch.tv. Use location data instead.
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome
Current Behavior
Paint does not update when shadow value changed with the aforementioned method.
Expected Behavior
Reflect update for the paint changes in chat and in paint tool preview.
Steps To Reproduce
Step 1: Add shadows consecutively...
This is not a good solution as it would prevent any other visibilitychange listeners from functioning. This includes one used by the Extension to pause chat in an out-of-focus state.
This is not a good solution as it would prevent any other visibilitychange listeners from functioning. This includes one used by the Extension to pause chat in an out-of-focus state.
This is not an option relevant enough to be prompted during onboarding
This listener is never removed.
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome
Current Behavior
The shadows is not visible in the paint tool:
 -> try scrolling down to browse channels (sometimes starts to happen after you refresh page) -> not able to scroll (either input or screen bar )
browser: edge
with extension disabled scrolling works
@AnatoleAM
Since the shadows are not saved in the paint tool, attempting to add more shadows will override the existing shadows.
1a4d8cb paint-tool(fix): missing shadows data on import - AnatoleAM
aa30849 paint-tool(fix): missing shadows data on import... - AnatoleAM
aa30849 paint-tool(fix): missing shadows data on import... - AnatoleAM
c49a7a5 paint-tool(fix): scrollbar styling - AnatoleAM
284dab0 paint-tool(fix): scrollbar styling (#643) - AnatoleAM
284dab0 paint-tool(fix): scrollbar styling (#643) - AnatoleAM
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest nightly version
- [X] I am using the latest nightly version
What browsers are you seeing the problem on?
Chrome
Current Behavior
Paint preview doesnt update when you delete one of the gradients.
Expected Behavior
Reflect update for the paint changes in chat and in paint tool preview.
Steps To Reproduce
a550119 hosted-deploy(fix): remove built-in stylesheet - AnatoleAM
This fixes an issue where the extension's local stylesheet remained in place after the site script starts in hosted mode. This occasionally leads to style clashes where outdated local styles interfere with those in more recent hosted builds.
f0bdf26 hosted-deploy(fix): remove built-in stylesheet ... - AnatoleAM
f0bdf26 hosted-deploy(fix): remove built-in stylesheet ... - AnatoleAM
Here's how I can replicate it @AnatoleAM. If I have the video preview open (Example), the pages works fine and I can scroll down the list to see more streams. But if I disable the video preview option, and refresh, I cannot scroll down the page anymore.
Strange thing to add, but this issue also happens only having FFZ enabled by itself also.
Sorry, can you explain what video preview option is? Is this an experimental twitch feature or another extension?
It is the Channel Switcher update they added on May 22nd for a small(?) % of users.
@AnatoleAM
eed1cfa site/kick.com: authentication - AnatoleAM
Adding in-extension, non-oauth authentication for linking a kick.com user with 7TV.
Adds an authentication mechanism for connecting kick.com channels
83295d3 handle completion & fix chat id - AnatoleAM
24a0a4b use slug as username in identity - AnatoleAM
Bumps @intlify/unplugin-vue-i18n from 0.10.0 to 0.11.0.
Changelog
Sourced from @โintlify/unplugin-vue-i18n's changelog.
@โintlify/unplugin-vue-i18n@โ0.11.0 (2023-05-26)
:zap: Improvement Features
#271 fix(unplugin-vue-i18n): bump intlify/bundle-utils (@โkazupon)
Committers: 1
kazuya kawaguchi (@โkazupon)
@โintlify/unplugin-vue-i18n@โ0.10.1 (2023-05-26)
:bug: Bug Fixes
#270 fix: escape string, when there's a...
60d3cb0 chore(deps-dev): bump @intlify/unplugin-vue-i18... - dependabot[bot]
This fixes mod icons not appearing, a bug introduced in #622