aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/inputs
Commit message (Expand)AuthorAgeFilesLines
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-121-1/+1
* fix(website): fix code splittingBrandon Millman2018-11-122-2/+2
* chore: fix importsFabio Berger2018-10-181-3/+3
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-187-13/+13
* Remove style prop from LinkFabio Berger2018-10-051-1/+2
* Use same Link UI component for react-scroll linksFabio Berger2018-10-031-2/+1
* Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-031-2/+2
* Fix order creation and fill flow in Portalfragosti2018-09-181-1/+1
* Initial changes for v2 portalBrandon Millman2018-08-311-12/+16
* Remove unused variablefragosti2018-07-281-1/+0
* Add loading state for initial load and other PR feedbackfragosti2018-07-281-9/+12
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-251-2/+1
|\
| * WIP for sending ether from portal (works)fragosti2018-07-191-2/+1
* | Add unlocking and locking token copyfragosti2018-07-251-2/+2
* | Hide tooltip after allowance toggle clickfragosti2018-07-251-1/+3
* | Make tooltip appear to the left of the toggle when onboarding in progressfragosti2018-07-251-1/+4
* | Fix tooltip wrapping issue in onboardinfragosti2018-07-251-8/+13
* | Fix wrap button alignment issuefragosti2018-07-252-152/+18
* | WIP for allowance toggle redesign workingfragosti2018-07-211-8/+94
* | Show token name dynamically in tooltipfragosti2018-07-211-11/+13
* | Implement tooltipsfragosti2018-07-211-4/+48
* | Add loading statefragosti2018-07-211-1/+1
* | Have basic lock and check working in waleltfragosti2018-07-201-0/+10
|/
* Fix tslint issuesLeonid Logvinov2018-07-173-4/+4
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-07-141-5/+7
|\
| * Make Analytics API non-asyncfragosti2018-07-131-4/+2
| * Add no-floating-promises ignore commentsfragosti2018-07-121-0/+2
| * Integrate heap analyticsfragosti2018-07-121-3/+3
| * Replace calls to google analytics with calls to heapfragosti2018-07-121-4/+6
* | Make error reporter not return a promise and add more environment possibilitiesfragosti2018-07-131-1/+1
|/
* Remove increase balance link from balance_bounded_input componentBrandon Millman2018-07-033-39/+2
* Implement loading body rowsBrandon Millman2018-06-291-2/+2
* Implement allowance and final flow stepfragosti2018-06-131-0/+1
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-132-3/+3
|\
| * Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-3/+3
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-073-4/+0
|\|
| * merge v2-prototypeFabio Berger2018-06-061-1/+1
| |\
| * | Try enabling no-unused-variable...fragosti2018-06-053-4/+0
* | | Wrap AllowanceToggle in redux containerfragosti2018-06-071-2/+6
| |/ |/|
* | Add styled-components and polishedfragosti2018-06-021-1/+1
|/
* Remove 0x.js as a dependency from websiteLeonid Logvinov2018-05-243-9/+10
* Refactor portal specific colors out of react-sharedBrandon Millman2018-05-191-1/+2
* Fix prettierBrandon Millman2018-05-191-17/+16
* Center all the thingsfragosti2018-05-183-7/+28
* Refactor code in response to CR feedbackfragosti2018-05-182-9/+10
* Remove duplicate function call to validatefragosti2018-05-181-1/+1
* Show error messages in the wrapped ether itemfragosti2018-05-183-15/+21
* Add missing type definitionsLeonid Logvinov2018-05-149-29/+29
* Style changesBrandon Millman2018-03-301-1/+6
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-234-7/+70
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-3/+3
* Merge pull request #447 from 0xProject/refactorAnalyticsFabio Berger2018-03-121-13/+3
|\
| * Fix tslint issuesFabio Berger2018-03-101-1/+1
| * Refactor Analytics so that calls to ReactGA are all in a single module, combi...Fabio Berger2018-03-101-13/+3
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...Fabio Berger2018-03-111-1/+2
* | Fix userAddress bugsFabio Berger2018-03-111-0/+1
|/
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-061-1/+2
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-054-4/+4
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-1/+2
* Add networkId to event labelFabio Berger2018-02-071-2/+6
* Added logging for order filling and order cancellingThomas Schmidt2018-02-071-1/+1
* Moved to async awaitThomas Schmidt2018-02-061-18/+13
* Formatting and removed old GA codeThomas Schmidt2018-02-061-16/+18
* Converted BigNumber to number for GA loggingThomas Schmidt2018-02-061-2/+2
* GA logging for order creationThomas Schmidt2018-02-061-4/+9
* Switch GA to React GA and add logging for PortalThomas Schmidt2018-02-061-1/+12
* Fix linter errorsFabio Berger2018-01-311-1/+2
* Fix all setState calls after unmounted errors. Decided to create our own flag...Fabio Berger2018-01-311-5/+12
* Disallow negative amountsFabio Berger2018-01-301-1/+1
* Fix bug where could not switch to Ledger and backFabio Berger2018-01-291-4/+4
* Implement just-in-time loading of token balances & allowancesFabio Berger2018-01-283-5/+57
* Properly detect user signing cancellation on Metamask, Parity signer and LedgerFabio Berger2018-01-281-1/+1
* Enable restrict-plus-operands and fix issues detectedLeonid Logvinov2018-01-171-1/+1
* Fix ts error in portal after enabling more strict checksLeonid Logvinov2018-01-102-4/+5
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-045-5/+5
* Apply prettier configLeonid Logvinov2018-01-039-134/+103
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-1/+1
|\
| * Move call to error reporter to end of handler so that even if reporting the e...Fabio Berger2017-12-211-1/+1
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-209-44/+44
|/
* Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...Fabio Berger2017-12-191-2/+2
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-184-6/+6
* Standardize colors to always be in uppercase hex and consolidate material-ui ...Fabio Berger2017-12-184-5/+5
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-184-4/+4
* Update first two string enums to native typeFabio Berger2017-12-181-1/+1
* Merge branch 'development' into createWethPageFabio Berger2017-12-163-4/+1
|\
| * Fix website unused varsLeonid Logvinov2017-12-153-4/+1
* | Make label optional and make sure the input field still renders properly with...Fabio Berger2017-12-141-3/+4
|/
* Fix an invocationLeonid Logvinov2017-12-121-1/+1
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-1/+1
* Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
* fix remaining tslint errorsFabio Berger2017-11-289-30/+30
* Add website to mono repo, update packages to align with existing sub-packages...Fabio Berger2017-11-229-0/+784