fix: treat deprecated scopes as selectable and fix badge count#3035
fix: treat deprecated scopes as selectable and fix badge count#3035HarshMN2345 merged 1 commit intomainfrom
Conversation
Greptile SummaryThis PR fixes two related issues in the API key scopes selector: deprecated scopes were excluded from category-level batch toggling, and the per-category badge count used
Confidence Score: 3/5The badge count fix is correct, but the header checkbox state computed by The The single changed file Important Files Changed
|
Deprecated scopes were excluded from category toggle and Select All, causing the selected scope count badge to disagree with actual state. Badge count now reads from activeScopes directly instead of effectiveScopes to avoid reactivity lag. Deprecated scopes still display the Deprecated badge for visibility.