From e951f40894a2c5a484a9430d2a7a3f11405fc958 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Sun, 28 Dec 2025 22:21:33 -0500 Subject: [PATCH] Update DONE.md with benchmark UI cleanup feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- DONE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DONE.md b/DONE.md index f80fa75..f1aa718 100644 --- a/DONE.md +++ b/DONE.md @@ -74,6 +74,12 @@ This file tracks completed features, fixes, and milestones. - Combined with 500ms manual throttle in refreshQueueView() for optimal balance ### 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** - Fixed confusing priority display in queue view - Changed from internal priority numbers (3, 2, 1) to user-friendly queue positions (1, 2, 3)