You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#259 - Units selection dropdown to Work and NewWork pages, which updates the Width/Height display on change
#259 - Local storage key to retain user's choice of units across all Work/NewWork pages
#259 - Backend function to convert to/from database units (mm): uses 1inch = 25.4mm as conversion factor, rounds mm values to nearest mm, rounds cm values to 1 decimal place, rounds inch values to 2 decimal places and then to nearest sixteenth of an inch
#259 - Constraints on Width/Height fields depending on unit selection: user may only enter whole numbers when in mm, numbers with up to 1 decimal place when in cm, numbers with up to 2 decimal places when in inches
Changed
#259 - GraphQL and APP queries to specify units when submitting new Width/Height values, and handle conversion if required