hotfix(circle-sunset): re-hide circle entry reopened on master#5973
Closed
mashbean wants to merge 1 commit into
Closed
hotfix(circle-sunset): re-hide circle entry reopened on master#5973mashbean wants to merge 1 commit into
mashbean wants to merge 1 commit into
Conversation
The circle widget entry on both the user profile and aside user profile was accidentally re-enabled by 4acdd20 ("Display carbon based badge"). That Codex-generated commit rewrote these two files from a pre-sunset view and un-commented the CircleWidget import / circles var / render, reopening the circle (圍爐) entrance that the sunset series (ed1108c / 814c776) had intentionally hidden. Re-apply the sunset comments to all three spots in both files while keeping the CarbonBasedBadge additions intact. Present on both develop and master, so this also needs to reach master. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
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.
🔥 Hotfix
線上 master 上的圍爐(圍爐 / Circle)入口被意外重新打開,CTO 回報。本 PR 直接修進 master 止血。
根因
sunset 系列(ed1108cea / 814c776)原本關閉個人頁與側欄的 CircleWidget 入口,被 Codex 生成的 commit
4acdd2035("Display carbon based badge")以 sunset 前內容重寫檔案、解除註解而回退。develop 端修復見 #5972;此 hotfix 為對應的 master cherry-pick。修改
UserProfile/index.tsx與AsideUserProfile/index.tsx圍爐三處重新關閉,保留 CarbonBasedBadge。等同 #5972。🤖 Generated with Claude Code