index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
website
/
ts
/
components
/
dialogs
/
ledger_config_dialog.tsx
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Deploy @dexon-foundation/0x.js
stable
Hsuan Lee
2019-03-06
1
-307
/
+0
|
*
Implement tslint enum-naming to enforce PascalCase on enum members (#1474)
Xianny
2019-01-12
1
-9
/
+9
|
*
fix(website): fix code splitting
Brandon Millman
2018-11-12
1
-1
/
+1
|
*
chore: replace @0xproject with @0x in .tsx files
Fabio Berger
2018-10-18
1
-3
/
+3
|
*
Change all onTouchTap to onClick
fragosti
2018-08-25
1
-1
/
+1
|
*
Use default networkId of 1 for ledger dropdown
fragosti
2018-07-06
1
-1
/
+4
|
*
Changing provider to ledger more consistent with previous experience
fragosti
2018-06-28
1
-2
/
+0
|
*
Fix stateful ledger dialog edge state
fragosti
2018-06-27
1
-0
/
+1
|
*
Fix subtle issues with ledger config dialog
fragosti
2018-06-27
1
-0
/
+2
|
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
1
-2
/
+2
|
*
Remove 0x.js as a dependency from website
Leonid Logvinov
2018-05-24
1
-2
/
+2
|
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-10
/
+10
|
*
Update website to support latest ledger
Jacob Evans
2018-04-11
1
-1
/
+0
|
*
Consolidate all console.log into the @0xproject/utils package
Brandon Millman
2018-03-14
1
-3
/
+3
|
*
Create blockchainWatcher class and refactor Portal such that Ether amounts ↵
Fabio Berger
2018-03-10
1
-5
/
+7
|
|
|
|
are always passed around as baseUnits
*
Move Documentation to the `@0xproject/react-docs` package
Fabio Berger
2018-03-06
1
-3
/
+3
|
*
Moved over all pages/shared components and dependencies to react-shared
Fabio Berger
2018-03-05
1
-1
/
+1
|
*
Fix linter errors
Fabio Berger
2018-01-31
1
-1
/
+1
|
*
Default the derivation path to that found in the Ledger subprovider
Fabio Berger
2018-01-31
1
-1
/
+4
|
*
Add browser data to dialog info
Fabio Berger
2018-01-31
1
-1
/
+1
|
*
Add Rinkeby support
Fabio Berger
2018-01-30
1
-6
/
+3
|
*
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵
Fabio Berger
2018-01-29
1
-2
/
+6
|
|
|
|
Ledger network dropdown
*
Re-set Ledger config dialog to connect step if dialog is closed
Fabio Berger
2018-01-29
1
-0
/
+1
|
*
Make it such that users can switch between Ledger accounts without first ↵
Fabio Berger
2018-01-29
1
-1
/
+4
|
|
|
|
switching back to an injected provider
*
Implement just-in-time loading of token balances & allowances
Fabio Berger
2018-01-28
1
-1
/
+2
|
*
Initial Ledger support implementation
Fabio Berger
2018-01-28
1
-7
/
+39
|
*
Fix ts error in portal after enabling more strict checks
Leonid Logvinov
2018-01-10
1
-4
/
+6
|
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
1
-1
/
+1
|
*
Apply prettier config
Leonid Logvinov
2018-01-03
1
-65
/
+34
|
*
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
Brandon Millman
2017-12-20
1
-22
/
+22
|
*
Refactor configs and constants, standardize on uppercase/snakecase, ↵
Fabio Berger
2017-12-19
1
-2
/
+3
|
|
|
|
alphebetize, rename for logical grouping
*
Standardize colors to always be in uppercase hex and consolidate material-ui ↵
Fabio Berger
2017-12-18
1
-1
/
+1
|
|
|
|
greys
*
Consolidate all custom colors and material-ui colors into a colors module
Fabio Berger
2017-12-18
1
-1
/
+1
|
*
fix remaining tslint errors
Fabio Berger
2017-11-28
1
-8
/
+9
|
*
Add website to mono repo, update packages to align with existing ↵
Fabio Berger
2017-11-22
1
-0
/
+288
sub-packages, use new subscribeAsync 0x.js method