robosats/frontend/src
Fernando Porazzi 37d5111779
Pretty numbers (#99)
* Create pn helper function inside utils folder

The function pn() is being defined a few times in different components. This commit is the first of two commits to solve this issue.

This commit only creates the function inside the utils folder.

Jest is also being introduced for unit tests.

* Use pn from utils folder

This commit removes the multiple definitions of pn found across the project and imports the helper function whenever needed.
2022-04-20 13:58:55 -07:00
..
components Pretty numbers (#99) 2022-04-20 13:58:55 -07:00
locales Rework concurrent payments. in_flight true/false 2022-04-18 15:19:58 -07:00
utils Pretty numbers (#99) 2022-04-20 13:58:55 -07:00
index.js Build frontend app test page using React 2022-01-01 15:58:44 -08:00