mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

- the error wasn't caught because the parseInt() call wasn't evaluated inside the promise. - we no longer require that the input (e.g. 2G) is the same as how we would format it (2g). - tooltips and error message should now steer people to using these units. feedback from pmarini-nc in #115, thanks!