Skip to content

Increase override import/export rate step from 0.01 to 0.1#3871

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/customize-import-export-step
Draft

Increase override import/export rate step from 0.01 to 0.1#3871
Copilot wants to merge 2 commits intomainfrom
copilot/customize-import-export-step

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 5, 2026

The up/down arrows in the plan UI's override rate popup incremented by 0.01p, requiring 100 clicks to adjust a rate by 1p — making manual export forcing impractical.

Change

  • web_helper.pyrenderRateCell: Changed the step attribute on the rate <input type="number"> from 0.01 to 0.1.
// Before
html += `<input type="number" id="rate_${dropdownId}" value="${inputValue}" step="0.01">`;

// After
html += `<input type="number" id="rate_${dropdownId}" value="${inputValue}" step="0.1">`;

Each arrow click now moves the rate by 0.1p, so nudging export rate up by 1p takes 10 clicks instead of 100.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gitlab.com
    • Triggering command: /usr/lib/git-core/git-remote-https /usr/lib/git-core/git-remote-https origin REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Agent-Logs-Url: https://github.com/springfall2008/batpred/sessions/e82421e4-b9c2-41ed-8b81-520b24d6f4f0

Co-authored-by: springfall2008 <48591903+springfall2008@users.noreply.github.com>
Copilot AI changed the title [WIP] Add customizable step for import/export rates adjustment Increase override import/export rate step from 0.01 to 0.1 May 5, 2026
Copilot AI requested a review from springfall2008 May 5, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug/Feature Req - Manually setting the Import/Export rates via the up/down arrows changes by .01? Could this be customisable?

2 participants