fix(circle-sunset): re-hide circle entry reopened by carbon-badge commit#5972
Merged
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.
|
This was referenced Jun 17, 2026
Merged
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.
問題
CTO 回報「圍爐入口又被打開」。排查確認:圍爐 sunset 系列(ed1108cea / 814c776)原本用註解關閉個人頁與側欄的 CircleWidget 入口,但被 commit
4acdd2035("Display carbon based badge",Codex 生成,PR #5934/#5935/#5937)以 sunset 前的內容重寫檔案、解除註解,導致入口重新顯示。影響範圍
src/views/User/UserProfile/index.tsxsrc/views/User/UserProfile/AsideUserProfile/index.tsx修改
把兩個檔案的圍爐三處(import /
circles變數 /<CircleWidget>render)重新加回// FEATURE IS SUNSETTING註解,保留CarbonBasedBadge相關新增。tsc --noEmit+ ESLint + stylelint 通過。全面排查附註
同批 Codex commit(碳基徽章 + personhood)已全面掃過,其餘共用檔(Badges、UserFeatures schema、moments 按讚、community-watch、後端 circle-sunset)皆未受影響——圍爐是唯一回退點。
🤖 Generated with Claude Code