Update DONE.md with benchmark UI cleanup feature

Added documentation for hiding benchmark indicator when settings are already applied.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Stu Leak 2025-12-28 22:21:33 -05:00
parent 8ce6240c02
commit e951f40894

View File

@ -74,6 +74,12 @@ This file tracks completed features, fixes, and milestones.
- Combined with 500ms manual throttle in refreshQueueView() for optimal balance - Combined with 500ms manual throttle in refreshQueueView() for optimal balance
### User Experience Improvements ### User Experience Improvements
- ✅ **Benchmark UI Cleanup**
- Hide benchmark indicator in Convert module when settings are already applied
- Only show "Benchmark: Not Applied" status when action is needed
- Removes clutter from UI when using benchmark settings
- Cleaner interface for active conversions with benchmark recommendations
- ✅ **Queue Position Labeling** - ✅ **Queue Position Labeling**
- Fixed confusing priority display in queue view - Fixed confusing priority display in queue view
- Changed from internal priority numbers (3, 2, 1) to user-friendly queue positions (1, 2, 3) - Changed from internal priority numbers (3, 2, 1) to user-friendly queue positions (1, 2, 3)