Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deriv app remodeling #160

Closed
wants to merge 77 commits into from
Closed
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
e4cfa6b
Merge pull request #46 from binary-com/dev
negarn May 14, 2019
9503021
Merge pull request #50 from binary-com/dev
ashkanx May 15, 2019
7e7e359
Merge pull request #57 from binary-com/dev
negarn May 16, 2019
6d9d211
Merge pull request #63 from binary-com/dev
ashkanx May 16, 2019
55e81f9
Merge pull request #71 from binary-com/dev
ashkanx May 20, 2019
ada4646
Merge pull request #75 from binary-com/dev
negarn May 21, 2019
2b2fdd6
Merge pull request #79 from binary-com/dev
negarn May 21, 2019
356fdbf
Merge pull request #84 from binary-com/dev
negarn May 21, 2019
db3a8f5
Merge pull request #93 from binary-com/dev
ashkanx May 22, 2019
e79bd60
Merge pull request #103 from binary-com/dev
negarn May 24, 2019
b0c9c7f
+ Added `i18next` and config
msamprz May 30, 2019
c3d25a2
Added check for duplicate messages (and remove unused ones)
msamprz Jun 7, 2019
59bc37d
Refactored old usages of `Localize` to the new one [Part 1]
msamprz Jun 8, 2019
e209c11
+ Refactored old usages of `Localize` to the new one [Part 2]
msamprz Jun 8, 2019
001b9c3
+ Refactored old usages of `localize()` to the new one [Part 3]
msamprz Jun 10, 2019
13e4bc6
Fixed test case for `<Localize />`
msamprz Jun 11, 2019
eccfadd
Completed all `localize()` and `<Localize />` refactoring [Part 4]
msamprz Jun 11, 2019
d25d39c
move service-worker.js to root
oskar-binary Jun 11, 2019
6424cc0
remove pjax from common
oskar-binary Jun 11, 2019
85fadd7
remove react-router basename
oskar-binary Jun 11, 2019
9baf47a
update 404 redirect to ignore language path
oskar-binary Jun 11, 2019
1776a00
Merge pull request #1 from OskarAhl/i18n_index
msamprz Jun 11, 2019
bee818c
move --is-show class from header, footer to render condition to preve…
oskar-binary Jun 12, 2019
6305344
add initial loader before react mounts
oskar-binary Jun 12, 2019
3e310f7
Merge branch 'master' into i18n-remodeling
msamprz Jun 13, 2019
1abc5e5
temp commit
oskar-binary Jun 13, 2019
2c2f8e8
Merge pull request #2 from OskarAhl/loader_store_acc_token
msamprz Jun 13, 2019
9addf90
Revert "temp commit"
msamprz Jun 14, 2019
3b7b220
Temp fix for build
msamprz Jun 14, 2019
64df904
Merge branch 'dev' into i18n-remodeling
msamprz Jun 17, 2019
8a91cd0
Removed lang folders in dist folder
msamprz Jun 17, 2019
c44909b
Init
msamprz Jun 17, 2019
72d09ad
+ Added Deriv files to be refactored
msamprz Jun 18, 2019
43c3cb4
+ Suspended HMR until further
msamprz Jun 19, 2019
1591e7e
+ Added Deriv files to be refactored
msamprz Jun 19, 2019
9cbee77
Match files to remodeling [WIP; these will be added back]
msamprz Jun 19, 2019
0a52ace
+ Folder restructuring [WIP]
msamprz Jun 20, 2019
cea8c5c
+ Folder restructuring [WIP]
msamprz Jun 20, 2019
bca6b9b
Added `postcss-loader`, CSS minifier, and JS minifier
msamprz Jun 20, 2019
747b636
Added `postcss-loader`, CSS minifier, and JS minifier
msamprz Jun 20, 2019
e046a36
+ Enabled `NetworkStatus`
msamprz Jun 20, 2019
e082a6c
Merge changes
msamprz Jun 20, 2019
1f18ca8
Added prototype deploy script (ie., not final)
msamprz Jun 20, 2019
831f814
+ Added Webpack config for tests
msamprz Jun 21, 2019
a017818
Merged changes
msamprz Jun 21, 2019
a050e92
Merge branch 'dev' into deriv-app-remodeling
msamprz Jun 21, 2019
9ec23ce
Removed unused packages from `package-lock.json`
msamprz Jun 21, 2019
6e0c60e
Removed duplicated files and folders
msamprz Jun 21, 2019
0a95272
Installed missing peer dependencies
msamprz Jun 24, 2019
1e619fd
Refactored `/trade` route to `/`
msamprz Jun 24, 2019
7814d5a
Readding more build features [Part 1]
msamprz Jun 24, 2019
bdbd0d9
Addressed reviews
msamprz Jun 24, 2019
dc5912c
Added `file-loader` to include SVG files in build
msamprz Jun 24, 2019
2dbdf20
Fixed issue where pure SVG files would get imported as React components
msamprz Jun 24, 2019
b18971d
Readded further build features [Part 2]
msamprz Jun 24, 2019
21f7bcc
Moved svg icons to be processed by `react-svg-loader` to `Assets`
msamprz Jun 25, 2019
22efce8
Removed unused modules
msamprz Jun 25, 2019
5312095
+ Fixed tests missing unused and deleted modules
msamprz Jun 25, 2019
abd2c5a
Merge branch 'dev' into deriv-app-remodeling
msamprz Jun 25, 2019
264226a
+ Fixed `server` command typo to `serve`
msamprz Jun 25, 2019
c53f7c1
+ Updated login criteria (client-store.js:443:48)
msamprz Jun 25, 2019
031e0bd
+ Webpack optimisation [WIP]
msamprz Jun 25, 2019
d35d6d4
Clear params upon login redirect from OAuth
msamprz Jun 25, 2019
4980a6f
Merge remote-tracking branch 'msam/deriv-app-remodeling' into deriv-a…
Jun 26, 2019
667f1b4
Fixed test folder deployment routing
msamprz Jun 26, 2019
7f28a5e
Fixed SVG stroke mismatch
msamprz Jun 26, 2019
a890e93
+ Fixed assets missing base value
msamprz Jun 26, 2019
ada29c9
+ Added `extract-translation-string` loader to Webpack
msamprz Jun 26, 2019
6757821
Remove language from urlFor
Jun 26, 2019
38a2687
Merge remote-tracking branch 'msam/deriv-app-remodeling' into deriv-a…
Jun 26, 2019
f53e7c5
+ Added hot function to sort and store messages for performance
msamprz Jun 26, 2019
ebc437a
Merge branch 'dev' into deriv-app-remodeling
msamprz Jun 26, 2019
5cf9ce4
Merge remote-tracking branch 'msam/deriv-app-remodeling' into deriv-a…
Jun 26, 2019
a62c530
Merge pull request #3 from MahboobehMohammadi/deriv-app-remodeling
msamprz Jun 26, 2019
e76840a
Further clarified `base` environment value condition
msamprz Jun 26, 2019
3e28107
+ Updated Webpack dev config
msamprz Jun 27, 2019
96d5fc0
Merge branch 'dev' into deriv-app-remodeling
msamprz Jun 27, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
37 changes: 11 additions & 26 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
{
"presets": ["env", "stage-1", "react"],
"plugins": [
"transform-decorators-legacy",
"transform-object-rest-spread",
"transform-class-properties",
"babel-plugin-syntax-dynamic-import",
[
"module-resolver",
{
"root": [
"./src/javascript"
],
"alias": {
"_common" : "./src/javascript/_common",
"App" : "./src/javascript/app/App",
"Assets" : "./src/javascript/app/Assets",
"Constants": "./src/javascript/app/Constants",
"Modules" : "./src/javascript/app/Modules",
"Services" : "./src/javascript/app/Services",
"Stores" : "./src/javascript/app/Stores",
"Utils" : "./src/javascript/app/Utils",
"Images" : "./src/images/"
}
}
]
]
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
[ "@babel/plugin-proposal-decorators", { "legacy": true } ],
[ "@babel/plugin-proposal-class-properties", { "loose": true } ],
"@babel/plugin-proposal-export-default-from",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-syntax-dynamic-import",
]
}
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

73 changes: 0 additions & 73 deletions .eslintrc.js

This file was deleted.

95 changes: 0 additions & 95 deletions .stylelintrc.js

This file was deleted.

12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

16 changes: 0 additions & 16 deletions Gruntfile.js

This file was deleted.

Loading