Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit d1df829

Browse files
authored
Merge branch 'master' into negar/send_referrer
2 parents 99ba7dc + 988a174 commit d1df829

File tree

93 files changed

+2509
-1406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+2509
-1406
lines changed

package-lock.json

Lines changed: 51 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"grunt-contrib-clean": "1.1.0",
7171
"grunt-contrib-connect": "1.0.2",
7272
"grunt-contrib-copy": "1.0.0",
73-
"grunt-contrib-cssmin": "2.2.1",
73+
"grunt-contrib-cssmin": "^3.0.0",
7474
"grunt-contrib-watch": "1.1.0",
7575
"grunt-embed-fonts": "0.5.1",
7676
"grunt-eslint": "21.0.0",
@@ -137,7 +137,7 @@
137137
"react-transition-group": "2.4.0",
138138
"scriptjs": "2.5.8",
139139
"sinon": "7.2.2",
140-
"smartcharts-beta": "0.4.18",
140+
"smartcharts-beta": "0.4.21",
141141
"tt-react-custom-scrollbars": "4.2.1-tt2",
142142
"url-polyfill": "1.0.9",
143143
"web-push-notifications": "3.2.15"

scripts/config/pages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@ module.exports = [
128128
['graduates', 'landing_pages/graduate_program', null, 'Binary.com Graduate Program', 'NOT-en'],
129129
// ['hackathon', 'landing_pages/hackathon', null, 'Hackathon Competition', 'NOT-en'],
130130
['introducing-usb', 'landing_pages/usb', null, 'Introducing USB', 'NOT-en'],
131+
['binarygrid', 'landing_pages/grid_landing', null, 'Our New Mobile Trading App', 'NOT-en'],
131132
['landing/signup-frame', 'landing_pages/signup_frame', null, 'Sign up'],
132133
];

scripts/js_texts/extracted_strings_app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = [
1313
'Advanced',
1414
'All barriers in this trading window are expired',
1515
'Amount',
16+
'Amount in',
1617
'An additional password can be used to restrict access to the cashier.',
1718
'Apply now as a professional investor',
1819
'Apr',
@@ -283,7 +284,6 @@ module.exports = [
283284
'Please reload the page',
284285
'Please select',
285286
'Please select a country',
286-
'Please select a payment agent',
287287
'Please select a valid time.',
288288
'Please select at least one scope',
289289
'Please select the checkbox.',
@@ -337,6 +337,7 @@ module.exports = [
337337
'Select Asset',
338338
'Select Trade Type',
339339
'Select date',
340+
'Select payment agent',
340341
'Select your market and underlying asset',
341342
'Select your trade type',
342343
'Selected Tick',

src/images/app_2/common/logo.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/grid_lp/academy-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/grid_lp/contracts.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/grid_lp/currencies.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/grid_lp/date-time.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/grid_lp/fb-icon.svg

Lines changed: 1 addition & 0 deletions
Loading

src/images/grid_lp/header-bg.jpg

194 KB
Loading

0 commit comments

Comments
 (0)