feat(site): gate appearance settings behind Premium paywall - #27948
Conversation
Appearance settings previously showed a Premium paywall badge above still-visible branding and announcement banner forms. When appearance is not entitled, show only the shared Premium paywall. When entitled, show the branding form and announcement banners.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 37f0beaa9c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| } | ||
| /> | ||
| <AnnouncementBannerSettings | ||
| isEntitled |
There was a problem hiding this comment.
Remove the now-unreachable entitlement branch
This component is now mounted only inside the parent’s isEntitled branch, and this call always passes true; repo-wide search confirms there are no other callers. Consequently, every !isEntitled path in AnnouncementBannerSettings, including its license guidance and disabled table state, is unreachable and leaves a misleading prop/API behind. Remove the prop and simplify those dead branches in accordance with the canonical FE3 contract.
AGENTS.md reference: site/AGENTS.md:L5-L7
Useful? React with 👍 / 👎.
…olve appearance paywall conflicts
Appearance settings previously showed a Premium paywall badge above still-visible branding and announcement banner forms.
When appearance is not entitled, show only the shared Premium paywall. When entitled, show the branding form and announcement banners.