From 0da96bc7439b550db9611d9c4dbfb9db0e3febf3 Mon Sep 17 00:00:00 2001 From: Stu Leak Date: Sat, 20 Dec 2025 15:23:53 -0500 Subject: [PATCH] Update DONE.md with finalized UI scaling and preset improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added details for: - Final UI scaling values (150x65 tiles, 18pt title, etc.) - Removed scrolling requirement - Preset UX improvements (manual at bottom, better defaults) - Encoding preset order reversal 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- DONE.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/DONE.md b/DONE.md index 762eb77..1b10866 100644 --- a/DONE.md +++ b/DONE.md @@ -55,12 +55,13 @@ This file tracks completed features, fixes, and milestones. - Added debug logging for icon loading troubleshooting - ✅ **UI Scaling for 800x600 Windows** (2025-12-20 continuation) - - Reduced module tile size from 220x110 to 160x80 - - Reduced title text size from 28 to 20 - - Reduced queue tile from 160x60 to 140x50 - - Reduced section padding from 14 to 8 pixels + - Reduced module tile size from 220x110 to 150x65 (final) + - Reduced title text size from 28 to 18 (final) + - Reduced queue tile from 160x60 to 120x40 (final) + - Reduced section padding from 14 to 4 pixels (final) + - Reduced category labels to 12px - Removed extra padding wrapper around tiles - - Made main menu scrollable with fixed header + - Removed scrolling requirement - everything fits without scrolling - All UI elements fit within 800x600 default window - ✅ **Header Layout Improvements** (2025-12-20 continuation) @@ -83,6 +84,17 @@ This file tracks completed features, fixes, and milestones. - Show/Hide logic remains only in Refresh() with proper DoFromGoroutine - Eliminates threading warnings during UI updates +- ✅ **Preset UX Improvements** (2025-12-20 continuation) + - Moved "Manual" option to bottom of all preset dropdowns + - Bitrate preset default: "2.5 Mbps - Medium Quality" + - Target size preset default: "100MB" + - Manual input fields hidden by default + - Manual fields appear only when "Manual" is selected + - Encourages preset usage while maintaining advanced control + - Reversed encoding preset order: veryslow first, ultrafast last + - Better quality options now appear at top of list + - Applied consistently to both simple and advanced modes + ### Features (2025-12-18 Session) - ✅ **History Sidebar Enhancements** - Delete button ("×") on each history entry