Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion public/assets/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
"title": "Deposit / Withdraw",
"success": "The Address is copied.",
"copy": "Copied!",
"paste": "Pasted!",
"IRTAllowable": "The minimum amount must be {{min}} IRT and the maximum {{max}} IRT.",
"emptyInput": "Enter the required value.",
"IRTText": "The invoice with the amount of {{amount}} IRT is created on {{date}}, {{time}. you will be directed to the payment portal through the green button below. To create a new invoice, pay or cancel the previous invoice.",
Expand Down Expand Up @@ -272,7 +273,8 @@
"13007": "Unknown Error"
},
"DepositWithdrawTx": {
"title": "Transactions",
"title": "Deposit / Withdraw Transactions",
"transactions": "Transactions",
"depositWithdrawal": "Deposit / Withdrawal",
"withdrawalSend": "Withdrawal / Send",
"transactionType": "Transaction Type",
Expand Down
4 changes: 3 additions & 1 deletion public/assets/locales/fa/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
"title": "واریز/برداشت",
"success": "آدرس کپی شد",
"copy": "کپی شد",
"paste": "paste شد",
"IRTAllowable": "مقدار حداقل باید {{min}} تومان و حداکثر {{max}} تومان باشد.",
"emptyInput": "وارد کردن مقدار الزامی است.",
"IRTText": "صورتحساب با مبلغ {{amount}} تومان در تاریخ {{date}} ، ساعت {{time}} ایجاد شده است. از طریق دکمه سبز رنگ زیر به درگاه پرداخت هدایت می شوید. برای ایجاد صورتحساب جدید، صورتحساب قبلی را پرداخت و یا لغو کنید.",
Expand Down Expand Up @@ -272,7 +273,8 @@
"13007": "خطای ناشناخته"
},
"DepositWithdrawTx": {
"title": "تراکنش‌ها",
"title": "تراکنش‌های واریز / برداشت",
"transactions": "تراکنش‌ها",
"depositWithdrawal": "واریز / دریافت",
"withdrawalSend": "برداشت / ارسال",
"transactionType": "نوع تراکنش",
Expand Down
10 changes: 8 additions & 2 deletions src/assets/fontIcon/opex-icon/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@
},
{
"uid": "c759418c008e9562944080fee617fc76",
"css": "cancel-circled",
"css": "cancel-circled-1",
"code": 353,
"src": "entypo"
},
Expand All @@ -518,7 +518,7 @@
},
{
"uid": "fd32deda7b2f5b8cad46d13897c19ae8",
"css": "cancel-circled-1",
"css": "cancel-circled-2",
"code": 357,
"src": "elusive"
},
Expand Down Expand Up @@ -935,6 +935,12 @@
"css": "play",
"code": 528,
"src": "typicons"
},
{
"uid": "b429436ec5a518c78479d44ef18dbd60",
"css": "paste",
"code": 529,
"src": "fontawesome"
}
]
}
5 changes: 3 additions & 2 deletions src/assets/fontIcon/opex-icon/css/opex-icon-codes.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
.icon-help-circled-2:before { content: '\0158'; } /* 'Ř' */
.icon-help-circled-alt:before { content: '\0159'; } /* 'ř' */
.icon-menu_vertical:before { content: '\0160'; } /* 'Š' */
.icon-cancel-circled:before { content: '\0161'; } /* 'š' */
.icon-cancel-circled-1:before { content: '\0161'; } /* 'š' */
.icon-cancel-circle:before { content: '\0162'; } /* 'Ţ' */
.icon-cancel-circle-1:before { content: '\0163'; } /* 'ţ' */
.icon-cancel-circled-1:before { content: '\0165'; } /* 'ť' */
.icon-cancel-circled-2:before { content: '\0165'; } /* 'ť' */
.icon-cancel-circle-2:before { content: '\0166'; } /* 'Ŧ' */
.icon-profilesetting:before { content: '\0167'; } /* 'ŧ' */
.icon-protectsetting:before { content: '\0168'; } /* 'Ũ' */
Expand Down Expand Up @@ -109,4 +109,5 @@
.icon-down-dir:before { content: '\0208'; } /* 'Ȉ' */
.icon-up-dir:before { content: '\0209'; } /* 'ȉ' */
.icon-play:before { content: '\0210'; } /* 'Ȑ' */
.icon-paste:before { content: '\0211'; } /* 'ȑ' */
.icon-cancel-circled2:before { content: '\e801'; } /* '' */
17 changes: 9 additions & 8 deletions src/assets/fontIcon/opex-icon/css/opex-icon-embedded.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/assets/fontIcon/opex-icon/css/opex-icon-ie7-codes.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
.icon-help-circled-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ř '); }
.icon-help-circled-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ř '); }
.icon-menu_vertical { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Š '); }
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'š '); }
.icon-cancel-circled-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'š '); }
.icon-cancel-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ţ '); }
.icon-cancel-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ţ '); }
.icon-cancel-circled-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ť '); }
.icon-cancel-circled-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ť '); }
.icon-cancel-circle-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ŧ '); }
.icon-profilesetting { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ŧ '); }
.icon-protectsetting { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ũ '); }
Expand Down Expand Up @@ -109,4 +109,5 @@
.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ȉ '); }
.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ȉ '); }
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ȑ '); }
.icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ȑ '); }
.icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
5 changes: 3 additions & 2 deletions src/assets/fontIcon/opex-icon/css/opex-icon-ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
.icon-help-circled-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ř '); }
.icon-help-circled-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ř '); }
.icon-menu_vertical { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Š '); }
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'š '); }
.icon-cancel-circled-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'š '); }
.icon-cancel-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ţ '); }
.icon-cancel-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ţ '); }
.icon-cancel-circled-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ť '); }
.icon-cancel-circled-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ť '); }
.icon-cancel-circle-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ŧ '); }
.icon-profilesetting { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ŧ '); }
.icon-protectsetting { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ũ '); }
Expand Down Expand Up @@ -120,4 +120,5 @@
.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ȉ '); }
.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ȉ '); }
.icon-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'Ȑ '); }
.icon-paste { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = 'ȑ '); }
.icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19 changes: 10 additions & 9 deletions src/assets/fontIcon/opex-icon/css/opex-icon.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@font-face {
font-family: 'opex-icon';
src: url('../font/opex-icon.eot?42850643');
src: url('../font/opex-icon.eot?42850643#iefix') format('embedded-opentype'),
url('../font/opex-icon.woff2?42850643') format('woff2'),
url('../font/opex-icon.woff?42850643') format('woff'),
url('../font/opex-icon.ttf?42850643') format('truetype'),
url('../font/opex-icon.svg?42850643#opex-icon') format('svg');
src: url('../font/opex-icon.eot?88500404');
src: url('../font/opex-icon.eot?88500404#iefix') format('embedded-opentype'),
url('../font/opex-icon.woff2?88500404') format('woff2'),
url('../font/opex-icon.woff?88500404') format('woff'),
url('../font/opex-icon.ttf?88500404') format('truetype'),
url('../font/opex-icon.svg?88500404#opex-icon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'opex-icon';
src: url('../font/opex-icon.svg?42850643#opex-icon') format('svg');
src: url('../font/opex-icon.svg?88500404#opex-icon') format('svg');
}
}
*/
Expand Down Expand Up @@ -115,10 +115,10 @@
.icon-help-circled-2:before { content: '\0158'; } /* 'Ř' */
.icon-help-circled-alt:before { content: '\0159'; } /* 'ř' */
.icon-menu_vertical:before { content: '\0160'; } /* 'Š' */
.icon-cancel-circled:before { content: '\0161'; } /* 'š' */
.icon-cancel-circled-1:before { content: '\0161'; } /* 'š' */
.icon-cancel-circle:before { content: '\0162'; } /* 'Ţ' */
.icon-cancel-circle-1:before { content: '\0163'; } /* 'ţ' */
.icon-cancel-circled-1:before { content: '\0165'; } /* 'ť' */
.icon-cancel-circled-2:before { content: '\0165'; } /* 'ť' */
.icon-cancel-circle-2:before { content: '\0166'; } /* 'Ŧ' */
.icon-profilesetting:before { content: '\0167'; } /* 'ŧ' */
.icon-protectsetting:before { content: '\0168'; } /* 'Ũ' */
Expand Down Expand Up @@ -164,4 +164,5 @@
.icon-down-dir:before { content: '\0208'; } /* 'Ȉ' */
.icon-up-dir:before { content: '\0209'; } /* 'ȉ' */
.icon-play:before { content: '\0210'; } /* 'Ȑ' */
.icon-paste:before { content: '\0211'; } /* 'ȑ' */
.icon-cancel-circled2:before { content: '\e801'; } /* '' */
17 changes: 10 additions & 7 deletions src/assets/fontIcon/opex-icon/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@
}
@font-face {
font-family: 'opex-icon';
src: url('./font/opex-icon.eot?12809373');
src: url('./font/opex-icon.eot?12809373#iefix') format('embedded-opentype'),
url('./font/opex-icon.woff?12809373') format('woff'),
url('./font/opex-icon.ttf?12809373') format('truetype'),
url('./font/opex-icon.svg?12809373#opex-icon') format('svg');
src: url('./font/opex-icon.eot?57753066');
src: url('./font/opex-icon.eot?57753066#iefix') format('embedded-opentype'),
url('./font/opex-icon.woff?57753066') format('woff'),
url('./font/opex-icon.ttf?57753066') format('truetype'),
url('./font/opex-icon.svg?57753066#opex-icon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -425,7 +425,7 @@ <h1>opex-icon <small>font demo</small></h1>
<i class="demo-icon icon-menu_vertical">&#x0160;</i> <span class="i-name">icon-menu_vertical</span><span class="i-code">0x0160</span>
</div>
<div class="span3" title="Code: 0x0161">
<i class="demo-icon icon-cancel-circled">&#x0161;</i> <span class="i-name">icon-cancel-circled</span><span class="i-code">0x0161</span>
<i class="demo-icon icon-cancel-circled-1">&#x0161;</i> <span class="i-name">icon-cancel-circled-1</span><span class="i-code">0x0161</span>
</div>
<div class="span3" title="Code: 0x0162">
<i class="demo-icon icon-cancel-circle">&#x0162;</i> <span class="i-name">icon-cancel-circle</span><span class="i-code">0x0162</span>
Expand All @@ -436,7 +436,7 @@ <h1>opex-icon <small>font demo</small></h1>
</div>
<div class="row">
<div class="span3" title="Code: 0x0165">
<i class="demo-icon icon-cancel-circled-1">&#x0165;</i> <span class="i-name">icon-cancel-circled-1</span><span class="i-code">0x0165</span>
<i class="demo-icon icon-cancel-circled-2">&#x0165;</i> <span class="i-name">icon-cancel-circled-2</span><span class="i-code">0x0165</span>
</div>
<div class="span3" title="Code: 0x0166">
<i class="demo-icon icon-cancel-circle-2">&#x0166;</i> <span class="i-name">icon-cancel-circle-2</span><span class="i-code">0x0166</span>
Expand Down Expand Up @@ -595,6 +595,9 @@ <h1>opex-icon <small>font demo</small></h1>
<div class="span3" title="Code: 0x0210">
<i class="demo-icon icon-play">&#x0210;</i> <span class="i-name">icon-play</span><span class="i-code">0x0210</span>
</div>
<div class="span3" title="Code: 0x0211">
<i class="demo-icon icon-paste">&#x0211;</i> <span class="i-name">icon-paste</span><span class="i-code">0x0211</span>
</div>
<div class="span3" title="Code: 0xe801">
<i class="demo-icon icon-cancel-circled2">&#xe801;</i> <span class="i-name">icon-cancel-circled2</span><span class="i-code">0xe801</span>
</div>
Expand Down
Binary file modified src/assets/fontIcon/opex-icon/font/opex-icon.eot
Binary file not shown.
8 changes: 5 additions & 3 deletions src/assets/fontIcon/opex-icon/font/opex-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/fontIcon/opex-icon/font/opex-icon.ttf
Binary file not shown.
Binary file modified src/assets/fontIcon/opex-icon/font/opex-icon.woff
Binary file not shown.
Binary file modified src/assets/fontIcon/opex-icon/font/opex-icon.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/NumberInput/NumberInput.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
}

.alert {
font-size: 0.7vw;
/*font-size: 0.7vw;*/
color: var(--red);
}
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const TextInput = (props) => {
onChange={onchange}
options={options}
classNamePrefix="select"
className={classes.selectBox}
className={`select ${classes.selectBox}`}
{...other}
/>
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
}
.selectBox {
width: 50%;
font-size: 0.75vw;
/*font-size: 0.75vw;*/
}
:global .select__control {
border-color: transparent !important;
Expand Down
Loading