✨ Episode Dropdown - Simplified
The episode dropdown has been simplified to show basic episode names for better usability and performance.
❌ Before (Complex)
📚
All Episodes
75%
3 eps
12 shots
✨ Benefits of Simplification
- Cleaner UI: Less visual clutter makes it easier to scan and select episodes
- Faster Loading: No need to calculate progress or render complex components
- Better Performance: Simpler rendering with fewer DOM elements
- Easier to Read: Episode names are the primary focus
- Standard Pattern: Follows common dropdown UI conventions
- Mobile Friendly: Simpler items work better on smaller screens
📝 Note: All functionality remains intact - episode selection, sorting, filtering,
and the create episode option all work exactly the same way. Only the visual presentation has been simplified.
What Changed
- Removed status icons (Clock, Play, Pause, CheckCircle, XCircle)
- Removed progress bars and percentages
- Removed shot count badges
- Removed episode count and total shot count from "All Episodes"
- Simplified to show only episode names
✅ Implementation Complete
The episode dropdown now uses a clean, simple design that focuses on episode names.
This improves usability and performance while maintaining all core functionality.