Reckless_Satoshi
91e5db2bb9
Fix simplify buy/sell toggle buttons. Run prettier and lint.
2022-09-16 09:24:14 -07:00
KoalaSat
c770d231d1
Add frontend API client ( #242 )
...
* Frontend API client
* Test
* CR updates
2022-09-16 14:16:33 +00:00
okada-blue
b6edc27e6e
Update 02-robots.md ( #246 )
...
Include additional information
2022-09-16 09:36:00 +00:00
redphix
6fc20424a8
Fix logic of checking whether non-participants can view order details ( #245 )
...
* Fix logic of checking whether non-participants can view order details
* Fix for no participants to not get lengthy responses on public orders
Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Co-authored-by: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
2022-09-15 15:47:09 +00:00
Reckless_Satoshi
1ba94b2abc
Add Telegram notifications for order takers ( #244 )
...
* Create EnableTelegramDialog functional component
* Move Enable TG button to Profile dialog
* Add TG bot_name, token and state to API /info/
* Add messages for order takers to Telegram class
2022-09-15 15:42:33 +00:00
Reckless_Satoshi
cd8b607891
Fix tighten condition for selfhosted check
2022-09-14 04:57:58 -07:00
Reckless_Satoshi
efc3da28bd
Update Nivo and resolve need to force install of deps
2022-09-13 10:27:36 -07:00
Reckless_Satoshi
949b0584fb
Remove deprecated setup for development environment without docker-compose
2022-09-13 06:43:20 -07:00
Reckless_Satoshi
6d79cd8351
Add simplified nodeapp / frontend only dev environment setup
2022-09-13 06:34:33 -07:00
Reckless_Satoshi
3a0dd3cabd
Split celery-dev service into cele-worker and cele-beat (less annoying logs)
2022-09-13 06:12:01 -07:00
Reckless_Satoshi
602d92dd90
Add instructions to build and serve documentations locally
2022-09-13 05:58:42 -07:00
Reckless_Satoshi
45d14f2249
Add TOC to 03-premum.md
2022-09-11 11:34:36 -07:00
okada-blue
839f07dc48
Update 03-premium.md ( #229 )
...
* Update 03-premium.md
Make changes per PR comments
2022-09-11 18:31:08 +00:00
KoalaSat
7fac926413
Move the most recent value in sats of an order calculation to the backend ( #235 )
...
* Move the most recent value in sats of an order calculation to the backend
* Fix bug 0 premium
2022-09-11 17:59:01 +00:00
Reckless_Satoshi
d69bb9bb72
Invert QRcode foreground with dark/light themes
2022-09-11 09:41:36 -07:00
redphix
215e04f75e
Fix error when query parameters not passed ( #239 )
...
if no parameters are passed to `/api/book` then just return
orders of ALL currency of ANY type.
Currently, if no query parameters are passed, then the API returns
500 status code
2022-09-11 15:04:03 +00:00
Reckless_Satoshi
cb6475a3f4
Fix smooth avatar loading. Run prettier
2022-09-10 11:02:30 -07:00
KoalaSat
c62a6369b0
Expose Satoshis Now on API ( #236 )
2022-09-10 13:51:15 +00:00
Reckless_Satoshi
3992032d2a
Fix pretty numbers tests
2022-09-10 06:49:00 -07:00
Reckless_Satoshi
03f0b3a368
Add HRF sponsorship
2022-09-09 11:33:59 -07:00
Reckless_Satoshi
822281e467
Run npm run lint:fix
...
Still many linting errors to fix manually
2022-09-09 10:57:05 -07:00
Reckless_Satoshi
14487a9c2d
Run linter and add linter GH action
2022-09-09 10:25:55 -07:00
Reckless_Satoshi
9d73f1ec34
Merge branch 'use-linter-and-formatter' into main ( #222 )
2022-09-09 10:13:02 -07:00
Reckless_Satoshi
825ffe3cfe
Add QR Code to enable Telegram notifications ( #232 )
2022-09-09 17:07:15 +00:00
Reckless_Satoshi
4c01d42f62
Merge branch autoscale-ui into main ( #233 )
2022-09-09 09:52:52 -07:00
Reckless_Satoshi
d0f951c16d
Remove zoom-in/out, restore Autocomplete, fix timer dependencies
2022-09-09 09:44:33 -07:00
Reckless_Satoshi
a0b1d277c6
Fix selfhosted secure/unsecure context bug ( #234 )
2022-09-09 15:27:03 +00:00
F. Mitjans
af062a46df
Make Maker page scale with fontsize
2022-09-09 04:51:33 -03:00
F. Mitjans
cad000d838
Make Bottom Bar scale with fontsize
2022-09-09 04:51:33 -03:00
F. Mitjans
5d09200e17
Finish scaling UserGenPage
2022-09-09 04:51:24 -03:00
F. Mitjans
7b4dca44f8
Add page settings button
2022-09-09 04:02:18 -03:00
Reckless_Satoshi
a777ecb989
Scale avatar width and R. Pass theme as prop to class components.
2022-09-09 04:02:18 -03:00
Reckless_Satoshi
e2455ec3f9
Add demonstratory zoom out button
2022-09-09 04:00:27 -03:00
Reckless_Satoshi
645671265a
Fix merge conflicts and merge #231
2022-09-08 16:20:29 -07:00
Reckless_Satoshi
e8852c2423
Replace material-ui-image, delete qrscanner, fix dependencies
2022-09-08 15:34:06 -07:00
Reckless_Satoshi
138311a1b7
Add example federation member
2022-09-07 13:42:54 -07:00
David
a6893c8ceb
Change css to fix order book alignment in safari desktop ( #225 )
...
Changing css to fix order book alignement in safari desktop
2022-09-07 19:17:55 +00:00
KoalaSat
425225d23d
Add book depth chart ( #219 )
...
* Amount X Axis, Avatars and refactor
* Theme and performance improvements
* Remove duplicated tooltips
* Code Review
* Marker Theme color
* Missing end lines
Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
2022-08-30 13:12:15 -07:00
KoalaSat
458f5ac4e7
Add book depth chart ( #219 )
...
* Amount X Axis, Avatars and refactor
* Theme and performance improvements
* Remove duplicated tooltips
* Code Review
* Marker Theme color
* Missing end lines
Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
2022-08-30 18:49:16 +00:00
okada-blue
e613cd9ffa
Update 02-robots.md ( #221 )
...
* Update 02-robots.md
2022-08-28 17:53:30 +00:00
ShatteredBunny
2abf6cb66f
Add linter and formatter
2022-08-28 00:20:45 +02:00
Reckless_Satoshi
7fb2767ee7
Add Alby to wallet compatibility list
2022-08-26 10:57:54 -07:00
Meeel Rbbt Hodl
8eda1dd20f
Update th.json ( #218 )
2022-08-26 13:32:56 +00:00
KoalaSat
7083423189
Add WebLN support ( #215 )
...
* Add WebLN support
* Fix Variable Typo
* Invoice Generation
Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
* Code Review
* Second CR
* Catch cancelations
* Final Review
Signed-off-by: KoalaSat <111684255+KoalaSat@users.noreply.github.com>
2022-08-25 08:50:48 +00:00
Reckless_Satoshi
473c4de528
Fix selfhosted detection on subpaths
2022-08-24 16:45:04 -07:00
Reckless_Satoshi
dd2832794e
Add node app icon and gallery images by @RedPurdy ( #217 )
...
* Add files via upload
* Add files via upload
Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>
2022-08-24 11:40:13 -07:00
Reckless_Satoshi
12747ed170
Add client app screenshots and remove frontend logs
2022-08-24 08:11:38 -07:00
Reckless_Satoshi
f2f6309ed1
Increase websocket connection attemp timeout. Fix typos.
2022-08-23 11:57:57 -07:00
Reckless_Satoshi
7b51f4dfe4
Add nginx to bypass websockets on node client app
2022-08-23 11:01:19 -07:00
Reckless_Satoshi
6ff8df6dad
Add selfhosting translation keys
2022-08-23 03:16:29 -07:00