Commit Graph

941 Commits

Author SHA1 Message Date
James Prado 816ce3180f Translation Updates (#1323)
* Update account view routing

* Temporarily add unicode character to translated strings for testing

* Temporarily select add unicode to all untranslated strings

* Format changes

* Add all english translations for /account & /generate

* Add the rest of the english translations

* Add a few more missing translations

* Update en translations

* Get selectedLanguage from localstorage instead of redux sttate

* Update snapshots

* Add missing translation keys & Update translate functs & change variable prefix

* translate all markdown strings & remove old translation strings

* Update snapshot

* Add a few more translation strs

* Move raw strings being translated into json

* All translation keys are now Uppercase

* Fix up the last few translations

* Update snapshot

* Uppercase de translation strings

* Bring back shapeshift logo on swap

* Fix contracts tab translations

* Fix a few more translations

* Fix translations

* remove debugging stuff

* Update snapshots

* Use react.fragment as markdown root renderer

* Seperate markdown translations into their own function

* Clean up translation functions

* Clean up translation functions

* Update snapshot

* Fix some broken translation strings

* Add prettier ignore file
2018-03-21 22:50:25 -05:00
William O'Beirne 7521337bda Custom DPaths, Improvements, and Fix SingularDTV (#1351)
* Add dpath to select option display

* Re-enable custom path

* Make it a submittable form to behave better with HW wallets

* Adjust styles

* Widen regex to allow for SingularDTV dpath
2018-03-21 15:19:15 -05:00
greenkeeper[bot] f42b81ac8a fix(package): update electron-updater to version 2.21.1 (#1338) 2018-03-21 14:45:05 -05:00
greenkeeper[bot] aa08c1902d chore(package): update ts-jest to version 22.4.2 (#1339) 2018-03-21 14:08:54 -05:00
Michael - Blurpesec 8eeefe7e25 Fix offline broadcast link (#1350)
* Fixed offline broadcast link

* fix for link from root
2018-03-21 13:49:33 -05:00
William O'Beirne 5d41a7f774 Remove all LESS code (#1348)
* Checking in removal process.

* Final removal of all SCSS

* Remove unnecessary test

* tscheck
2018-03-20 15:08:57 -05:00
William O'Beirne 0b44919912 Update node-sass (#1346) 2018-03-20 11:00:49 -05:00
Danny Skubak 937cc3fde5 Add Jenkins Integration (#1295)
* add jenkins changes

* run prettier

* update icons

* update icons to use latest favicon
2018-03-19 10:42:42 -05:00
Danny Skubak 9be46bf8aa Update blockie package in webpack config (#1337) 2018-03-17 23:52:47 -05:00
Daniel Ternyak f5716514b1
chore(package): update node-sass to version 4.8.1 (#1315)
Closes #1310
2018-03-17 19:48:37 -05:00
Daniel Ternyak 8c0dd3f455
Use ethereum-blockies-base64 (#1326)
* use makeBlockie from ethereum-blockies-base64

* adjust type ethereum-blockies-base64 type declaration

* add ethereum-blockies-base64

* update ethereum-blockies-base64; remove redundent declaration file
2018-03-17 16:31:28 -05:00
Daniel Ternyak 825e467db7
fix(package): update query-string to version 6.0.0 (#1325)
Closes #1322
2018-03-17 00:52:04 -05:00
greenkeeper[bot] 9e723e609c chore(package): update css-loader to version 0.28.11 (#1331) 2018-03-17 00:14:58 -05:00
greenkeeper[bot] be9729c302 chore(package): update @types/react-router-dom to version 4.2.5 (#1328) 2018-03-17 00:14:14 -05:00
greenkeeper[bot] 9a5e2a8c2a chore(package): update electron-builder to version 20.5.1 (#1324) 2018-03-17 00:13:57 -05:00
greenkeeper[bot] 0976552a0b chore(package): update @types/lodash to version 4.14.105 (#1327) 2018-03-17 00:13:17 -05:00
greenkeeper[bot] bd4a63e591 chore(package): update @types/react-select to version 1.2.5 (#1329) 2018-03-17 00:12:56 -05:00
greenkeeper[bot] aeb1b74d8d chore(package): update webpack-subresource-integrity to version 1.1.0-rc.4 (#1330) 2018-03-17 00:12:38 -05:00
greenkeeper[bot] 433a3276bb chore(package): update electron to version 1.8.4 (#1335) 2018-03-17 00:12:20 -05:00
greenkeeper[bot] 4b6cba3211 chore(package): update enzyme-to-json to version 3.3.3 (#1332) 2018-03-17 00:12:03 -05:00
William O'Beirne db6b737cad Show Recent Txs on Check Tx Page (#1147)
* Save transactions to local storage.

* Checksum more things + reset hash on network change.

* Fix IHexTransaction type, grab from from tx object directly.

* Refactor storage of recent transactions to use redux storage and loading.

* Refactor types to a transactions types file.

* Initial crack at recent transactions tab on account

* Punctuation.

* Transaction Status responsive behavior.

* Refactor transaction helper function out to remove circular dependency.

* Fix typings

* Collapse subtabs to select list when too small.

* s/wallet/address

* Type select onChange

* Get fields from current state if web3 tx
2018-03-14 15:10:14 -05:00
greenkeeper[bot] 740b191542 chore(package): update tslint-config-prettier to version 1.10.0 (#1316) 2018-03-14 14:53:11 -05:00
greenkeeper[bot] 0bc24f5825 chore(package): update nodemon to version 1.17.2 (#1320) 2018-03-14 14:52:57 -05:00
greenkeeper[bot] 92e757ceb2 chore(package): update image-webpack-loader to version 4.2.0 (#1319) 2018-03-14 14:52:02 -05:00
William O'Beirne 4b8adc81ce Allow 0 ETH Transactions (#1307)
* Allow zero number

* Fail when request payment is zero value, or if you try to send token with zero value.

* Parseint instead of addition casting to catch empty string.
2018-03-14 14:51:37 -05:00
anticlimactic 16469e1a62 Show Disabled Send Button on /pushtx (#1302)
* Fixes #1291. Implemented a new boolean that allows you to toggle whether you are using a disabled send tx button that persists or a send tx button that remains invisible until a valid transaction is present.

* Fixed object shorthand precommit error.

* Cleanup boolean logic, remove redundant code, make comparision elements more obvious
2018-03-12 00:06:09 -05:00
Daniel Ternyak 3d8f678887
chore(package): update electron-builder to version 20.4.0 (#1299)
Closes #1271
2018-03-11 18:09:31 -05:00
Daniel Ternyak 8649655019
Add HackerOne to Announcement (#1218) 2018-03-11 17:25:24 -05:00
greenkeeper[bot] 9284fb56eb chore(package): update @types/react-select to version 1.2.4 (#1301) 2018-03-11 17:24:35 -05:00
greenkeeper[bot] 7905b0cf67 chore(package): update less-loader to version 4.1.0 (#1304) 2018-03-11 17:24:20 -05:00
greenkeeper[bot] 3f6681711f chore(package): update style-loader to version 0.20.3 (#1305) 2018-03-11 17:23:31 -05:00
greenkeeper[bot] 7b7728cf9d chore(package): update copy-webpack-plugin to version 4.5.1 (#1306) 2018-03-11 17:23:15 -05:00
greenkeeper[bot] 033407460b fix(package): update wallet-address-validator to version 0.1.3 (#1303) 2018-03-11 17:22:38 -05:00
James Prado 4788381641 Update Account SubTab Routing / Token Scanner CSS Updates (#1276)
* Redirect user to subtab after logging in

* Update token balances styles

* Adjust routing for readOnly wallets
2018-03-11 17:19:35 -05:00
William O'Beirne 56943232a0 Roll Back enzyme-to-json Revoked Version (#1308) 2018-03-09 18:34:08 -06:00
greenkeeper[bot] aa287f478a chore(package): update electron to version 1.8.3 (#1266) 2018-03-08 13:29:09 -06:00
James Prado 9cac0298a2 Improve accessibility (a11y) (#1267)
* Manage modal focus

* Add isOpen prop to CustomNodeModal

* Remove outline overrides

* Update outline style for inputs

* Fix modal focus management & Cleanup CustomNodeModal

* Add aria-label on modal close button

* Fix modal scroll to top

* Add aria-live property for notifications

* Add aria-busy to Spinner component

* Fix border styles for generatewallet password inputs

* Update token balances inputs

* Remove multiple h1's & Update styles

* Add alt text to all img elements

* Update swap link from bity to shapeshift

* Update aria-labels and alt text

* Only show keystore password input when required

* Revert "Only show keystore password input when required"

This reverts commit 7ec5de52da0982cd3131f365b142f6915638d831.

* address changes requested
2018-03-08 13:28:43 -06:00
greenkeeper[bot] 6e8d807b22 fix(package): update react-markdown to version 3.3.0 (#1272) 2018-03-08 12:06:06 -06:00
greenkeeper[bot] 80383a831e fix(package): update ethereumjs-tx to version 1.3.4 (#1283) 2018-03-08 12:05:29 -06:00
greenkeeper[bot] 5e97a9fe66 chore(package): update url-search-params-polyfill to version 3.0.0 (#1296) 2018-03-08 12:04:58 -06:00
greenkeeper[bot] 3af6607901 chore(package): update enzyme-to-json to version 3.3.2 (#1297) 2018-03-08 12:04:20 -06:00
aitrean cf9887f21f Outstanding tasks to Productionize Tx (#1194)
* Verify and complete all branching saga logic tests for transaction stack.

* Write reducer tests for refactored transaction stack.

* Add selector tests. Some files still need to be debugged.

* Add snapshot test for fields, additional seelector testing.

* Remove fields snapshots.

* Remove ABIs from the TestState json

* Use redux state instead of raw json in selector testing.

* Fix merge issues.

* Remove log

* Fix state values.

* Change test value to wei.

* Last touchup.

* Fix buffer shape, change Wei typo, use reasonable wei values.

* Last touch up.
2018-03-08 12:03:45 -06:00
HenryNguyen5 94b3f3403b Fix recommended gas price breaking on subtab switch (#1268) 2018-03-07 17:55:46 -06:00
HenryNguyen5 16e6677c0f Derive available tx metadata (#1257)
* Derive "from" and "unit" parameters from current transaction when possible

* Fix tsc errors

* Address changes
2018-03-07 17:42:16 -06:00
William O'Beirne 3bce82ba86 Fix favicon transparency. (#1289) 2018-03-07 17:37:59 -06:00
HenryNguyen5 c340246ca0 Enable no-implicit-any (#1263)
* Progress commit

* Update more types

* Fix more types

* Fix abi function types

* Fix lib types

* Fix rest of types

* Address wbobeirne changes

* Change origin and destination check
2018-03-07 17:36:05 -06:00
Daniel Ternyak 0e26f7af4c
Tag Beta 0.5.1 (#1287) 2018-03-07 10:55:29 -06:00
Daniel Ternyak 3278318fa6
Fix Coinbase Widget (#1286)
* Connect Promos; pass current wallet address to Coinbase

* Use ShapeShift as promo if no wallet instance when showing Coinbase

* use appstate for typing
2018-03-07 10:54:14 -06:00
greenkeeper[bot] b901c3e125 chore(package): update @types/jest to version 22.2.0 (#1261) 2018-03-05 23:52:43 -06:00
Daniel Ternyak 8acef8e54f
Revert hard-source-webpack-plugin updates (#1269)
* Revert "fix(package): update hard-source-webpack-plugin to version 0.6.4 (#1254)"

This reverts commit e45324e7f1.

* Revert "fix(package): update hard-source-webpack-plugin to version 0.6.1 (#1232)"

This reverts commit b016d35819.
2018-03-05 23:52:20 -06:00