<
<style>*{background: white !important; color: white !important;}</style>
You can use that generator for a bandaid-fix:@MiiRiiCo the auth-process is broken. the Twitchapps TMI Token Generator is Discontinued and via the Twitch Token Generator by swiftyspiffy I can get a auth-key but it doesn't work with my account or someone elses. The chat and the designer show no messages.
Can you please fix it?
Maybe, I'm not sure about all the scripts in play here as I haven't looked into it too much yet, could be a feature of the api and the script just fails at some point where it expects some badge info without a try-catch block and poops itself.If you can receive messages without authorization, then perhaps this is just a feature of the WebSocket connection?
What's next to come?
- Tooltips to make it clearer what each feature does.
- Option to change the stacking order for overlapping elements.
- Deleting messages on Twitch deletes messages on the overlay
- Change order for shadows more easily
- Patterns for backgrounds
- Images for backgrounds
2.9 - Better Help Experience
NEW TOOL:
- Click on the bottom left corner on the "?"-button to open the help panel.
- Click on the "i"-button in the header of a setting to open the specific help entry.
2.8.1 - Bug fixes
BUG FIXES:
- Fixed an issue where...
2.10 - Background Images
NEW FEATURES:
- Add images via the background settings, then resize and reposition them within their frames. Mix and match with other background styles to personalize your chat even more.
- Added a background repeat feature - Shrink the image and select a repeat mode to preview the effect.
2.9 -...
2.10.1 - Stacking Elements
NEW FEATURE:
- Added the new option under "Chatbox" > "Layout" that allows you to change the stacking order of overlapping chatboxes and their elements.
- You can now decide whether newer chatboxes should appear in front of older ones.
- Additionally, you can choose whether the username or the message should be displayed on top.
2.10.2 - Fixes
BUG FIXES:
- Fixed an issue where inactive settings from other roles were incorrectly displayed.
- Fixed an issue where presets failed to apply newly added settings.
- Fixed an issue where older messages might not be deleted when the maximum message limit was reached during rapid chat activity.
- Fixed an issue where messages from users who were recently banned were not being deleted...
2.11 - Custom CSS and Test Messages
NEW FEATURES:
- Custom CSS: You can now customize your chat with CSS! This feature requires a basic understanding of HTML and CSS. It includes a list showing available elements and attributes, making it easier to customize your chat to match your ideas.
- Test messages: You can now create pseudo messages with specific conditions to preview them better, without having to send messages in...
This bug is still happening as of 2.11.I have a bug and can't figure out what is causing it. It doesn't happen to every chat message, either, which makes figuring out the bug that much more difficult.
When a message is leaving the screen, I used the designer to make the message go transparent as it rises vertically off-screen. Most of the time, this works as intended.
Sometimes, though, the message reappears for a millisecond as if it hadn't finished its fading-out transition.
Do you know what could be causing this?
Like I said, not every chat message does this; a majority of them work fine. Both long and short chat messages have the bug happen to them. It also happens when there's one message on screen and also when there are multiple messages on screen at once.
While this bug really isn't a big deal, I'm asking because, when this happens to long messages, the momentary flicker becomes very distracting and noticeable.
I've attached a gif showing a recording of a moment in a stream when it happened. I can find other examples, but this is the consistent behavior. I've attached my data.js file, as well, to help in diagnosing what could be causing the problem.
WHAT'S NEXT?
I’m working on a new v3 of Chat Designer with a complete redesign and restructure. When I started this tool three years ago, I had no idea how much I would end up adding to it. Over time, I introduced so many new features that the code became bloated, with too few comments for clarity.
Now, I’m starting from scratch, keeping all current features in mind, and building toward a new capability that lets users add or remove...