mirror of
https://github.com/xtr-dev/payload-feature-flags.git
synced 2025-12-10 10:53:24 +00:00
v0.0.10: Server/client architecture with enhanced security and UX improvements
- Split feature flags view into server/client components for better performance - Added comprehensive security checks for authentication and authorization - Implemented read-only mode for users without update permissions - Fixed checkbox state synchronization issues with server updates - Improved UX: rollout percentage editable regardless of flag enabled state - Added DefaultTemplate integration with proper PayloadCMS admin layout - Enhanced error handling with specific messages for auth/permissions - Removed debug logging for production readiness 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// Custom admin views
|
||||
export { FeatureFlagsView } from '../views/FeatureFlagsView.js'
|
||||
export { default as FeatureFlagsView } from '../views/FeatureFlagsView.js'
|
||||
Reference in New Issue
Block a user