robosats/frontend
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
..
src Pretty numbers (#99) 2022-04-20 13:58:55 -07:00
static Pretty numbers (#99) 2022-04-20 13:58:55 -07:00
templates/frontend Internationalization (#85) 2022-04-05 14:25:53 +00:00
__init__.py Add frontend app 2022-01-01 15:05:55 -08:00
admin.py Add frontend app 2022-01-01 15:05:55 -08:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
babel.config.json Build frontend app test page using React 2022-01-01 15:58:44 -08:00
Dockerfile Dockerize npm dev run 2022-02-07 11:25:10 -08:00
models.py Add frontend app 2022-01-01 15:05:55 -08:00
package-lock.json Pretty numbers (#99) 2022-04-20 13:58:55 -07:00
package.json Pretty numbers (#99) 2022-04-20 13:58:55 -07:00
tests.py Add frontend app 2022-01-01 15:05:55 -08:00
urls.py Route refCode url to api/user and display rewards 2022-03-05 09:32:27 -08:00
views.py Re-format all python code 2022-02-17 11:50:10 -08:00
webpack.config.js Minify main.js, improve spinner and loader page 2022-03-25 12:47:01 -07:00