feat(channels): add channel management TV surface - #247
Closed
MrFr3di wants to merge 1 commit into
Closed
Conversation
45 tasks
MrFr3di
changed the base branch from
main
to
feature/channel-control-management-projection
August 31, 2026 06:13
Collaborator
Author
|
Closing as superseded by the later canonical CC-3 implementation PR #254. Both target the same Manage Channels surface over #245; keeping parallel UI variants open makes the Channel Control restack ambiguous. Any accepted behavior from this branch must be validated against #254/current main rather than merged separately. |
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.
Scope
CC-3 stacked on #245. Adds the dedicated TV
Manage Channelssurface on top of the canonical/profile-scoped Channel Control mutation and management projection layers.Planned in this slice:
ManageChannelsdestination under Channels;ALL/VISIBLE/HIDDENmanagement filters;ChannelBrowseRepository.managementPages;ChannelPreferencesRepository;The first commit is RED-first and defines the management ViewModel contract. The PR remains draft until exact-head checks are green.
Temporarily targeted at
mainonly to trigger the repository's PR CI; after validation it will be restored to the stacked basefeature/channel-control-management-projection.