1dea4e73b6
Refactor and Init RoboSats PRO ( #296 )
...
commit 9c6d55cfc77d42471da3e865f2729167597868e5
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Thu Oct 20 10:35:49 2022 -0700
Small fixes
commit 23d6c00ccb5e78593e768c36b866d02f26031e7b
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Thu Oct 20 06:12:42 2022 -0700
Refactor frontend
commit b2c21d4a98c49f6168bc3ff6e6a3d7b9f8943a12
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Wed Oct 19 07:26:00 2022 -0700
Small fixes (more)
commit 78a8ab799dc33e8f8b8f14e22e155bbc7104c3a9
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Wed Oct 19 02:11:03 2022 -0700
Try out to revert depth chart
commit ef73c980a8cfc4ae760e720e3bca99acc30b7270
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Tue Oct 18 11:43:37 2022 -0700
Small fixes
commit fa3e60208f8f292256dd90813e7beff15db3057a
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Tue Oct 18 09:43:03 2022 -0700
Add old UserGen and BottomBar to new main.tsx
commit 1e257d1924df20e2fa4feb7f6afce4f31f2a9acc
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Tue Oct 18 04:01:53 2022 -0700
Add Maker and Book page to new main.tsx
commit 037d46ceef34df09530e645a2e01c9fbd9b3efd4
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Mon Oct 17 08:54:55 2022 -0700
Add Main component WIP
commit e43b274c33a75ab5050be360a3d01f655e1e8142
Author: Reckless_Satoshi <reckless.satoshi@protonmail.com>
Date: Mon Oct 17 04:32:43 2022 -0700
App as functional component
2022-10-20 11:06:16 -07:00
04126ae0bd
Add functional homepage ( #289 )
...
* App as functional component
* Add Main component WIP
* Add Maker and Book page to new main.tsx
* Add old UserGen and BottomBar to new main.tsx
* Small fixes
* Try out to revert depth chart
* Small fixes (more)
2022-10-20 17:24:53 +00:00
130bd2222b
Update Chinese language ( #292 )
2022-10-20 17:18:50 +00:00
514c3fe90c
Rename workflow
2022-10-20 06:30:44 -07:00
04f45e4b87
Fixes to python auto-formatting ( #291 )
...
Fix pull_request_target
2022-10-20 13:19:20 +00:00
3d3da78f8a
Fix code style issues with Black
2022-10-20 09:56:10 +00:00
c32c07eaa6
Python files style cleanup ( #281 )
...
* Remove unused imports in python files
* Add black and isort dependencies
Also added pyproject.toml for isort config, but later can be used to
configure various other python tools
* Add flake8 in requirements.txt
* Add py-linter workflow
2022-10-20 09:55:24 +00:00
437145225e
Bump django from 3.2.15 to 3.2.16 ( #290 )
...
Bumps [django](https://github.com/django/django ) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.2.15...3.2.16 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 10:54:57 +00:00
8f5eca0a56
Refactor i18n
2022-10-17 01:49:00 -07:00
386bb54d31
Small style fixes
2022-10-17 01:39:52 -07:00
b288e017a6
Fix ANY payment method select
2022-10-17 00:57:17 -07:00
79dad7afe2
Add Chat endpoint to API v0 ( #288 )
...
* Add /api/chat route and GET method
* Add message POST method
* Wrap /api/chat GET in /api/order GET
* Add send channel message on POST request
* Fix OAS schema bug
2022-10-16 21:11:48 +00:00
f3d36fb95e
Revert lint fix
android-f3d36fb
2022-10-16 10:04:16 -07:00
ded1bdb764
Revert catch on Tor Android connection ( #287 )
2022-10-16 08:09:42 +00:00
6ecf6b105d
Add webview background defaults to device color mode
2022-10-16 01:53:18 -07:00
3e2b48862f
Add 'any' option to payment methods filter
2022-10-16 01:48:08 -07:00
a8c2af5824
Android style fixes ( #286 )
...
* Delete redundant loading div
* Match SafeArea background color with system
* Format and lint
2022-10-15 18:39:43 +00:00
7c52c90866
Android minor fixes ( #285 )
...
* Android mino fixes
* Avatar tooltip position
* format
2022-10-15 12:00:21 +00:00
57f9b6447d
Upgrade version to v0.2.2
2022-10-14 05:45:08 -07:00
0f3fb7688c
Enable Chinese
2022-10-14 05:42:13 -07:00
ddd9f3fc32
Add MakerForm functional component ( #265 )
...
* Create maker form model
* Add MakerForm functional component
* Add advance options switch
* Add range slider
* Add timers, bond size, helpers and submit button
* Style maker form
* Add filter toolbar to maker page
* Add new Maker Page
* Fix MakerPage
* Add match maker
* Add order filter util, run lint:fix
* Fix book filter by payment method
* Add confirmation dialogs
* Add Book page as functional component
* Load orders and limits on app start (homepage)
* Turn BookPage and MakerPage into modules
* Add translation keys
* Fixes
* More fixes
2022-10-14 12:10:12 +00:00
bd073eac08
Add Traditional Chinese language locale ( #271 )
...
* Add Traditional Chinese language locale
* Add Simplified Chinese language locale
2022-10-13 20:20:18 +00:00
b2ee6a5380
Create WebsocketWebClient ( #277 )
...
* Create WebsocketWebClient
* Remove unused lines
* Code review
2022-10-12 11:21:15 +00:00
7d887804a0
Fix docs - add missing field in /api/book ( #279 )
2022-10-11 17:26:06 +00:00
936d19c6fc
Update docs - add on-chain payouts page ( #272 )
2022-10-10 21:12:15 +00:00
27154d5a5b
Update LND on development environment
android-27154d5
2022-10-10 09:50:55 -07:00
e78b5e9c8b
Persist Data on Android ( #274 )
...
* Android Cookies
* Android Fix POST headers
* Format
* App & Cookies Working
* Fix token on UserGen
2022-10-10 12:40:22 +00:00
f2dc7d0f90
Add currencies ETB, GEL, and UGX which Yadio now supports ( #275 )
...
Add currencies ETB, GEL, and UGX
Co-authored-by: Stephen Gornick <sgornick@gmail.com>
2022-10-10 11:13:00 +00:00
f48846a907
Update docs - 05-trade-escrow.md ( #264 )
...
* Update 05-trade-escrow.md
* Update 05-trade-escrow.md
2022-10-10 10:08:16 +00:00
a5d6f4dbf7
Update Basque language ( #273 )
...
eu translation update finished
2022-10-08 08:21:45 +00:00
19cc6e93ca
Fix Tor connection icon in web
2022-10-07 12:34:57 -07:00
9bda934ee5
Android Tor icon and copy to clipboard ( #269 )
...
* Android Clipboard and Tor Status Icon
* working clipboard and lintern
* Fix
* Add style for Tor connection component
* Fix Freeze and Internet out
* Fix Typo
Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
android-9bda934
2022-10-07 14:10:21 +00:00
1352937fe6
Add animated avatar placeholder ( #270 )
...
* Add animated avatar placeholder
* Fix imports
2022-10-06 10:38:01 -07:00
01bcb03aff
Add versioning to Android app
2022-10-06 03:53:03 -07:00
5d5d4d1c09
Fix broken url in translations docs ( #268 )
2022-10-06 09:29:37 +00:00
45a017a5a6
Add theme to redoc docs
2022-10-04 17:04:54 -07:00
8e667a1010
Add API v0.1 page to docs
2022-10-04 12:11:41 -07:00
36cf1569f0
Update PR template. Fix Android release workflow.
android-36cf156
2022-10-04 09:56:12 -07:00
0689377f2c
Android app config and fixes ( #267 )
...
* Android app confuration and fixes
* Adding ignore files
* Prettier
* Asset load
* Run prettier
* Add upload Web.bundle directory as build artifact
* CR
Co-authored-by: Reckless_Satoshi <reckless.satoshi@protonmail.com>
2022-10-04 16:00:37 +00:00
0a100802f2
Add bond size to order book
2022-10-02 13:54:45 -07:00
9a6d3d33a4
Add OpenAPI v3.0 Docs for API ( #243 )
...
* Add initial api docs using drf-spectacular
This commit adds the inital and basic docs using drf-spectacular.
It also adds some serializers to be used for automatically
generating response objects by drf-spectacular
* Update api docs with correct request and response objects
- TODO: /order route
* Fix typo in api docs
* Separate OpenAPI schemas into it's own file
* Update drf-spectacular and add API intro and logo
* Update API docs for GET /order
* Add api docs for POST /order route
* Update serializers.py
2022-10-02 18:02:35 +00:00
4d6f8067bb
Update docs - 09-swaps.md ( #263 )
...
* Update 09-swaps.md
* Fix typos in 09-swaps.md and add images
2022-10-02 17:48:34 +00:00
ba1e616b46
Update docs - add matrix room link in development ( #262 )
2022-10-02 11:35:21 +00:00
21f6edea6e
Fix book column ordering and size
2022-10-01 05:06:49 -07:00
3b0e740ea2
Improve book refresh behavior other minor fixes
2022-09-29 15:14:54 -07:00
a6cbff8ff6
Prepare for 0.2.1 patch release
v0.2.1-alpha
2022-09-29 08:21:33 -07:00
4362530b77
Update mobile CSS
2022-09-29 05:47:24 -07:00
68f35b3d35
Add fullscreen mode for BookTable
2022-09-29 04:53:12 -07:00
ab4d83bf49
Set up Android APK build workflow for releases
android-ab4d83b
2022-09-28 13:29:21 -07:00
344ba2ab67
Add book double view for large displays. Prettify.
2022-09-28 07:26:44 -07:00