Skip to content

Conversation

@talissoncosta
Copy link
Contributor

Summary

  • Remove "Targeting" section from FeatureDetailsGrid (segment/identity override counts were misleading as they're per-environment)
  • Remove SegmentOverridesSection component entirely
  • Remove FlagStatsRow component (enabled/disabled counts were misleading)
  • Clean up calculateFeatureStats utility function

Follows the LaunchDarkly Backstage plugin approach - keep it simple with ON/OFF per environment, remove aggregated data that could be misinterpreted.

Test plan

  • Verify FlagsTab displays correctly without Targeting section
  • Verify OverviewCard displays correctly without FlagStatsRow
  • Verify no console errors

🤖 Generated with Claude Code

Follow LaunchDarkly Backstage plugin approach - keep it simple with ON/OFF per
environment, remove misleading aggregated data.

Changes:
- Remove "Targeting" section from FeatureDetailsGrid (segment/identity counts)
- Remove SegmentOverridesSection component entirely
- Remove FlagStatsRow component (enabled/disabled counts)
- Clean up calculateFeatureStats utility function

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants