sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 12 forks source link

Make numeric field widths consistent #272

Closed fwextensions closed 1 year ago

fwextensions commented 1 year ago

I didn't catch that #261 caused some numeric fields to change size, due to changes to accommodate range errors in the blood pressure fields. This PR adds a BloodPressureField to handle the tricky custom layout of the BP fields, which allows the FormInput changes to be reverted.

The range error messages are shortened to Range: {min} - {max}, so they fit better on one line.

Before

image

image

After

image