Refactor: Clean up redundant text and badges in Stage 2 (Print Layout) #50

Closed
opened 2026-08-25 07:39:43 +01:00 by gronod · 0 comments
Owner

Description

The Print Layout / Target stage (Stage 2) contains redundant informational badges and text (such as the "ACPU-Equivalent Mode" badge, the passive "300 DPI Auto-Fit Scaler (Active)" badge, and wordy panel descriptions) that make the page look cluttered without providing interactive value.

Proposed Changes

  1. Remove the "ACPU-Equivalent Mode" badge (.acpu-badge) from #rawPrintPanel.
  2. Remove the passive "Automatic Fit Scaling / 300 DPI Auto-Fit Scaler (Active)" badge from the TIFF Output form group in src/index.html, leaving a clean, simple Bit Depth selector.
  3. Streamline panel descriptions and clean up unused CSS styles in src/styles/main.css.
  4. Bump patch version 0.1.7 -> 0.1.8.
  5. Open PR to development upon completion without auto-merging.
### Description The Print Layout / Target stage (Stage 2) contains redundant informational badges and text (such as the "ACPU-Equivalent Mode" badge, the passive "300 DPI Auto-Fit Scaler (Active)" badge, and wordy panel descriptions) that make the page look cluttered without providing interactive value. ### Proposed Changes 1. Remove the "ACPU-Equivalent Mode" badge (`.acpu-badge`) from `#rawPrintPanel`. 2. Remove the passive "Automatic Fit Scaling / 300 DPI Auto-Fit Scaler (Active)" badge from the TIFF Output form group in `src/index.html`, leaving a clean, simple Bit Depth selector. 3. Streamline panel descriptions and clean up unused CSS styles in `src/styles/main.css`. 4. Bump patch version `0.1.7` -> `0.1.8`. 5. Open PR to `development` upon completion without auto-merging.
Sign in to join this conversation.