refactor(ui): clean up redundant badges and text in Stage 2 (v0.1.8) #51

Merged
gronod merged 1 commits from refactor/issue-50-clean-print-target-stage into development 2026-08-25 07:56:12 +01:00
Owner

Summary

This PR resolves Issue #50 by removing redundant informational badges (such as the "ACPU-Equivalent Mode" badge and the non-interactive "300 DPI Auto-Fit Scaler (Active)" badge) and cluttering descriptive text in Stage 2 (Print Layout).

Closes #50

Changes

  1. Frontend Layout (src/index.html):
    • Removed .acpu-badge ("ACPU-Equivalent Mode") from #rawPrintPanel.
    • Removed .auto-scaler-badge ("300 DPI Auto-Fit Scaler (Active)"), leaving a clean Bit Depth radio group.
    • Removed verbose paragraph text in the print panel header.
  2. Styling (src/styles/main.css):
    • Cleaned up obsolete .acpu-badge, .print-panel-desc, and .auto-scaler-badge CSS rules.
  3. Version Bump:
    • Incremented point version 0.1.7 -> 0.1.8 across package.json, src-tauri/Cargo.toml, and src-tauri/tauri.conf.json.
### Summary This PR resolves Issue #50 by removing redundant informational badges (such as the "ACPU-Equivalent Mode" badge and the non-interactive "300 DPI Auto-Fit Scaler (Active)" badge) and cluttering descriptive text in Stage 2 (Print Layout). Closes #50 ### Changes 1. **Frontend Layout (`src/index.html`)**: - Removed `.acpu-badge` ("ACPU-Equivalent Mode") from `#rawPrintPanel`. - Removed `.auto-scaler-badge` ("300 DPI Auto-Fit Scaler (Active)"), leaving a clean Bit Depth radio group. - Removed verbose paragraph text in the print panel header. 2. **Styling (`src/styles/main.css`)**: - Cleaned up obsolete `.acpu-badge`, `.print-panel-desc`, and `.auto-scaler-badge` CSS rules. 3. **Version Bump**: - Incremented point version `0.1.7` -> `0.1.8` across `package.json`, `src-tauri/Cargo.toml`, and `src-tauri/tauri.conf.json`.
gronod added 1 commit 2026-08-25 07:42:53 +01:00
refactor(ui): clean up redundant badges and text in Stage 2 (v0.1.8)
Build Linux Packages / Build Linux (pull_request) Successful in 9m22s
Build Windows Packages / Build Windows (pull_request) Successful in 10m48s
058ffb9297
gronod merged commit d995f0cae6 into development 2026-08-25 07:56:12 +01:00
gronod deleted branch refactor/issue-50-clean-print-target-stage 2026-08-25 07:56:12 +01:00
Sign in to join this conversation.