The Target Resolution + Sharpen controls are currently hidden (display:none on the wrapping .adv-grid, fetchforge/index.html card 05) because the feature is not ready to ship. Commit: see PR #38.
The elements remain in the DOM deliberately — startDownload() reads #target-res.value and #sharpen.checked for both the download and local flows, so leaving them present makes every job send the off state (target_res=0, sharpen=false) with no JS changes.
This issue is the reminder to unhide, and the place to decide the bar for doing so.
Blocked by
Acceptance criteria
Files
fetchforge/index.html — search for Target Resolution + Sharpen are HIDDEN.
Notes
- Trivial change; the work is the judgment call about whether the blockers are genuinely done.
The Target Resolution + Sharpen controls are currently hidden (
display:noneon the wrapping.adv-grid,fetchforge/index.htmlcard 05) because the feature is not ready to ship. Commit: see PR #38.The elements remain in the DOM deliberately —
startDownload()reads#target-res.valueand#sharpen.checkedfor both the download and local flows, so leaving them present makes every job send the off state (target_res=0,sharpen=false) with no JS changes.This issue is the reminder to unhide, and the place to decide the bar for doing so.
Blocked by
Acceptance criteria
display:noneremoved from the.adv-gridwrapper and the explanatory comment updated or dropped.Files
fetchforge/index.html— search forTarget Resolution + Sharpen are HIDDEN.Notes