sync main to beta#623
Merged
Merged
Conversation
…error - Changed iframe label from 'giveaway' to 'dock' to properly receive chat messages - Removed stray 'ss' text that was causing JavaScript reference error - Giveaway widget now successfully receives and processes chat data from Social Stream
- New OBS widget that displays giveaway entrants in a spinning wheel format - Receives chat data via Social Stream iframe connection - Features interactive wheel spinning animation for winner selection - Includes confetti effects and winner announcement display
Giveaway overlay
|
Social Stream User seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
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.
Sync main to beta
Purpose
This Pull Request aims to synchronize the
betabranch with the current state of themainbranch. The primary goal is to ensure that thebetabranch contains all the latest stable features, bug fixes, and performance improvements that have been merged intomainsince the last synchronization. This provides a robust and up-to-date foundation for continued development, pre-release testing, and the integration of new features intended for the next release cycle within the Raspberry Ninja project.Key Changes
This PR itself does not introduce new code features or bug fixes directly but rather incorporates all changes from
main. Specifically, this includes:mainsincebetawas last brought up to date.main.mainbranch since the last merge point withbeta.Context / Why
Keeping the
betabranch in sync withmainis a critical step in our development workflow. It helps to:betais conducted against the most current stable codebase.betaor future releases, minimizing the risk of building on outdated code.How to Test
Reviewers should perform comprehensive smoke tests and sanity checks on the
betabranch after this merge.betabranch locally:mainChanges (if known): If specific features or fixes were recently landed onmain, explicitly test those to ensure they are now present and functional inbeta.Considerations
betaup to speed, careful review is still important to catch any unexpected interactions or regressions.