Open
Conversation
a09a830 to
5c7d438
Compare
Collaborator
Author
|
/Azurepipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sandboxcoder
approved these changes
Dec 18, 2025
* enable enhanced broadcasting checkbox for Apple Silicon * bump OSN to 0.26.1test4
* feat(controls): add callout control * feat(multistream): add ultra features page * pr: address feedback
* feat(reactive_widgets): add reactive widget source bp, link apis, UI (wip) * reactive widget menu, add trigger settings, WIP * reactive widget menu, add trigger settings, WIP * add data binding to reactive widgets (WIP) * reactive widgets submit new trigger binding (WIP) * reactive widgete settings bindings, (WIP) * reacrtive widgets data binding, ui polish (WIP) * add manage on web button (WIP) * reactive widgets ux polish, WIP * refactor reactive widget settings (WIP) * refactor reactive widget settings (WIP) * refactor reactive widget settings (WIP) * refactor reactive widget settings (WIP) * refactor reactive widget settings (WIP) * refactor reactive widget settings (WIP) * refactor reactive widget settings (WIP) * tab routing, types (WIP) * refactor reactive widgets, WIP * add types, sanitize triggers, WIP * add reactive widget typings * reactive widget types and safe checks * rm console logs * reactive widget typings and refactor, WIP * add new fields to reactive widgets * refactor reactive widgets (WIP) * reactive widgets: rm stale fields (wip) * reactive widgets: extract types, refactor (WIP) * Update deleteTrigger API calls to include scopeId parameter * feat: add tts support to reactive widget * feat: update ReactiveWidgetTriggerDetails with voice and volume label changes * feat: improve reactive widget trigger details and media handling * feat: remove unused flattenAnimationOptions function and replace with mapAnimationGroups * move playReactiveAlert to useReactiveWidgets * refactor groupedlistinput, refactor reactive tab menu parsing * refactor trigger details, enable searchable input in trigger create form * rename reactive widget to game pulse * game pulse * feat: add tutorial and default settings functionality to GamePulse widget * add x-force-test header to widget preview * refactor structuredclones out of gamepulse * undo icon for gamepulse (temp) * extract game pulse initdefaults flow * rename gamepulse preview fn * move gamepulse consts to consts file * optimize trigger preview handling * update onSubmit type on create trigger form * rm inline styles * update relative imports * improve game_pulse_api typing * add missing translations to gamepulse * fix typo * merge groupedlist into listinput * lint, move setIsSubmitting to finally block * lint * remove 'satisfies' operator to resolve ESLint parsing error * pr updates * replace types, consts, helpers file with model on gamepulse widget * add widget-game-pulse to fallback.ts
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.
This PR includes both
masterandstagingbranches.The only unique change has made to the
test/regular/obs-importer.tsto work around a data race I was unlucky to face.