feat(themes): channel visibility for home blocks - #1019
Merged
sallainternalbot[bot] merged 15 commits intoAug 26, 2026
Conversation
Contributor
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | ✅ 0 (≤ 2 duplication) |
AI Reviewer: run a review on demand. To trigger the first review automatically, go to your organization or repository integration settings. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
bakrimoharram
force-pushed
the
feature/TD-13969-channel-visibility
branch
from
August 6, 2026 08:15
ddf9d6d to
8eb2e89
Compare
Contributor
|
@greptile-apps review |
…annel-visibility # Conflicts: # public/app.css
…annel-visibility # Conflicts: # public/app.css
eslamoo
marked this pull request as ready for review
August 24, 2026 08:39
Member
Author
|
/autoupdate |
Contributor
Auto Update SummaryUpdated PRs:
Already Synced PRs:
|
… classes Backend now injects the per-channel display rules into the document head, keyed by [component-id="..."], so the theme no longer needs to read channel_visibility or ship the s-hide-on-* utilities. Drops 05-utilities/channel-visibility.scss and its app.scss registration, and replaces the inline ternaries on all 19 home block roots with a single component-id attribute.
Member
Author
|
/autoupdate |
Contributor
Auto Update SummaryAlready Synced PRs:
|
moharram82
approved these changes
Aug 26, 2026
Member
Author
|
/merge |
Contributor
⏳ Enqueued for MergeYour pull request has been added to the merge queue. It will be merged automatically once it reaches the front of the queue ✅ 🔄 Queue Status🚦 QueueThe queue is empty. Good luck! 🧬 PR's Dependencies |
Contributor
🔄 Merge In ProgressThis pull request has reached the front of the queue and is now being processed for merge. |
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.
What
Gives the backend a stable per-component hook on every home block root, so it can hide a block on Desktop web or Mobile web by injecting CSS into the document head.
Every home block root
<section>now carriescomponent-id="{{ componentId }}". The theme emits no visibility logic and no classes of its own.