ux(extensions): hide stale repo banner + clarify Update All scope#61
Merged
Conversation
Gates the post-Check-Updates "X More from Repos" banner and its NewSkillsDialog mount with a const flag so the UI surface is hidden without removing the discovery pipeline. Backend check_updates still scans repos and returns new_skills; only the frontend rendering is suppressed. Flip ENABLE_NEW_REPO_SKILLS to true to restore. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The Update All button count is computed across all groups (ignoring the current scope and filter chips), but the per-row blue dot only renders for groups visible in the filtered view. When a user filters to a single scope or agent, the count can exceed the visible dots and look like a bug. Add a hover tooltip on the Update All button reusing the existing "X updates available" string, and update both en/zh translations to include "across all scopes" / "ε ¨ι¨θε΄" so the global semantic is explicit. The same string is also used by the post-Check-Updates toast, which benefits from the same clarification. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Two small UX fixes on the Extensions page:
ENABLE_NEW_REPO_SKILLSconst flag. The discovery pipeline incheck_updatesstill runs (verify path needs it); only the frontend banner + dialog mount are gated. Flip the flag totrueto restore.scope.all = "ε ¨ι¨θε΄"incommon.json).Test plan
π€ Generated with Claude Code