Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Kevin/ Add Tradertools page (calculators) #1125

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
3211171
Sara / Update commission text (#1132)
sara-fs Oct 23, 2020
9052719
Kevin/Update multiplier content (#1134)
virtualpowwa Oct 23, 2020
35ef3ec
fix: updated text for UK and non-UK clients (#1146)
Oct 23, 2020
fe38e35
text:update eu footer content (#1141)
virtualpowwa Oct 23, 2020
195a272
text:add apostrophe on option description (#1120)
virtualpowwa Oct 23, 2020
e23c38d
text: update hero content (#1139)
virtualpowwa Oct 23, 2020
27b5f19
translate:extract upload download
Oct 26, 2020
716f372
translate: download
cakasuma Nov 2, 2020
b718e7d
translate: download chinese
cakasuma Nov 2, 2020
b452788
amam/add_fiat_onramp (#1164)
mustofa-binary Nov 6, 2020
c08298c
translate: download
cakasuma Nov 6, 2020
24f2997
feat: trader-tools-page-calculators
Oct 8, 2020
088208a
feat: handleError onclick for X icon
Oct 8, 2020
5964e1b
fix:PR#1
Oct 12, 2020
75f5b0d
Fix:PR comments#2
Oct 12, 2020
fb007f8
fix:PR - make use of Flex component instead of div
Oct 14, 2020
6b9ad80
fix: handle error, and buttond default disabled
Oct 16, 2020
62a4b9a
Fix: Qa comments #4 & add symbols
Oct 19, 2020
27537b1
fix: update validation text
Oct 19, 2020
1a9c52c
fix:margin to show decimal if necessary
Oct 19, 2020
4cd2969
fix: minor styling
Oct 19, 2020
a5540c9
remove: unecessary duplicate validation
Oct 19, 2020
49f6e85
fix:PR comments : update validation, and styling
Oct 19, 2020
e6be510
fix: code review
Oct 20, 2020
62262be
update:dropdown
Oct 20, 2020
99c07b8
fix qa comments
Oct 23, 2020
90f87b6
improve: styling and fix qa comment
Oct 23, 2020
fb7b5ee
fix: max 2 digit decimals input, refactor validation, calculate bug
Oct 26, 2020
a069a7d
fix: placeholder issue
Oct 26, 2020
0509483
fix: placeholder issue
Oct 26, 2020
619f70f
fix: issue 35,36,37
Oct 28, 2020
0bac461
fix: issue 35,36,37
Oct 28, 2020
ae34c60
remove: max 2 input decimal
Oct 28, 2020
04c5181
resolve: qa comments
Oct 30, 2020
87fa75c
remove extra 0 on submit
Oct 30, 2020
b3b26cf
fix: qa comment focus on clicked error
Nov 2, 2020
1639bb8
removed selected symbol dropdown
Nov 2, 2020
acf990e
resize font on smaller screen
Nov 2, 2020
a1652ba
fix: different font for dropdown and input field
Nov 2, 2020
f7c9694
fix:styling of subheader calculator
Nov 2, 2020
5d7037a
add: scrollable margin value without showing scrollbar
Nov 2, 2020
f6198b7
fix: border radius and scientific annotation removal on swap calc
Nov 4, 2020
5a100ad
fix:different color in ios browser
Nov 4, 2020
98663e4
fix:different color in ios browser
Nov 4, 2020
9128064
update: text area to flex
Nov 4, 2020
5274a37
fix: dropdown label on tab change, error on mozilla, color on safari
Nov 4, 2020
5aba64b
fix: image for mobile version and remove some unused image & script
Nov 5, 2020
ef45705
added special case for step index, range break 100,200 on margin calc…
Nov 5, 2020
6155d4b
fix: value and currency symbol alignment
Nov 5, 2020
331c49d
refactor: major refactor
Nov 6, 2020
34b82e7
fix: image and formula
Nov 6, 2020
f471bcb
fix: backround on label input (active) and link on synthetic
Nov 9, 2020
6cd5088
fix: wrong text on swap-forex formula
Nov 9, 2020
057eb28
fix: text content on swap-forex
Nov 9, 2020
f7c592f
fix: tab selector
Nov 9, 2020
ff29fa7
fix: add color blues
Nov 10, 2020
63dfe5d
fix: merge conflifcts
Nov 16, 2020
2770695
fix: icons
Nov 16, 2020
b3ead17
fix: add alt on icons
Nov 16, 2020
44bd58b
fix:refactor codes
Nov 17, 2020
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
2 changes: 1 addition & 1 deletion src/common/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function debounce(func, wait, immediate) {
}
}

const trimSpaces = value => value.trim()
const trimSpaces = (value) => value.trim()

const deriv_app_url = 'https://app.deriv.com'
const deriv_bot_app_url = 'https://app.deriv.com/bot'
Expand Down
Loading