aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix z-index issuesfragosti2018-06-221-2/+4
|
* Remove Background componentBrandon Millman2018-06-222-24/+1
|
* Add Background componentBrandon Millman2018-06-221-0/+24
|
* Fix Island componentfragosti2018-06-221-2/+2
|
* Fix lintingfragosti2018-06-221-2/+2
|
* Buttons look hella disabled nowfragosti2018-06-221-4/+12
|
* Remove border radius, fix width issue for unlock stepfragosti2018-06-221-2/+6
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-221-1/+1
|\ | | | | | | feature/website/mobile-friendly-onboarding
| * Merge pull request #734 from 0xProject/feature/website/shadow-stylingBrandon Millman2018-06-221-1/+1
| |\ | | | | | | Update Island shadow styling and use Island in more places
| | * Update Island shadow styling and use Island in more placesBrandon Millman2018-06-201-1/+1
| | |
| * | Move some layout logic out of the Identicon componentBrandon Millman2018-06-201-1/+1
| |/
* | Support mobile friendly onboarding flowsfragosti2018-06-212-0/+33
| |
* | Change Island to use styled-componentsfragosti2018-06-201-15/+8
|/
* Use Image component instead of img tagBrandon Millman2018-06-202-7/+7
|
* Consolidate account state messaging logicBrandon Millman2018-06-191-16/+20
|
* Merge pull request #712 from 0xProject/feature/website/portal-faceliftBrandon Millman2018-06-191-0/+37
|\ | | | | Change relayer grid tile to use logos and primary colors
| * Create a shared Image componentBrandon Millman2018-06-191-0/+37
| |
* | Add all steps to their own filefragosti2018-06-162-4/+6
| |
* | Prettify account setup and add eth steps of onboardingfragosti2018-06-162-0/+2
| |
* | Make metamask part of the fow prettyfragosti2018-06-161-1/+1
| |
* | Improve styles of onboarding tooltipfragosti2018-06-164-13/+40
| |
* | Add Pointer componentfragosti2018-06-151-0/+68
|/
* Update minHeight in TextBrandon Millman2018-06-141-1/+1
|
* Use Text in OpenPositionsBrandon Millman2018-06-131-1/+1
|
* Use Text component for HeaderItemBrandon Millman2018-06-131-0/+2
|
* Move FilledImage into components/uiBrandon Millman2018-06-131-0/+18
|
* Replace FlatButton with Button in RetryBrandon Millman2018-06-131-12/+12
|
* Add font family to Button component and use in Join0x componentBrandon Millman2018-06-131-1/+3
|
* Fix lint errorsBrandon Millman2018-06-131-1/+0
|
* Implement large screen open positionsBrandon Millman2018-06-131-0/+33
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
|
* Fix linter issueFabio Berger2018-06-081-1/+0
|
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-079-10/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * Fix remaining tslint issuesFabio Berger2018-06-061-2/+0
| |
| * merge v2-prototypeFabio Berger2018-06-066-6/+176
| |\
| * | Try enabling no-unused-variable...fragosti2018-06-058-8/+0
| | |
* | | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-1/+2
| |/ |/|
* | Remove TranslatedTextfragosti2018-06-061-15/+0
| |
* | Fix prettierBrandon Millman2018-06-061-1/+1
| |
* | Make buttons stack on mobilefragosti2018-06-051-1/+1
| |
* | Address PR feedbackfragosti2018-06-053-8/+8
| |
* | Lint and cleanupfragosti2018-06-021-1/+1
| |
* | Implement subscription formfragosti2018-06-024-4/+189
| |
* | Add styled-components and polishedfragosti2018-06-022-2/+2
|/
* Improve tooltip lookfragosti2018-05-302-4/+45
|
* Address PR feedbackfragosti2018-05-252-2/+2
|
* Basic onboarding flow infrastructure set upfragosti2018-05-252-0/+49
|
* Rewrite balance rows using flex boxBrandon Millman2018-05-222-9/+79
|
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-1612-32/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock
| * Add missing type definitionsLeonid Logvinov2018-05-1412-32/+32
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-1/+1
|\|
| * Fix type errors in CSS propertiesLeonid Logvinov2018-05-051-1/+1
| |
* | Fix type issueFabio Berger2018-04-211-2/+2
|/
* Fix the default always overriding to addressJacob Evans2018-03-121-1/+1
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-064-63/+5
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-058-8/+8
|
* Bug fixesFabio Berger2018-03-052-2/+2
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-1/+0
|
* Fix linter errorsFabio Berger2018-01-311-3/+1
|
* Replace heavy loading animation with simple circular loaderFabio Berger2018-01-291-39/+0
|
* Initial Ledger support implementationFabio Berger2018-01-281-24/+30
|
* Apply prettier configLeonid Logvinov2018-01-0319-200/+173
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-207-56/+56
|
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-186-7/+7
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-182-2/+2
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-1810-89/+14
|
* Replace remaining strEnums with property TS string enumsFabio Berger2017-12-183-3/+3
|
* Fix website unused varsLeonid Logvinov2017-12-158-19/+0
|
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|
* Add missing awaitFabio Berger2017-12-061-1/+1
|
* Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
|
* fix remaining tslint errorsFabio Berger2017-11-2819-37/+34
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2220-0/+1062
sub-packages, use new subscribeAsync 0x.js method