aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-196-933/+0
|
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-9/+9
|
* Update prettier to version ^1.15.3Alex Browne2019-01-112-17/+18
|
* feat: remove unused filesfragosti2018-12-212-79/+0
|
* fix(website): fix code splittingBrandon Millman2018-11-121-1/+1
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-186-9/+9
|
* Change all onTouchTap to onClickfragosti2018-08-258-11/+11
|
* WIP for sending ether from portal (works)fragosti2018-07-192-18/+28
|
* Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
|
* Use default networkId of 1 for ledger dropdownfragosti2018-07-061-1/+4
|
* Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-032-3/+0
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-292-2/+3
|\ | | | | | | feature/website/support-new-metamask
| * Remove isTracked field on token in favor of trackedTimestampBrandon Millman2018-06-291-1/+3
| |
* | Changing provider to ledger more consistent with previous experiencefragosti2018-06-281-2/+0
| |
* | Remove IS_MAINNET_ENABLED configfragosti2018-06-281-11/+5
| |
* | Fix stateful ledger dialog edge statefragosti2018-06-271-0/+1
| |
* | Fix subtle issues with ledger config dialogfragosti2018-06-271-0/+2
|/
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-2/+2
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-071-3/+3
|\ | | | | | | feature/improve-linting
| * Fix undefined ether balanceBrandon Millman2018-06-061-3/+3
| |
* | Try enabling no-unused-variable...fragosti2018-06-052-2/+0
|/
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-242-4/+4
|
* Add missing type definitionsLeonid Logvinov2018-05-148-43/+43
|
* Update website to support latest ledgerJacob Evans2018-04-111-1/+0
|
* Add clean-state testsLeonid Logvinov2018-03-272-4/+4
|
* Add error popover if TokenRegistry on network user is browsing on don't ↵Fabio Berger2018-03-251-0/+14
| | | | include the requisite default tokens for 0x Portal to function
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-3/+3
|
* Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵Fabio Berger2018-03-111-1/+3
| | | | don't sometimes pass an empty string and sometimes undefined
* Create blockchainWatcher class and refactor Portal such that Ether amounts ↵Fabio Berger2018-03-102-7/+12
| | | | are always passed around as baseUnits
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-062-5/+5
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-055-5/+5
|
* Uppercase Networks enum valuesFabio Berger2018-01-311-1/+1
|
* Fix linter errorsFabio Berger2018-01-311-1/+1
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-4/+11
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Default the derivation path to that found in the Ledger subproviderFabio Berger2018-01-311-1/+4
|
* Add browser data to dialog infoFabio Berger2018-01-311-1/+1
|
* Add Rinkeby supportFabio Berger2018-01-301-6/+3
|
* Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵Fabio Berger2018-01-292-4/+8
| | | | Ledger network dropdown
* Re-set Ledger config dialog to connect step if dialog is closedFabio Berger2018-01-291-0/+1
|
* Make it such that users can switch between Ledger accounts without first ↵Fabio Berger2018-01-291-1/+4
| | | | switching back to an injected provider
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-284-31/+55
|
* Initial Ledger support implementationFabio Berger2018-01-281-7/+39
|
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-101-4/+6
|
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-043-3/+3
|
* Apply prettier configLeonid Logvinov2018-01-038-240/+167
|
* Merge pull request #285 from 0xProject/fix/underscorePrivateBrandon Millman2017-12-225-64/+64
|\ | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix …
| * Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-205-64/+64
| |
* | Fix Max button bugFabio Berger2017-12-211-1/+1
|/
* Fix mergeFabio Berger2017-12-201-2/+2
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-206-33/+35
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts
| * Refactor remaining _.assign to spread operatorFabio Berger2017-12-191-1/+3
| |
| * Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-193-15/+16
| | | | | | | | alphebetize, rename for logical grouping
| * standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-182-2/+1
| |
| * Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-1/+1
| | | | | | | | greys
| * Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-185-8/+8
| |
| * Update first two string enums to native typeFabio Berger2017-12-182-8/+8
| |
* | Add WETHFabio Berger2017-12-191-1/+1
| |
* | Remove binding on prop passed callbacksFabio Berger2017-12-192-4/+4
| |
* | Add notice dialog to balances page about updating the WETH contract. We also ↵Fabio Berger2017-12-181-0/+38
| | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens
* | Add `Max` convenience button in unwrap WETH dialogFabio Berger2017-12-181-1/+15
|/
* Merge branch 'development' into createWethPageFabio Berger2017-12-163-7/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * Fix website unused varsLeonid Logvinov2017-12-153-7/+1
| |
* | Improve WETH page stylingFabio Berger2017-12-151-4/+4
| |
* | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-151-52/+78
|/ | | | specific and not both
* fix remaining tslint errorsFabio Berger2017-11-287-33/+39
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-227-0/+907
sub-packages, use new subscribeAsync 0x.js method