mirror of
https://github.com/xtr-dev/payload-feature-flags.git
synced 2025-12-12 11:53:25 +00:00
- Complete rewrite of FeatureFlagsView component with table layout - Added inline editing for enabled/disabled checkboxes - Added inline editing for rollout percentages with validation (0-100) - Implemented sortable columns (name, enabled, rollout %, last updated) - Added real-time search functionality across name, description, and tags - Added visual status indicators with color coding - Implemented proper API integration with PATCH requests for updates - Added loading states and success/error notifications - Improved responsive design with sticky status column - Added summary statistics at the bottom The new interface provides a much more efficient way to manage multiple feature flags at once, similar to a spreadsheet application. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>