Feature/144 add all match colors#167
Merged
Merged
Conversation
BucketRaphi
requested review from
Hazeolation,
RubberDuckCollector and
iLollek
as code owners
July 15, 2026 13:45
|
Label "NoMerge" not applied. Merging enabled. |
4 similar comments
|
Label "NoMerge" not applied. Merging enabled. |
|
Label "NoMerge" not applied. Merging enabled. |
|
Label "NoMerge" not applied. Merging enabled. |
|
Label "NoMerge" not applied. Merging enabled. |
Hazeolation
requested changes
Jul 17, 2026
Hazeolation
left a comment
Owner
There was a problem hiding this comment.
Aside from comment everything else is good
Owner
|
@BucketRaphi Can you explain how the Colour Lock toggle works? Considering there are 3 presets in Splatoon 3 |
Collaborator
Author
The color lock toggle works as follows:
|
Hazeolation
approved these changes
Jul 17, 2026
RubberDuckCollector
approved these changes
Jul 17, 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 #144 feature
Closes #144
Description
Adds controls to change the displayed match colors in all overlays that display team colors
Currently there are 12 supported colors, 10 for normal matches, and 2 for color lock
Affected Component(s)
Feature Details
User-Facing Changes
The streamer now has 2 new buttons to interact with in the sidebar. One opens up the color select dialog where they can choose a specific color, and a button to skip to the next color in the list if color lock isn't active
Technical Implementation
currentColorsIdproperty that reflects which color currently is selected from either theBroadcastStateService.matchColorsorBroadcastStateService.colorLockColorslistcolorLockActiveproperty that reflects if color lock is active or notNew Dependencies
@angular/materials: Built-In Angular support for dialogs and dialog visibility handlingRelated
Files Changed
New Files
Frontend/control-panel/src/app/dialogs/change-colors-dialog/change-colors-dialog.scssFrontend/control-panel/src/app/dialogs/change-colors-dialog/change-colors-dialog.htmlFrontend/control-panel/src/app/dialogs/change-colors-dialog/change-colors-dialog.tsFrontend/control-panel/src/app/dialogs/change-colors-dialog/change-colors-dialog.spec.tsScreenshots or Demo
Color selection popup

Color display in score box

Color display in map screen

Backward Compatibility
Documentation
Checklist