52 Commits

Author SHA1 Message Date
7b6ebd0eab Simplify coordinator updates, automatic migrations and collect statics (#583) 2023-05-15 09:46:59 +00:00
6c20ce4f70 Simplify frontend/client dev setup, shrink nodeapp 2023-05-12 04:07:56 -07:00
c5b12ebabd Fix minor typo in setup.md (#563) 2023-05-10 22:04:54 +00:00
2fd4a0123e Fix dockerized frontend dev setup. Add example nodeapp docker-compose. 2023-03-11 11:36:22 -08:00
7643e524f1 Fix all files with pre-commit 2022-10-25 11:04:12 -07:00
949b0584fb Remove deprecated setup for development environment without docker-compose 2022-09-13 06:43:20 -07:00
6d79cd8351 Add simplified nodeapp / frontend only dev environment setup 2022-09-13 06:34:33 -07:00
602d92dd90 Add instructions to build and serve documentations locally 2022-09-13 05:58:42 -07:00
67a542cf31 Update setup.md 2022-08-21 20:58:29 +00:00
4152e54430 Make robosats setup easies (#212) 2022-08-15 10:44:54 +00:00
6090e21f6a Add grpc generation script and update setup.md to run it using docker container (#209)
* Add grpc generation script and update setup.md to run it using docker container

* Change local url from localhost to 127.0.0.1
2022-08-12 16:29:27 +00:00
45b834b657 Add details in frontend setup guide about css files (#143) 2022-05-18 21:57:08 +00:00
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
2f1f82f1a6 Add currency XAF, TZS. Fix XOF icon. 2022-04-17 14:17:52 -07:00
8d5ea4443a Add frontend development only setup guide. 2022-04-17 12:08:09 +00:00
f8f306101e Fix cancel lnpayment at WFM. Add svgs, BTC currency flag. Fix pretty numbers 2022-02-16 18:45:18 -08:00
1e0bd51f1f Add BTC (rBTC, wBTC, swaps...). Fix setup guide and env-sample. 2022-02-16 14:02:21 -08:00
4a16f7debd Fit for daphne + gunicorn. Docker default command runs dev node. 2022-02-10 11:28:59 -08:00
96be0d8f80 Dockerize dev stack, now fully functional 2022-02-09 11:45:11 -08:00
94d1f4a51f Add docker bitcoind and tor 2022-02-08 03:41:03 -08:00
849ef0c4a7 Typos on setup docker instructions 2022-02-07 11:57:29 -08:00
2aaba384dc Dockerize npm dev run 2022-02-07 11:25:10 -08:00
470393f2a0 Working docker-compose 2022-02-07 10:11:57 -08:00
0b7c51a8ee Add Dockerfile, requirements, update setup 2022-02-06 10:43:17 -08:00
d589dc276b Improve avatars responsiveness 2022-02-01 11:43:33 -08:00
58ecb607c3 Add setup background threads. Minor fixes and cosmetic. 2022-01-30 07:18:03 -08:00
6f95d2541c Implement payout invoice from QR camera 2022-01-27 16:17:20 -08:00
6ab8f86b97 Implement responsive order book 2022-01-27 06:40:14 -08:00
bfa0cd84d1 Update readme 2022-01-19 05:32:54 -08:00
7ba2fcc921 Add celery background and scheduled tasks. Add user cleansing task 2022-01-16 04:31:25 -08:00
7a6cf943ee Rework book as datagrid 2022-01-14 13:40:54 -08:00
135c4c59e5 Add UI info and icons on order pager 2022-01-14 04:00:53 -08:00
abb1bdd0be Add dynamic countdown. Attach countdown to expiry progress bar. 2022-01-13 16:43:26 -08:00
64df2c7ce6 Add provisional frontend chat. The chat is totally unsafe as of now. Does not store messages either. 2022-01-13 11:22:54 -08:00
8104656ce6 Add Redis. Basic websocket chat working. 2022-01-13 06:08:21 -08:00
f4b14baf69 Create new chat app, configure urls 2022-01-13 03:07:20 -08:00
5df2134fb2 Add ugly site info page 2022-01-12 13:22:16 -08:00
8bc8f539d0 Work on LN bonds. Maker bond works. Yet, this is not the best way probably. 2022-01-11 12:49:53 -08:00
9f65a5adb6 Add validating LN invoices and generaing hold invoices 2022-01-10 17:02:06 -08:00
9c2f50dacf Init work on Lightning functionality 2022-01-10 15:27:48 -08:00
e493f22842 add lnd grpc 2022-01-10 10:47:16 -08:00
9bc6757ba3 Revamp UI 2022-01-09 17:12:58 -08:00
bb9cafadd8 Upgrade MUI to V5 2022-01-09 14:17:15 -08:00
5dcb249bb3 Invoice input 2022-01-09 06:07:05 -08:00
5fb776aca7 Add TradeBox and QR client side generation 2022-01-08 05:08:03 -08:00
a1771ae5ea Add environmental variables to .env 2022-01-06 08:54:37 -08:00
7d4cd868b0 Work on admin panel relationals 2022-01-05 03:20:08 -08:00
30dfd09f58 fix minor things, add mui style libs, figured CSRF problems some bugs left 2022-01-04 07:00:34 -08:00
790e96cc1b Improve user generator UX. Still a bit buggy. 2022-01-02 14:31:19 -08:00
f0ac03e519 Add nick generator and robohash avatar generator 2022-01-02 07:19:49 -08:00