aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/relayer_index
Commit message (Collapse)AuthorAgeFilesLines
* chore: fix importsFabio Berger2018-10-181-1/+1
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-1/+1
|
* feat(website): add expanded and minimized display types to relayer gridBrandon Millman2018-10-182-20/+49
|
* When number of relayers is less than number of columns, reduce column number ↵Brandon Millman2018-09-261-1/+5
| | | | to number of relayers
* Make Analytics API non-asyncfragosti2018-07-132-4/+2
|
* Add no-floating-promises ignore commentsfragosti2018-07-122-5/+3
|
* Integrate heap analyticsfragosti2018-07-122-4/+3
|
* Replace calls to google analytics with calls to heapfragosti2018-07-122-6/+6
|
* No longer elevate relayer grid tile on long pressfragosti2018-07-041-2/+3
|
* Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2Francesco Agosti2018-07-041-0/+4
|\ | | | | Add Hotjar, and other small improvements
| * Add media query abstraction around ScreenWidths and stop relayer grid hover ↵fragosti2018-07-031-0/+4
| | | | | | | | effect on mobile
* | Update start onboarding copy and relayer grid empty colorBrandon Millman2018-07-031-1/+1
|/
* Update relayer grid tiles to use TextBrandon Millman2018-07-011-48/+15
|
* Update relayer grid fallback iconBrandon Millman2018-06-271-1/+1
|
* Remove unecessary position relative rulesfragosti2018-06-231-0/+2
|
* Fix z-index issuesfragosti2018-06-222-2/+2
|
* Remove Background componentBrandon Millman2018-06-221-29/+10
|
* Padding adjustmentBrandon Millman2018-06-221-1/+2
|
* Various relayer grid ui polish itemsBrandon Millman2018-06-222-30/+31
|
* Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-202-40/+23
|\ | | | | | | feature/website/portal-v2-analytics
| * Increase number of columns in relayer grid for small screensBrandon Millman2018-06-191-1/+1
| |
| * Create a shared Image componentBrandon Millman2018-06-191-35/+11
| |
| * Update RelayerGridTile render logic to incorportate colors and logosBrandon Millman2018-06-172-14/+22
| |
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-06-151-30/+3
|\| | | | | | | feature/website/portal-v2-analytics
| * Fix lint errorsBrandon Millman2018-06-131-1/+0
| |
| * Implement large screen open positionsBrandon Millman2018-06-131-29/+3
| |
* | Run linterfragosti2018-06-151-1/+7
| |
* | Add Portal v2 loggingfragosti2018-06-152-3/+13
|/
* merge v2-prototypeFabio Berger2018-06-062-2/+2
|\
| * Add styled-components and polishedfragosti2018-06-022-2/+2
| |
* | Try enabling no-unused-variable...fragosti2018-06-052-3/+1
|/
* Implement design for relayers with no volume or tokensBrandon Millman2018-05-252-8/+30
|
* Basic onboarding flow infrastructure set upfragosti2018-05-251-9/+3
|
* merge developmentFabio Berger2018-05-231-2/+2
|\
| * Merge branch 'development' into improvement/addCustomTslintRulesFabio Berger2018-05-171-2/+8
| |\ | | | | | | | | | | | | | | | | | | | | | * development: Remove "Order utils" from menu for now Fix top tokens key Improve about page descriptions Do not remove artifacts when running `clean`
| | * Fix top tokens keyBrandon Millman2018-05-171-2/+8
| | |
| * | Fix TSLint rulesFabio Berger2018-05-161-2/+2
| |/
* | Change number of columns in relayer index for small screensBrandon Millman2018-05-191-1/+1
| |
* | Refactor portal specific colors out of react-sharedBrandon Millman2018-05-192-2/+4
| |
* | Fix token link keyBrandon Millman2018-05-191-2/+8
| |
* | Modulate number of columns based on screenwidthBrandon Millman2018-05-191-3/+18
| |
* | Add loading componentBrandon Millman2018-05-181-8/+6
| |
* | Refactor a bunch of layouts into their own filesBrandon Millman2018-05-181-12/+7
| |
* | Fix commentsBrandon Millman2018-05-181-0/+1
| |
* | Wait for blockchain to display the account management routesBrandon Millman2018-05-181-2/+2
|/
* Add hover state to top tokensBrandon Millman2018-05-151-10/+43
|
* Change to weekly txn volumeBrandon Millman2018-05-151-3/+3
|
* Add missing type definitionsLeonid Logvinov2018-05-143-6/+6
|
* Add fallback image support to relayer grid tileBrandon Millman2018-05-101-2/+36
|
* Clear relayer grid state when fetchingBrandon Millman2018-05-101-0/+6
|
* Implement loading and error state for relayer gridBrandon Millman2018-05-101-10/+50
|
* Fallback image for relayer grid tileBrandon Millman2018-05-101-1/+2
|
* Change relayer grid tile to link on headerBrandon Millman2018-05-101-17/+17
|
* Merge pull request #576 from 0xProject/feature/website/top-tokensBrandon Millman2018-05-092-40/+9
|\ | | | | Display top tokens from backend
| * Display top tokens from backendBrandon Millman2018-05-092-40/+9
| |
* | Merge branch 'development' into feature/website/top-bar-redesignBrandon Millman2018-05-092-19/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (63 commits) Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile Use named constants Add a comment Fix comments Rename args to constructor-args Fix a typo Define a separator const Move artifacts from src/artifacts to artifacts/v1 Fix sol-cov to work with the new artifacts format Implement new artifacts format Publish Updated CHANGELOGS Make node types a dependency Fix type errors in CSS properties ...
| * Open relayer app when clicking on grid tileBrandon Millman2018-05-041-16/+19
| |
| * Add header images to relayer grid tilesBrandon Millman2018-05-041-3/+5
| |
| * Remove id property from WebsiteBackendRelayerInfoBrandon Millman2018-05-031-1/+1
| |
* | Relayer grid spacing tweaksBrandon Millman2018-04-241-2/+2
| |
* | Add headers to wallet and relayer indexBrandon Millman2018-04-241-1/+1
| |
* | Add scrolling to relayer indexBrandon Millman2018-04-241-1/+1
|/
* Add specific render path for error and loadingBrandon Millman2018-04-211-5/+7
|
* Integrate relayer index with website backendBrandon Millman2018-04-202-98/+107
|
* Implement initial relayer gridBrandon Millman2018-04-053-0/+248