#github
1 messages ยท Page 36 of 1
Closes #670
Added setting to choose the default emote menu on initial open.
Default value for setting is the same as the original hard-coded value.
Fixes #654
Do not highlight messages as "reply" if message and parent message are rom yourself (ie. sending a message in a thread starting from your own message)
Ignore mentions from yourself
This PR also allows the use of the test arg even when a regex patter is defined. If both a pattern and a test are defined, the result is AND'd. If only a test is defined, the result is the result of the test
This is not a suitable selector, the order of elements could change at anytime. Consider using a react hook 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?
Firefox
Current Behavior
When using the Stream manager chat some things don't work correctly and aren't saved sometimes. For example login doesn't work at all and all the settings done on the normal twitch chat are not applied to this one.
Expected Beha...
72c00ed settings(feat): default Emote Menu Tab (#735) - 2547techno
What is the purpose of this?
72c00ed settings(feat): default Emote Menu Tab (#735) - 2547techno
When defining a chatHighligh, if regexp/pattern are defined, you can still define test, both must pass to return true for checkMatch.
Originally if both were defined, test would be ignored due to the else if
That doesn't seem useful, there is no reason I can think of where it would be desirable to have both a pattern and a test function. The latter is capable of doing the former anyway.
That's fair, I can put it all in test, seemed cleaner to separate them
This is unfortunately quite low quality, I would advise learning a little bit about Vue (the framework used by the Extension) first, then this could be integrated better now that we have a proper user card, for example a button inside the card to toggle this.
Why are you doing DOM operations on our own elements?
Such logic should be built into a directive.
This should just be a link to a WSL install guide instead.
[Extension] Branch dependabot-npm_and_yarn-master-typescript-eslint-parser-5.60.1 was force-pushed to `5a91553`
This seems a little overengineered
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-typescript-eslint-parser-5.60.1
[Extension] Branch dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-5.60.1 was force-pushed to `b6a7963`
519217a chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
12f59c4 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-5.60.1
12f59c4 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
bbd0302 chat-highlights(tweak): ignore mention/reply to... - 2547techno
bbd0302 chat-highlights(tweak): ignore mention/reply to... - 2547techno
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
As a Twitch chat reader
I would like to be able to pick the color of alternating background color / alpha
So that I can have more contrast making it easier to read and to have more freedom of choice
Right now were hard coding this value to hsla(0deg, 0%, 50%, 6%).
It...
Closes #694
Looking for some feedback on the initial approach. Would this be something that could be moved forward with?
Also wasn't sure about the general feeling of adding a new dependency.
Placeholder icon for Backup section is from Font Awesome Free so I assume that needs to be changed before any merge.
- [x] Serialize settings into JSON file
- [x] Prompt browser to download JSON file
- [x] Load JSON file
- [x] Deserialize loaded JSON & type check
- [ ] Overwrite settings ...
Ironically, hooking the top nav bar breaks the settings button (since settings button uses manual dom operations)
8370d03 chore(deps-dev): bump stylelint-config-standard... - dependabot[bot]
Bumps stylelint-config-standard-scss from 9.0.0 to 10.0.0.
Release notes
Sourced from stylelint-config-standard-scss's releases.
10.0.0
Changed: updated to stylelint-config-recommended-scss@12.0.0.
Changelog
Sourced from stylelint-config-standard-scss's changelog.
10.0.0
Changed: updated to stylelint-config-recommended-scss@12.0.0.
Commits
79e87ea 10.0.0
2a091dd Prepare 10.0.0
bcf10fb Bump np from 7.7.0 to 8.0.2...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-stylelint-config-standard-scss-10.0.0
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
pause the stream when click on player just like "action on click" on twitch 7tv. userscript that works:
document.addEventListener('click', (event) => {
if (event.target?.classList.contains('vjs-tech')) {
` document.querySelector('video')?.pause();
...
This is functionally working, however I'm taking feedback on how to structure/organize the code since there is shared functionality between modules
I'm running into an issue where the component mounts too early, but also at the same time I want it to mount if it can't find the hooked instance. Maybe can help suggest what should be done here as this is a little beyond my current knowledge
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
I have set a word highlight, It shows highlighted word in tab which is not focused. But, i come back after few minutes to the tab, the message is no longer in chat history because chat scrolled past the set limit of messages to show and cannot even find who sent the message ...
This works for now, noting the plan is to redesign this card entirely (or, design it at all, since it's more of a messy data table as-is)
3133541 emote-card(tweak): add artist attribution (#742) - 2547techno
3133541 emote-card(tweak): add artist attribution (#742) - 2547techno
Remove the query to /v2/cosmetics and the handling of static cosmetics, as most clients have now updated to v3 the need for this is minimal. This will have the immediate effect where cosmetics of non-v3 will no longer appear due to lack of presence signaling.
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
Feature
When watching a Twitch VOD, it shows timestamps relative to the stream start:
Instead of showing the relative time, I'd like to see the absolute time.
E...
The code quality here is slightly subpar, however I believe your current approach is correct, but needs refining.
We should not be abusing lint disables to try to get around formatting.
I don't really understand this at all, why are we trying to redefine the hook multiple times after each settings change?
Instead here, rather instead of disabling stylelint rules, just use the encapsulation formatting
.seventv-hide-player-ext {
.video-player {
.extension-taskbar, .extension-container,
.extensions-dock__layout, .extensions-notifications,
.extensions-video-overlay-size-container {
display: none !important;
}
}
}
Change-log entries should be capitalized properly.
Shouldn't this function just call forceUpdate()?
This is a good idea, however might not work in all cases, not sure a good way around that either. It wont be able to save some things, like the custom audio files (I think there may be some other strange objects used as well, as the settings system doesn't really make distinctions of types)
Also be weary as this may save MORE than you expect it to as well, some internals use settings as storage, you may be well off adding another defaulted parameter for if a setting should be attempted to ...
The issue occurs when the "Hide Subscription Status in Chat Viewer Card" option is enabled in Twitch settings.
It says "Tier 1 - Subscribed for 0 months" no matter how long or which tier you have subscribed.
Before:
After:
60acff2 chore(deps-dev): bump @intlify/unplugin-vue-i18... - dependabot[bot]
Bumps @intlify/unplugin-vue-i18n from 0.11.0 to 0.12.0.
Changelog
Sourced from @โintlify/unplugin-vue-i18n's changelog.
@โintlify/unplugin-vue-i18n@โ0.12.0 (2023-07-01)
:star: Features
#277 feat(unplugin-vue-i18n): support jit compilation (@โkazupon)
Committers: 1
kazuya kawaguchi (@โkazupon)
Commits
029e872 release: unplugin-vue-i18n@0.12.0
9139c28 feat(unplugin-vue-i18n): support jit compilation (#277)...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-intlify-unplugin-vue-i18n-0.12.0
54be149 chore(deps-dev): bump eslint from 8.43.0 to 8.44.0 - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-eslint-8.44.0
Bumps eslint from 8.43.0 to 8.44.0.
Release notes
Sourced from eslint's releases.
v8.44.0
Features
1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
ef6e24e feat: t...
Changes made: Non-primitive constructor types now need to have a defined deserialization function for them to be allowed to be serialized/deserialized.
It wont be able to save some things, like the custom audio files
I wasn't able to find the setting that stored an audio file or custom objects, but in the future if a setting like this were introduced, you wou...
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 on Twitch (right next to the Textfield) nothing happens.
Console Output:
TypeError: o.closePaidPinnedChatCardForEmotePicker is not a function
f moz-extension://4025602c-e01b-4b44-848a-d91ef30102...
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
There is this big button "Get Ad-Free" to get twitch turbo in top bar of twitch, on the left side of user profile picture. We need a "Hide the twitch turbo button" feature to hide that button.

df0ce90 chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 5.60.1 to 5.61.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.61.0
5.61.0 (2023-07-03)
Features
eslint-plugin: [ban-types] ban types in extends and implements (#7129) (997783f)
support TypeScript 5.1 (#7088) (4bf2d73)
use graphemer instead of grapheme-splitter (#7069) (faea3ff)
You can read about our versioning strategy and releases on our websi...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-typescript-eslint-parser-5.61.0
0044dd6 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
Bumps @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.61.0
5.61.0 (2023-07-03)
Features
eslint-plugin: [ban-types] ban types in extends and implements (#7129) (997783f)
support TypeScript 5.1 (#7088) (4bf2d73)
use graphemer instead of grapheme-splitter (#7069) (faea3ff)
You can read about our versioning strategy and ...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-5.61.0
I'm also having the same issue it happens whenever you go to a any category in twitch 7tv refreshes my page in that category and the scroll bar just disappear. Even when I change the order of channels through the "Sort By" filter it fixes it temporarily then the pages refreshes and the scroll bar is gone again.
hello,
My suggestion is to have emotes that can go behind other emotes instead of on top of it.
I made a simple example to demonstrate my idea: https://imgur.com/a/NDqNpl0
i have done a quick check to see if its been suggested before and nothing came up, so i am sorry its been suggested a 100 times before.
Thank you for your time and have a good day.
442da41 chore(deps-dev): bump stylelint-config-standard... - dependabot[bot]
Bumps stylelint-config-standard from 33.0.0 to 34.0.0.
Release notes
Sourced from stylelint-config-standard's releases.
34.0.0
Removed: stylelint less than 15.10.0 from peer dependencies
Changed: updated to stylelint-config-recommended@13.0.0.
Changelog
Sourced from stylelint-config-standard's changelog.
34.0.0
Removed: stylelint less than 15.10.0 from peer dependencies
Changed: updated to stylelint-config-recommended@13.0.0.
...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-stylelint-config-standard-34.0.0
aa3bbf9 chore(deps-dev): bump stylelint from 15.9.0 to ... - dependabot[bot]
[SevenTV/Extension] Pull request opened: #755 chore(deps-dev): bump stylelint from 15.9.0 to 15.10.0
Bumps stylelint from 15.9.0 to 15.10.0.
Release notes
Sourced from stylelint's releases.
15.10.0
Added: media-query-no-invalid (#6963) (@โromainmenke).
Added: support for JS objects with extends config option (#6998) (@โfpetrakov).
Fixed: inconsistent errored properties in stylelint.lint() return value (#6983) (@โybiquitous).
Fixed: {selector,value}-no-vendor-prefix performance (#7016) (@โjeddy3).
Fixed: custom-property-pattern performance (#7009) ...
Now you can skip serialization for setting by adding an option when declaring the setting.
Only skips serialization if serialize is strictly false. Assume undefined as true
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
For a few weeks, the extension has been completely broken on youtube. I don't use twitch, i dont know if it works there. But on Brave browser the extension itself will not display any emotes or functions, the extension icon will just ...
[SevenTV/EgVault] New branch created: feat/payable-redeem
[SevenTV/Website] New branch created: feat/redeem-authorize
Thank you,
I accidently ran the stable version though it works with nightly
e973bf7 chore(deps-dev): bump @types/node from 20.3.1 t... - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-types-node-20.4.0
Page preview:
Screenshot includes dummy settings to show what will display when there are unserializable settings of both types, from either the forced serialize: false option or a setting with an undefined deserialization function, URL in this case
https://github.com/SevenTV/Extension/blob/e0b407e261665ed8fe67677fd59f07066401361a/src/site/twitch.tv/modules/player/PlayerModule.vue#L75...
forgot to add ss of error message
adds #576
taking suggestions on css formatting and handling custom components/ignores
I believe the parent is the root, so I am not sure if specifying a selector would make a difference here
I was thinking that another property (disableReset ?) should be added to SettingNode interface so that a setting can be declared as non-resettable when one uses declareConfig. At least this way we can exclude custom types or types with non-primitive values?
Pinning them like Bttv and FFZ (through FFZ Enhancing addon) is also an option.
References:
https://github.com/night/betterttv/blob/e3c40878f5ae3f2b4111549333160735f963d525/src/modules/chat_highlight_blacklist_keywords/index.js#L400
https://github.com/Tester798/ffzenhancing/blob/2c853c88f227c0da401a0f023e92bb8da58d6262/ffzenhancing.js#L888
88c08c8 chore(deps-dev): bump stylelint from 15.9.0 to ... - dependabot[bot]
[SevenTV/Extension] Pull request opened: #759 chore(deps-dev): bump stylelint from 15.9.0 to 15.10.1
Bumps stylelint from 15.9.0 to 15.10.1.
Release notes
Sourced from stylelint's releases.
15.10.1
Security: fix for semver vulnerability (#7043) (@โromainmenke).
Fixed: invalid option regression on Windows 10 (#7043) (@โromainmenke).
15.10.0
Added: media-query-no-invalid (#6963) (@โromainmenke).
Added: support for JS objects with extends config option (#6998) (@โfpetrakov).
Fixed: inconsistent errored properties in stylelint.lint() return value (#...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-stylelint-15.10.1
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-stylelint-15.10.0
1537269 chore(deps-dev): bump vite from 4.3.9 to 4.4.1 - dependabot[bot]
Bumps vite from 4.3.9 to 4.4.1.
Release notes
Sourced from vite's releases.
create-vite@4.4.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
4.4.1 (2023-07-06)
fix: revert #13073, use consistent virtual module ID in module graph (#13734) (f589ac0), closes #13073 #13734
fix: revert import config module as data (#13731) (b0bfa01), closes #13731
chore: changelog notes and clean for 4.4 (#13728) (...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-vite-4.4.1
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
Currently, FrankerFaceZ and BetterTTV global emotes are rendered in Kick chatrooms, but they are not shown in the emote picker.
Expected Behavior
Disable rendering of FrankerFaceZ and BetterTTV global emotes on Kick.
Steps ...
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
Thanks for adding pausing/muting option on player click. Can you also make separate options for vods and streams, so I can pause on click if its vod and mute on click if its live.
in this connection there will be 2 behavior, for example, if the switch is turned off, then the behavior of the emotions menu is the same as now
if this switch is enabled, then after sending a message in the chat with the emote menu enabled, the menu will automatically close as in the default behavior of twitch
2571090 chore(deps-dev): bump stylelint from 15.9.0 to ... - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot/npm_and_yarn/stylelint-15.10.1
[SevenTV/Extension] Pull request opened: #764 chore(deps-dev): bump stylelint from 15.9.0 to 15.10.1
Bumps stylelint from 15.9.0 to 15.10.1.
Release notes
Sourced from stylelint's releases.
15.10.1
Security: fix for semver vulnerability (#7043) (@โromainmenke).
Fixed: invalid option regression on Windows 10 (#7043) (@โromainmenke).
15.10.0
Added: media-query-no-invalid (#6963) (@โromainmenke).
Added: support for JS objects with extends config option (#6998) (@โfpetrakov).
Fixed: inconsistent errored properties in stylelint.lint() return value (#...
Just a really small change, but I noticed that the actual response was count, not Count :)
I added some initial tests, let me know what you guys think.
I hope the yarn.lock isn't too scuffed.
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?
Opera
Current Behavior
try log in using big 7tv button on kick and nothing the webside open new window, log in and nothing get back to this button and click again log in, aslo cannot use kick chat
Expected Behavior
try log in using big 7tv button on ki...
@AnatoleAM I also have this issue using chrome. Same behavior as the video posted in the last comment. I have disabled all other extensions for twitch and the the issue stops if I disable 7tv but reappears when 7tv is enabled again. Issue only occurs when the preview video is turned off.
42838c4 chore(deps-dev): bump @types/node from 20.3.1 t... - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-types-node-20.4.1
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-types-node-20.4.0
c44e088 chore(deps-dev): bump @intlify/unplugin-vue-i18... - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-intlify-unplugin-vue-i18n-0.12.2
Bumps @intlify/unplugin-vue-i18n from 0.11.0 to 0.12.2.
Changelog
Sourced from @โintlify/unplugin-vue-i18n's changelog.
@โintlify/unplugin-vue-i18n@โ0.12.1 (2023-07-07)
:bug: Bug Fixes
#279 fix(unplugin-vue-i18n): sourcemap warning (@โkazupon)
Committers: 1
kazuya kawaguchi (@โkazupon)
@โintlify/unplugin-vue-i18n@โ0.12.0 (2023-07-01)
:star: Features
#277 feat(unplugin-vue-i18n): support jit compilation (@โk...
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-intlify-unplugin-vue-i18n-0.12.0
4a8000d chore(deps-dev): bump vite from 4.3.9 to 4.4.2 - dependabot[bot]
Bumps vite from 4.3.9 to 4.4.2.
Release notes
Sourced from vite's releases.
create-vite@4.4.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
4.4.2 (2023-07-07)
fix(css): use single postcss instance (#13738) (c02fac4), closes #13738
4.4.1 (2023-07-06)
fix: revert #13073, use consistent virtual module ID in module graph (#13734) (f589ac0), closes #13073 #13734
fix: revert import config module ...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-vite-4.4.2
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-vite-4.4.1
955b649 chore(deps-dev): bump @typescript-eslint/eslint... - dependabot[bot]
Bumps @typescript-eslint/eslint-plugin from 5.60.1 to 5.62.0.
Release notes
Sourced from @โtypescript-eslint/eslint-plugin's releases.
v5.62.0
5.62.0 (2023-07-10)
Bug Fixes
eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938) (24bdacc)
eslint-plugin: [prefer-includes] escape special characters (#7161) (5a347a5), closes #7145
eslint-plugin: replace auto-fix ...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-5.62.0
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-typescript-eslint-eslint-plugin-5.61.0
91ff69c chore(deps-dev): bump @typescript-eslint/parser... - dependabot[bot]
Bumps @typescript-eslint/parser from 5.60.1 to 5.62.0.
Release notes
Sourced from @โtypescript-eslint/parser's releases.
v5.62.0
5.62.0 (2023-07-10)
Bug Fixes
eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938) (24bdacc)
eslint-plugin: [prefer-includes] escape special characters (#7161) (5a347a5), closes #7145
eslint-plugin: replace auto-fix of class literal prop...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-typescript-eslint-parser-5.62.0
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-typescript-eslint-parser-5.61.0
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
Option to remove timestamps on VOD chat, currently the only way to remove it is to disable vod support, but I'd like to keep the vod chat support, just without the timestamps.
eb539f2 chore(deps): bump semver from 5.7.1 to 5.7.2 - dependabot[bot]
Bumps semver from 5.7.1 to 5.7.2.
Release notes
Sourced from semver's releases.
v5.7.2
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41 #585 better handling of whitespace (#585) (@โjoaomoreno, @โlukekarrys)
Changelog
Sourced from semver's changelog.
5.7.2 (2023-07-10)
Bug Fixes
2f8fd41 #585 better handling of whitespace (#585) (@โjoaomoreno, @โlukekarrys)
5.7
Add minVersion method
5.6
Move boolean loose param to an options object, with
backwards-compatib...
[SevenTV/Extension] New branch created: dependabot/npm_and_yarn/semver-5.7.2
bdb976c chore(deps-dev): bump terser from 5.18.1 to 5.19.0 - dependabot[bot]
Bumps terser from 5.18.1 to 5.19.0.
Changelog
Sourced from terser's changelog.
v5.19.0
Allow /@MANGLE_PROP/ annotation in object.property, in addition to property declarations.
v5.18.2
Stop using recursion in hoisted defuns fix.
Commits
2993f2c 5.19.0
0856e9f update changelog
e4126e8 extend MANGLE_PROP for object property access and assignment (#1409)
6a444c3 Update dependency acorn to v8.10.0 (#1406)
e8a715d Update dependency @โjridgewe...
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-terser-5.19.0
949247b chore(deps-dev): bump vite from 4.3.9 to 4.4.3 - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-vite-4.4.3
Bumps vite from 4.3.9 to 4.4.3.
Release notes
Sourced from vite's releases.
create-vite@4.4.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
4.4.3 (2023-07-11)
fix: avoid early error when server is closed in ssr (#13787) (89d01eb), closes #13787
fix(deps): update all non-major dependencies (#13758) (8ead116), closes #13758
fix(server): remove restart guard on restart (#13789) (2a38ef7), closes...
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-vite-4.4.2
A possible quick fix for this, may be to add validation to the interface on the website to check whether the emote set that is being deleted is categorized as a "Personal Emote Set" so users do not accidentally delete their emote sets.
Here's an example of how you might be able to apply the fix in EmoteInteractions.vue, a different variable may be needed to identif...
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
Whenever I'm scrolling through streams in Just Chatting for example, I can scroll all the way to the bottom no issues.
As soon as I open another stream in a new tab or window, the page automatically scrolls all the way back to the...
Added !isPersonal to the conditional rendering of the delete button, this should be a temporary fix to stop users from deleting their personal emote set.

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?
Other
Current Behavior
I'm using AtlasOS (22H2 Win10) and Brave Browser. Issue started appearing after I changed my PC. Whenever I restart my PC, and start the browser, I see the 7TV Onboarding page (seems like it doesn't remember that I've already had OOBE)...
If you're getting the onboarding page on every restart, you most likely have some sort of amnesia settings that automatically clears all data, which would also explain why emotes don't show as persistent storage is required.
Please check your browser settings.
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?
Other
Current Behavior
When we do a fresh installation of 7tv nightly extension, On selecting auto claim channel points through onboarding process, It still does not enable auto claim channel points on twitch dashboard view.
Expected Behavior
It shoul...
[SevenTV/EventAPI] New branch created: fix/remove-gc-force
[SevenTV/EventAPI] branch deleted: fix/remove-gc-force
4e776bd docs: correct casing of count in heartbeat payl... - mjfwebb
ac43af1 docs: fix incorrect eventsource delimiter (#116) - MatinAniss
ae44c16 chore(deps-dev): bump @types/node from 20.3.1 t... - dependabot[bot]
[SevenTV/Extension] New branch created: dependabot-npm_and_yarn-master-types-node-20.4.2
[SevenTV/Extension] branch deleted: dependabot-npm_and_yarn-master-types-node-20.4.1
I have this issue as well. Seems like the same issue reported in #635, but that issue was closed, so not sure anyone is looking at it anymore. There is good info there that describes the issue as well as a linked YouTube video showing the issue.
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
When replying to a thread, the window that shows the messages disappears when using the : colon emote menu. Even though the window disappeared, when you send the next message it will reply to the thread. You can click reply on another...
I'm still having the same issue also and I even went around switch browsers three times and it still happens, it's definitely the extension causing the problem. You can fix it by just disabling the extension altogether . It seems this problem occurs with a small amount of users.
Example : https://youtu.be/O6cqk3QiRXs