- Enhance bucket-selector component to auto-load bucket list
- Add bucket prefix display in selected value (e.g., '存储桶: bucket-name')
- Remove separate Label component, prefix now shown in selector value
- Update all pages (events, lifecycle, replication) to use refactored component
- Fix type errors: accept string | null for bucketName prop in form components
- Add missing English translations to match Chinese locale
- Fix template variable mismatches in translations ({count}, {type}, etc.)
- Correct spelling errors ('stroage' -> 'storage') in components and locales
- Synchronize zh-CN.json and en-US.json
- Added comprehensive TypeScript type definitions for app configuration
- Fixed type safety issues in sidebar component with proper type casting
- Improved code organization with better file naming conventions
- Enhanced error handling with centralized error management
- Added performance optimizations with caching and code splitting
- Improved development experience with better tooling configuration
- Updated project documentation with comprehensive README
- Added proper type definitions for navigation items and app config
- Fixed licensing information and added proper Apache 2.0 license
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>