robosats/frontend
Fernando Porazzi 7bca5ecdc7
Extract getCookie function into its own file (#94)
The getCookie function was being implemented a couple of times across the pages. These changes create a single implementation and imports the helper function whenever needed.
2022-04-15 16:22:49 +00:00
..
src Extract getCookie function into its own file (#94) 2022-04-15 16:22:49 +00:00
static Spanish translation (#96) 2022-04-15 16:15:57 +00: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 Internationalization (#85) 2022-04-05 14:25:53 +00:00
package.json Internationalization (#85) 2022-04-05 14:25:53 +00: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