Conversation
8ed2607 to
249ff72
Compare
8a17ab3 to
8a79031
Compare
7b5dd20 to
8a5f2de
Compare
d7a7d5e to
c1c6d2b
Compare
/ttsuser does what /tts and /ttsoff were doing until then /tts now simply reads given message out loud. If TTS isn't enabled, /tts will open TTS parameters
Removing reactive() singletons in favor of simple refs() Dropping SD plugin now that it lives on a dedicated repo
Shows formatted JSONs Allows to copy JSON or generated TS type Decoupled from OBS-Websocket
- Dropping tenor gif controller as google is shutting API down - Better caching system for Bingo grids data - Better caching system for User data - Better SSE lifecycle on frontend to reduce spam - Proper identification of "main app" sse connection count - Replacing readFileSync with promised read to avoid locking thread - enabling "noImplicitAny" for better type safety
There was a caching issue, it wasn't properly updating after changing the grid's config Adding a global "streamer state" endpoint for twitch extension to get any running bingo or quiz. Adding viewers notifications of configs updates
Cleaning up few logs btw
Faster uncheck animation Hiding leaderboard after updating the grid
Progressing "free answer" quiz form/ Making right actions of the toggle block take full height by default Removing all shitty css overrides that were used for this before
If lacking space for right action buttons, they're replaced with a button to open them in a popout
Cannot create more counter and values if limit is reached
ex: clicking duplicate from the popout now closes teh popout Fixes remaining bad implements of new toggleblock
CSV import done Overlay showing current question and timer
adding base for user answers handling adding $utils global prop
Moving directives to dedicated files. New directive to add drop shadow bellow sticky elements only when stuck. In the future this will be replacable with pure CSS but it's only expirimental for now :(
Moving main component to standard vue3 syntax Refactoring all windows structur for better header/body logic Refactoring raid window for something lighter Adding remaining time before a raid starts on the footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[NEW]
[MISC]
noImplicitAny" and "noUncheckedIndexedAccess" for better type safety (noImplicitAnyonly on backend, way too much effort to enable on frontend)[FIX]