Redesign EXIF viewer and compact tools UI

EXIF Viewer:
- Card-based grid layout with categories (Camera, Image, Date/Time, Exposure, GPS, Other)
- Icons for each category
- Truncation for long values with full value on hover

Tools UI:
- Reduced padding from 1.25rem to 0.5rem on all tool panels
- Smaller fonts for labels (0.55rem) and values (0.7rem)
- Compact headers and action buttons
- Tighter grid gaps and card padding

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-11 16:50:59 -05:00
parent 4e3acfca20
commit 38bef32750
4 changed files with 143 additions and 31 deletions

View File

@@ -1,7 +1,9 @@
# Stegasoo 4.2.1 Plan
## Bugs
- [ ] Fix EXIF viewer panel not loading metadata in Web UI
- [x] Fix EXIF viewer panel not loading metadata in Web UI
- Redesigned with card-based grid layout and categories
- Compact styling for better space usage
- [x] DCT mode: portrait photos export rotated 90° (EXIF orientation not handled)
- Added `_apply_exif_orientation()` to apply EXIF rotation before embedding
- [x] DCT mode: add rotation fallback (try as-is, rotate 90°, retry on failure)
@@ -12,7 +14,10 @@
- Dynamic UI shows "DCT Safe" for JPEGs, warning for other formats
## Tools Audit
- [ ] Web UI tools - full shakedown and fixes
- [x] Web UI tools - full shakedown and fixes
- Compress, Rotate, Strip, EXIF viewer all working
- Rotate uses jpegtran for lossless JPEG rotation
- Compact UI styling
- [ ] CLI tools - full shakedown and fixes
## AUR Packages