Update DONE.md with finalized UI scaling and preset improvements

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 <noreply@anthropic.com>
This commit is contained in:
Stu Leak 2025-12-20 15:23:53 -05:00
parent c1ccb38062
commit 0da96bc743

22
DONE.md
View File

@ -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