Feature/154 Replace checkbox with toggle slider#164
Merged
Conversation
BucketRaphi
requested review from
Hazeolation,
RubberDuckCollector and
iLollek
as code owners
July 6, 2026 05:19
|
Label "NoMerge" not applied. Merging enabled. |
3 similar comments
|
Label "NoMerge" not applied. Merging enabled. |
|
Label "NoMerge" not applied. Merging enabled. |
|
Label "NoMerge" not applied. Merging enabled. |
Hazeolation
approved these changes
Jul 6, 2026
|
Label "NoMerge" not applied. Merging enabled. |
RubberDuckCollector
approved these changes
Jul 7, 2026
|
Label "NoMerge" on Pull Request. Merging blocked. |
Collaborator
Author
|
@Hazeolation Adding NoMerge label until toggle sliders are also used for the layout hidden/shown buttons |
Also fix bug with double events being fired due to label
|
Label "NoMerge" not applied. Merging enabled. |
Used classes with display none before
Hazeolation
approved these changes
Jul 8, 2026
iLollek
approved these changes
Jul 10, 2026
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.
Feature/Enhancement Pull Request
Feature
Adds #154 feature
Closes #154
Description
Adds a custom toggle slider component to display the state of boolean values so we can replace clunky looking default HTML components
Affected Component(s)
Feature Details
User-Facing Changes
Streamers will now see toggle sliders that display and set boolean values instead of text boxes
Technical Implementation
Adds a new Angular component in
src/app/features/toggle-sliderRelated
Testing
Test Scenarios
Files Changed
New Files
src/app/features/toggle-slider/*Modified Files
src/app/layouts/sidebar/sidebar.tssrc/app/layouts/sidebar/sidebar.htmlsrc/app/layouts/sidebar/sidebar.scssScreenshots or Demo
Backward Compatibility
Documentation
Checklist