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).
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.
Styling (src/styles/main.css):
Cleaned up obsolete .acpu-badge, .print-panel-desc, and .auto-scaler-badge CSS rules.
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`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
src/index.html):.acpu-badge("ACPU-Equivalent Mode") from#rawPrintPanel..auto-scaler-badge("300 DPI Auto-Fit Scaler (Active)"), leaving a clean Bit Depth radio group.src/styles/main.css):.acpu-badge,.print-panel-desc, and.auto-scaler-badgeCSS rules.0.1.7->0.1.8acrosspackage.json,src-tauri/Cargo.toml, andsrc-tauri/tauri.conf.json.