Initial commit

This commit is contained in:
Yaser
2026-08-13 20:00:11 +03:30
commit b7d0fcf68b
2029 changed files with 126991 additions and 0 deletions

18
docs/releases/2.1.0.md Normal file
View File

@@ -0,0 +1,18 @@
# BaseApp frontend v2.1.0 (May 6, 2019)
#### Overview
BaseApp frontend fully compatible with Barong v2.1.0 and Peatio v2.1.0.
## New features comparing with v2.0:
- Improved trading page:
- New resizable order book component;
- New market selector with ability to filter by quote currency and sort by different parameters (volume, percent change, name);
- New create order form (estimated market order price and spent balance, ability to select percentage of your balance);
- improved components layout.
- Added estimated balance in one currency to wallet page;
- Mobile responsiveness;
- Ability to display users with pending documents for admin;
- General UI fixes, platform stabilization and small improvments.

12
docs/releases/2.2.0.md Normal file
View File

@@ -0,0 +1,12 @@
#### Overview
BaseApp frontend v2.2.0 fully compatible with Barong v2.2.20 and Peatio v2.2.19.
## New features comparing with v2.1.0:
- Ability to switch between dark and light themes;
- Added user's trade on recent trades component;
- Improved sorting on market selector component;
- List API keys immediately without providing 2FA code;
- Cancelling orders by event from WS;
- General UI fixes, platform stabilization and small improvements.