aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Adds a bit more whitespace to that scroll imageEzekiel Aquino2018-12-131-1/+1
| | | | |
| | * | | Whitespace on instant image thing, other changesEzekiel Aquino2018-12-135-6/+32
| | | | |
| | * | | Add more profile picsFred Carlsen2018-12-136-6/+6
| | | | |
| | * | | Update the a newer version of our Lerna fork with CI fixxFabio Berger2018-12-132-18/+17
| | | | |
| | * | | Make pull_missing_blocks script consider all events with block numbers (#1420)Alex Browne2018-12-131-1/+14
| | | | |
| | * | | Fix project references for contracts packages (#1419)Alex Browne2018-12-132-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed /packages/contracts - Removed /contracts/core - Added `yarn build:ts` to CI tests - Added each contracts "project" to root tsconfig.json
| | * | | feat(sra_client.py)F. Eugene Aumson2018-12-1351-3/+6866
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Code generation scripts * Generated code * Change test config to hit 0x-launch-kit * Ran prettier on generated code * First test case, of get_asset_pairs() * Use launch kit docker image to faciliate CI tests * Fix markdown rendering for GitHub and PyPI * Add URL for PyPI to link back to GitHub * Add one-line package description to README.md * Remove git_push.sh * Remove unimplemented tests * Add sra_client to top-level README package list * Remove repeated-everywhere long description * Add shorcuts for publishing * Remove TypeScript examples
| | * | | Remove accidentally commited filesLeonid Logvinov2018-12-1336-27884/+0
| | | | |
| | * | | track idex orderbook snapshots (#1397)zkao2018-12-1314-34/+690
| | | | | | | | | | | | | | | * Track Idex and Oasis Orderbook Snapshots
| | * | | PublishFabio Berger2018-12-1342-391/+389
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.7 - @0x/abi-gen@1.0.18 - @0x/abi-gen-wrappers@2.0.1 - @0x/assert@1.0.19 - @0x/asset-buyer@3.0.3 - @0x/base-contract@3.0.9 - @0x/connect@3.0.9 - @0x/contract-wrappers@4.1.2 - @0x/dev-tools-pages@0.0.9 - @0x/dev-utils@1.0.20 - ethereum-types@1.1.3 - @0x/fill-scenarios@1.0.15 - @0x/instant@1.0.3 - @0x/json-schemas@2.1.3 - @0x/metacoin@0.0.31 - @0x/migrations@2.2.1 - @0x/monorepo-scripts@1.0.15 - @0x/order-utils@3.0.6 - @0x/order-watcher@2.2.7 - @0x/pipeline@1.0.1 - @0x/react-docs@1.0.21 - @0x/react-shared@1.0.24 - @0x/sol-compiler@1.1.15 - @0x/sol-cov@2.1.15 - @0x/sol-doc@1.0.10 - @0x/sol-resolver@1.1.0 - @0x/sra-spec@1.0.12 - @0x/subproviders@2.1.7 - @0x/testnet-faucets@1.0.59 - @0x/types@1.4.0 - @0x/typescript-typings@3.0.5 - @0x/utils@2.0.7 - @0x/web3-wrapper@3.2.0 - @0x/website@0.0.62 - @0x/contracts-examples@1.0.1 - @0x/contracts-extensions@1.0.1 - @0x/contracts-interfaces@1.0.1 - @0x/contracts-libs@1.0.1 - @0x/contracts-multisig@1.0.1 - @0x/contracts-protocol@2.1.57 - @0x/contracts-test-utils@1.0.1 - @0x/contracts-tokens@1.0.1 - @0x/contracts-utils@1.0.1
| | * | | Updated CHANGELOGSFabio Berger2018-12-1392-77/+27966
| | | | |
| | * | | Refactor event scraping and add support for scraping ERC20 approval events ↵Alex Browne2018-12-1319-196/+641
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1401) * Refactor event scraping and add support for scraping ERC20 approval events * Add tests for data_sources/contract-wrappers/utils
| | * | | fix(order_utils.py): Remove stale commentF. Eugene Aumson2018-12-131-2/+0
| | | | |
| | * | | Move OrderValidator to the protocol packageLeonid Logvinov2018-12-1312-23/+20
| | | | |
| | * | | Revert accidental changeLeonid Logvinov2018-12-131-1/+1
| | | | |
| | * | | Update contracts/examples/README.mdFabio B2018-12-131-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | * | | Add link to rexrelay integration example in instant READMEBrandon Millman2018-12-131-0/+2
| | | | |
| | * | | chore: fix typo in instant READMEBrandon Millman2018-12-131-1/+1
| | | | |
| | * | | chore: remove extra newlineBrandon Millman2018-12-131-1/+0
| | | | |
| | * | | Update instant README with more integration linksBrandon Millman2018-12-131-1/+1
| | | | |
| | * | | Fix typo in top level READMEBrandon Millman2018-12-131-7/+6
| | | | |
| | * | | Update top level README packages list with instantBrandon Millman2018-12-131-0/+2
| | | | |
| | * | | Revert access changesLeonid Logvinov2018-12-1310-10/+10
| | | | |
| | * | | Update instant READMEBrandon Millman2018-12-131-0/+5
| | | | |
| | * | | Add CHANGELOG entryFabio Berger2018-12-131-0/+9
| | | | |
| | * | | Actually pass the signature, not the signature index to a wallet contract's ↵Fabio Berger2018-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | `isValidSignature` call
| | * | | Re-use solhint configurationLeonid Logvinov2018-12-1316-156/+16
| | | | |
| | * | | Change contracts publish configLeonid Logvinov2018-12-139-9/+9
| | | | |
| | * | | perform null check on token metadata (#1412)Xianny2018-12-131-1/+1
| | | | |
| | * | | Updated CHANGELOGSLeonid Logvinov2018-12-1355-5/+329
| | | | |
| | * | | Rename core package to protocolLeonid Logvinov2018-12-1367-26/+32
| | | | |
| | * | | Add coreArtifacts to forwarder wrapperLeonid Logvinov2018-12-131-1/+2
| | | | |
| | * | | Combine duplicate importsLeonid Logvinov2018-12-131-2/+1
| | | | |
| | * | | change to camelCasexianny2018-12-132-3/+3
| | | | |
| | * | | Refactor our extensions packageLeonid Logvinov2018-12-1342-304/+304
| | | | |
| | * | | fix(instant): hide loaders when no token or buy amount is chosenBrandon Millman2018-12-132-44/+14
| | | | |
| | * | | Refactor out examplesLeonid Logvinov2018-12-1321-25/+230
| | | | |
| | * | | Don't throw error if can't find icon for tokenSteve Klebanoff2018-12-131-2/+11
| | | | |
| | * | | Implement prefer-template tslint rulekao2018-12-1312-17/+18
| | | | |
| | * | | feat: only use display name from provider in uifragosti2018-12-131-1/+1
| | | | |
| | * | | feat: refactor provider name and displayName logicfragosti2018-12-135-9/+39
| | | | |
| | * | | feat: log walletDisplayName to Heapfragosti2018-12-132-0/+4
| | | | |
| | * | | lint: remove unused variablexianny2018-12-131-1/+0
| | | | |
| | * | | Fix linterFabio Berger2018-12-131-2/+4
| | | | |
| | * | | refresh rate limit every second instead of every minutexianny2018-12-131-3/+3
| | | | |
| | * | | cleanup: stray import, rename variablexianny2018-12-132-5/+3
| | | | |
| | * | | query CC with larger batch sizexianny2018-12-133-5/+7
| | | | |
| | * | | Add PR numberFabio Berger2018-12-131-1/+2
| | | | |
| | * | | Remove excess commasFabio Berger2018-12-131-1/+1
| | | | |
| | * | | fix: txData returned so that `value` and `gasPrice` are BigNumbers to avoid ↵Fabio Berger2018-12-132-4/+12
| | | | | | | | | | | | | | | | | | | | precision errors
| | * | | Update yarn.lockFabio Berger2018-12-131-1/+38
| | | | |
| | * | | Update contracts/interfaces/README.mdFabio B2018-12-131-1/+1
| | | | | | | | | | | | | | | Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
| | * | | rename variable and define default in only 1 locationxianny2018-12-133-4/+10
| | | | |
| | * | | upgrade throttling codexianny2018-12-132-14/+12
| | | | |
| | * | | feat: change color of doctype tag in configuratorfragosti2018-12-131-1/+1
| | | | |
| | * | | Switch out whitepaper with 0x protocol specificationFabio Berger2018-12-139-3/+10
| | | | |
| | * | | Switch out RocketChat icon with Discord iconFabio Berger2018-12-133-1/+1
| | | | |
| | * | | feat: disable slider when no affiliate infofragosti2018-12-131-0/+5
| | | | |
| | * | | Refactor out tokens from core contracts packageLeonid Logvinov2018-12-1369-147/+473
| | | | |
| | * | | Refactor our protocol interfaces into @0x/contracts-interfacesLeonid Logvinov2018-12-1347-44/+287
| | | | |
| | * | | Change type of transactions.gas_used and gas_price to BigNumber/numericAlex Browne2018-12-131-5/+6
| | | | |
| | * | | Fix prettierAlex Browne2018-12-131-7/+7
| | | | |
| | * | | Address PR feedbackAlex Browne2018-12-137-25/+17
| | | | |
| | * | | pull OHLCV records from Crypto Compare (#1349)Xianny2018-12-132-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [WIP] pull OHLCV records from Crypto Compare * lint * refactor to pull logic out of script and into modules * add entity test for ohlcv_external entity * implement rate limit and chronological backfill for ohlcv * add unit tests; cleanup variable names * Fetch OHLCV pairs params from events table * better method names * fix outdated test * lint * Clean up after review * oops * fix failing test * better filtering of most recent records * fix bug when generating pairs * fix default earliest backfill date * fix bug with retrieving backfill time * prettier
| | * | | Introduce framework for running basic tests for entities (#1344)Alex Browne2018-12-135-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce framework for running basic tests for entities * Add pipeline tests to CircleCI config * Make pipeline tests more configurable and fix CircleCI config * Add coverage dir to pipeline package * Add basic tests for all exchange event entities * Add tests for remaining entities * Create separate test scripts in package.json and add new info to README * Update db_setup.ts to revert migrations even if you are using docker * Automatically pull the postgres image if needed * Add comment about why NumberToBigIntTransformer is needed
| | * | | updating comment for 0x trusted tokensJake Ellowitz2018-12-131-3/+1
| | | | |
| | * | | metadata and trusted sources in same raw tableJake Ellowitz2018-12-134-71/+5
| | | | |
| | * | | Pull token metadata re trusted tokensJake Ellowitz2018-12-135-0/+52
| | | | |
| | * | | Add script for pulling missing block dataAlex Browne2018-12-131-2/+2
| | | | |
| | * | | Add support for pulling Cancel and CancelUpTo eventsAlex Browne2018-12-132-38/+26
| | | | |
| | * | | Add transactionHash to CancelUpToEvent and CancelEvent entitiesAlex Browne2018-12-133-1/+6
| | | | |
| | * | | Add homepage_url to relayersAlex Browne2018-12-131-6/+7
| | | | |
| | * | | Change some column types from varchar to numericAlex Browne2018-12-137-44/+51
| | | | |
| | * | | Rename taker and maker amounts in sra_ordersAlex Browne2018-12-131-2/+2
| | | | |
| | * | | Implement scraping sra orders from radar relayAlex Browne2018-12-133-8/+2
| | | | |
| | * | | Update schema for sra_ordersAlex Browne2018-12-131-6/+1
| | | | |
| | * | | Pointing entities to raw schemaJake Ellowitz2018-12-138-9/+9
| | | | | | | | | | | | | | | | | | | | Fix linter issues
| | * | | Mapping dev schema to initial migrationJake Ellowitz2018-12-132-1/+17
| | | | |
| | * | | Configure linter with --format stylish and fix linter errorsAlex Browne2018-12-132-0/+46
| | | | |
| | * | | Rename Transaction.ts to transaction.tsAlex Browne2018-12-133-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename Relayer.ts to relayer.ts Rename Block.ts to block.ts
| | * | | Add better error handling for immediately invoked async functionsAlex Browne2018-12-134-95/+18
| | | | |
| | * | | Rename table and column namesAlex Browne2018-12-1310-98/+172
| | | | |
| | * | | Reorganize entities. Make scripts work from any directory.Alex Browne2018-12-1313-296/+94
| | | | |
| | * | | Split index.ts into multiple scripts in scripts/ and detect last known block ↵Alex Browne2018-12-133-94/+8
| | | | | | | | | | | | | | | | | | | | when pulling events
| | * | | Remove unused function parameter in index.ts scriptAlex Browne2018-12-131-2/+2
| | | | |
| | * | | Use bigint for gasUsed and gasPrice in TransactionAlex Browne2018-12-132-5/+7
| | | | |
| | * | | Update relayer code to use new relayer-registry formatAlex Browne2018-12-133-3/+8
| | | | |
| | * | | Implement fetching and parsing relayer infoAlex Browne2018-12-134-16/+57
| | | | |
| | * | | Implement support for getting and parsing blocks and transactionsAlex Browne2018-12-135-21/+97
| | | | |
| | * | | chore: Fix tslint config.Alex Browne2018-12-131-1/+1
| | | | |
| | * | | Fix bugs in merge_v2_events script and disable verbose loggingAlex Browne2018-12-131-1/+4
| | | | |
| | * | | Rename index.ts -> merge_v2_eventsAlex Browne2018-12-131-0/+0
| | | | |
| | * | | Update script to work with existing v1 pipeline dataAlex Browne2018-12-137-35/+68
| | | | |
| | * | | Update pipeline to use new @0x npm org for importsAlex Browne2018-12-135-12/+12
| | | | |
| | * | | Update to use ContractWrappers + Infura instead of EtherscanAlex Browne2018-12-1312-648/+97
| | | | |
| | * | | Rebase and update to use new modularized artifactsAlex Browne2018-12-135-2282/+4
| | | | |
| | * | | Add tests for SRA order conversionAlex Browne2018-12-133-4/+83
| | | | |
| | * | | Re-add missing testsAlex Browne2018-12-133-90/+164
| | | | |
| | * | | Add soruceUrl to SraOrder entityAlex Browne2018-12-132-1/+4
| | | | |
| | * | | Add preliminary support for scraping orders from SRA endpoints (no ↵Alex Browne2018-12-136-12/+125
| | | | | | | | | | | | | | | | | | | | pagination, only RR support for now)
| | * | | For event entities, rename address -> contractAddress and make it a primary keyAlex Browne2018-12-135-11/+19
| | | | |
| | * | | Implement scraping and parsing exchange CancelUpTo eventsAlex Browne2018-12-133-9/+45
| | | | |
| | * | | Use multi-primary keys for event and filter null logIndexesAlex Browne2018-12-134-6/+15
| | | | |
| | * | | Implement scraping and parsing exchange cancel eventsAlex Browne2018-12-134-10/+80
| | | | |
| | * | | Make event parsing more functional and less class-basedAlex Browne2018-12-133-65/+21
| | | | |
| | * | | Re-organize event parsing and decodingAlex Browne2018-12-137-175/+206
| | | | |
| | * | | Add support for decoding asset dataAlex Browne2018-12-134-36/+92
| | | | |
| | * | | Add typeorm and begin inserting database recordsAlex Browne2018-12-133-7/+64
| | | | |
| | * | | Make contractAbi a parameter of getContractEventsAsyncAlex Browne2018-12-134-11/+29
| | | | |
| | * | | Add tests for etherscan eventsAlex Browne2018-12-134-10/+111
| | | | |
| | * | | Restructure pipeline package. Create data-sources dirAlex Browne2018-12-134-75/+96
| | | | |
| | * | | Remove old code. Create function for getting contract events via etherscanAlex Browne2018-12-1321-1862/+2348
| | | | |
| | * | | Rebase pipeline branch off developmentAlex Browne2018-12-1318-0/+1864
| | | | |
| | * | | Tests animations on about page headersEzekiel Aquino2018-12-134-10/+27
| | | | |
| | * | | Fix link line heightFred Carlsen2018-12-131-0/+1
| | | | |
| | * | | Tests addAnimation methodEzekiel Aquino2018-12-132-16/+13
| | | | |
| | * | | tries out some transitionsEzekiel Aquino2018-12-132-0/+32
| | | | |
| | * | | Add checkmarkFred Carlsen2018-12-131-0/+1
| | | | |
| | * | | Fix full width sliderFred Carlsen2018-12-132-6/+10
| | | | |
| | * | | Fix jobs linkFred Carlsen2018-12-131-1/+1
| | | | |
| | * | | Fix bg on banner buttonFred Carlsen2018-12-131-1/+1
| | | | |
| | * | | Fix border on buttonFred Carlsen2018-12-131-1/+1
| | | | |
| | * | | Update team page with pics so farFred Carlsen2018-12-1315-15/+15
| | | | |
| | * | | Adds themed footer stylingEzekiel Aquino2018-12-132-4/+16
| | | | |
| | * | | Adds margin to textwrap in definition to have padding when scaled to narrow ↵Ezekiel Aquino2018-12-121-1/+5
| | | | | | | | | | | | | | | | | | | | screen widths
| | * | | Header mobile stylingEzekiel Aquino2018-12-123-10/+10
| | | | |
| | * | | Increase footer padding-topEzekiel Aquino2018-12-121-1/+1
| | | | |
| | * | | introduces wrapwidth to section componentEzekiel Aquino2018-12-122-0/+3
| | | | |
| | * | | Fix header link active stateFred Carlsen2018-12-122-5/+32
| | | | |
| | * | | Remove trailing whitespaceFred Carlsen2018-12-121-1/+0
| | | | |
| | * | | Removes wrap width on mobileEzekiel Aquino2018-12-121-4/+0
| | | | |
| | * | | Fixes fullwidth sectionsEzekiel Aquino2018-12-125-16/+11
| | | | |
| | * | | Add esc supportFred Carlsen2018-12-121-1/+2
| | | | |
| | * | | Add interfaceFred Carlsen2018-12-121-1/+1
| | | | |
| | * | | Added contact modalFred Carlsen2018-12-128-24/+402
| | | | |
| | * | | Fix lodash importFred Carlsen2018-12-121-1/+1
| | | | |
| | * | | Type fixesFred Carlsen2018-12-124-15/+20
| | | | |
| | * | | Edits jobs page, wip current openingsEzekiel Aquino2018-12-122-55/+60
| | | | |
| | * | | Cleanup press page, siteWrapEzekiel Aquino2018-12-123-18/+26
| | | | |
| | * | | Team page grid responsive styleEzekiel Aquino2018-12-122-0/+12
| | | | |
| | * | | Edits team pageEzekiel Aquino2018-12-125-38/+39
| | | | |
| | * | | Edits aboutLayout, mission.tsxEzekiel Aquino2018-12-122-67/+62
| | | | |
| | * | | Fix section/wrap overflowsEzekiel Aquino2018-12-121-2/+1
| | | | |
| | * | | Fix banner lintingEzekiel Aquino2018-12-121-4/+4
| | | | |
| | * | | Edits banner, types newlayoutEzekiel Aquino2018-12-123-29/+83
| | | | |
| | * | | Adds more types to newLayoutEzekiel Aquino2018-12-121-6/+17
| | | | |
| | * | | Types newlayout, cleans up instantEzekiel Aquino2018-12-122-41/+24
| | | | |
| | * | | Fixes fullwidth prop on new layout sectionEzekiel Aquino2018-12-122-6/+7
| | | | |
| | * | | Re-adds icon in rebased instant pageEzekiel Aquino2018-12-121-0/+1
| | | | |
| | * | | Fixes icons in rebase (why)Ezekiel Aquino2018-12-122-1/+7
| | | | |
| | * | | Added a bunch of typesFred Carlsen2018-12-121-1/+1
| | | | |
| | * | | Remove old dropdownFred Carlsen2018-12-121-1/+1
| | | | |
| | * | | More layout changesEzekiel Aquino2018-12-1211-154/+263
| | | | |
| | * | | WIPEzekiel Aquino2018-12-1214-235/+446
| | | | |
| | * | | Remove importFred Carlsen2018-12-121-1/+0
| | | | |
| | * | | Remove old loopFred Carlsen2018-12-121-72/+0
| | | | |
| | * | | Added a bunch of typesFred Carlsen2018-12-125-3/+21
| | | | |
| | * | | Remove old dropdownFred Carlsen2018-12-121-159/+0
| | | | |
| | * | | WIP mobile sliderFred Carlsen2018-12-121-0/+14
| | | | |
| | * | | WIP mobile sliderFred Carlsen2018-12-121-0/+4
| | | | |
| | * | | Add content and images to whyFred Carlsen2018-12-121-29/+19
| | | | |
| | * | | Add icons to 0x instantFred Carlsen2018-12-1232-3/+408
| | | | |
| | * | | Tweak sliderFred Carlsen2018-12-123-17/+351
| | | | |
| | * | | LintFred Carlsen2018-12-121-3/+3
| | | | |
| | * | | Added team data + image placeholderFred Carlsen2018-12-122-78/+113
| | | | |
| | * | | dropdown z-indexEzekiel Aquino2018-12-121-0/+1
| | | | |
| | * | | Removes headroomEzekiel Aquino2018-12-121-42/+39
| | | | |
| | * | | WIP Adds infinite scroll image on instant pageEzekiel Aquino2018-12-113-40/+61
| | | | |
| | * | | Header changes, mobile alignmentsEzekiel Aquino2018-12-115-17/+72
| | | | |
| | * | | Adjust h4 heading weightFred Carlsen2018-12-111-1/+1
| | | | |
| | * | | Add slider mockupFred Carlsen2018-12-112-5/+112
| | | | |
| | * | | Rename form fileFred Carlsen2018-12-112-4/+8
| | | | |
| | * | | Button transitionsEzekiel Aquino2018-12-111-1/+8
| | | | |
| | * | | Edits mobile aligmentEzekiel Aquino2018-12-111-1/+1
| | | | |
| | * | | Change header button color based on themeEzekiel Aquino2018-12-112-3/+17
| | | | |
| | * | | Removes overflow-x on documentEzekiel Aquino2018-12-111-0/+1
| | | | |
| | * | | Cleanup about pagesEzekiel Aquino2018-12-115-46/+74
| | | | |
| | * | | Creates about page wrapper component, clean upEzekiel Aquino2018-12-115-237/+231
| | | | |
| | * | | Add missing keysFred Carlsen2018-12-113-6/+5
| | | | |
| | * | | Add keys to chaptersFred Carlsen2018-12-111-2/+2
| | | | |
| | * | | Add form handlerFred Carlsen2018-12-111-16/+82
| | | | |
| | * | | Adjust heading weightFred Carlsen2018-12-111-1/+1
| | | | |
| | * | | WIP about pagesEzekiel Aquino2018-12-116-46/+53
| | | | |
| | * | | Dropdown menu themingEzekiel Aquino2018-12-116-19/+73
| | | | |
| | * | | Pull in image from childrenFred Carlsen2018-12-111-3/+1
| | | | |
| | * | | Added image loopFred Carlsen2018-12-112-2/+77
| | | | |
| | * | | Fix keysFred Carlsen2018-12-111-1/+1
| | | | |
| | * | | Fix layout, Adds button hoversEzekiel Aquino2018-12-112-2/+8
| | | | |
| | * | | WIP Header styling, hidden on mobileEzekiel Aquino2018-12-112-15/+22
| | | | |
| | * | | WIP dropdown menusEzekiel Aquino2018-12-117-45/+153
| | | | |
| | * | | Loop through products dropdown dataEzekiel Aquino2018-12-112-25/+34
| | | | |
| | * | | Clean up headerEzekiel Aquino2018-12-111-2/+2
| | | | |
| | * | | Cleanup headerEzekiel Aquino2018-12-111-55/+38
| | | | |
| | * | | Adds intermediate large heading sizeEzekiel Aquino2018-12-112-1/+7
| | | | |
| | * | | WIP dropdown headerEzekiel Aquino2018-12-114-38/+122
| | | | |
| | * | | Remove padding for nowFred Carlsen2018-12-111-3/+3
| | | | |
| | * | | WIP Updates dropdown menusEzekiel Aquino2018-12-112-31/+83
| | | | |
| | * | | Edits footer stylingEzekiel Aquino2018-12-111-4/+9
| | | | |
| | * | | Optical margin adjustment to landing pageEzekiel Aquino2018-12-111-3/+3
| | | | |
| | * | | Weightier headers, switches icons in mission pageEzekiel Aquino2018-12-112-8/+5
| | | | |
| | * | | Updates margins in why, change link componentEzekiel Aquino2018-12-115-12/+23
| | | | |
| | * | | Add bundle analyzerFred Carlsen2018-12-112-0/+5
| | | | |
| | * | | Add missing separatorFred Carlsen2018-12-111-0/+8
| | | | |
| | * | | Add lazyloading + bannerFred Carlsen2018-12-112-21/+13
| | | | |
| | * | | Edits why page, removes zenscrollEzekiel Aquino2018-12-115-48/+29
| | | | |
| | * | | More visual tweaks to instant pageEzekiel Aquino2018-12-101-2/+15
| | | | |
| | * | | Starts refining isntant pageEzekiel Aquino2018-12-101-42/+76
| | | | |
| | * | | Update lock fileFred Carlsen2018-12-101-167/+26
| | | | |
| | * | | TweaksFred Carlsen2018-12-102-17/+24
| | | | |
| | * | | Mobile styling on why pageEzekiel Aquino2018-12-101-8/+24
| | | | |
| | * | | Refinements to Why pageEzekiel Aquino2018-12-103-45/+115
| | | | |
| | * | | Remove unnecessary depFred Carlsen2018-12-101-1/+0
| | | | |
| | * | | Refactor press highlgihtsFred Carlsen2018-12-103-39/+48
| | | | |
| | * | | Add separator to missionFred Carlsen2018-12-101-5/+8
| | | | |
| | * | | Refactor positionsFred Carlsen2018-12-101-24/+51
| | | | |
| | * | | Mute paragraphs by defaultFred Carlsen2018-12-101-0/+4
| | | | |
| | * | | Add links to jobsFred Carlsen2018-12-101-2/+3
| | | | |
| | * | | Adds initial scrollto methods in why page, adds stickywrapEzekiel Aquino2018-12-103-101/+155
| | | | |
| | * | | Add active styling to chapter linkFred Carlsen2018-12-105-63/+22
| | | | |
| | * | | Add padding to bannerFred Carlsen2018-12-101-2/+2
| | | | |
| | * | | Refines footer, newsletterFormEzekiel Aquino2018-12-102-30/+78
| | | | |
| | * | | Tweak bannerFred Carlsen2018-12-103-4/+11
| | | | |
| | * | | Tweak icons on whyFred Carlsen2018-12-101-41/+43
| | | | |
| | * | | Add link to missionFred Carlsen2018-12-102-18/+19
| | | | |
| | * | | Remove unneeded propsFred Carlsen2018-12-101-2/+0
| | | | |
| | * | | Correct icon interfaceFred Carlsen2018-12-101-3/+3
| | | | |
| | * | | Use defined paddingsEzekiel Aquino2018-12-104-6/+17
| | | | |
| | * | | Refines landingpageEzekiel Aquino2018-12-106-34/+44
| | | | |
| | * | | Added bannerFred Carlsen2018-12-103-1/+87
| | | | |
| | * | | Remove borderColor propFred Carlsen2018-12-101-3/+0
| | | | |
| | * | | Add arrow to linkFred Carlsen2018-12-103-5/+17
| | | | |
| | * | | Divides landing into section components, cleanupEzekiel Aquino2018-12-108-274/+306
| | | | |
| | * | | Removes percentage paddings on mobileEzekiel Aquino2018-12-101-4/+0
| | | | |
| | * | | Replaces icons in landing, text stylingEzekiel Aquino2018-12-103-6/+14
| | | | |
| | * | | Adds withArrow buttonEzekiel Aquino2018-12-105-14/+48
| | | | |
| | * | | Async load icons, adds marginsEzekiel Aquino2018-12-104-12/+30
| | | | |
| | * | | Bind dev server to 0.0.0.0Fred Carlsen2018-12-101-0/+1
| | | | |
| | * | | Add options to svg loaderFred Carlsen2018-12-101-1/+12
| | | | |
| | * | | Comment out bg on codeFred Carlsen2018-12-101-1/+1
| | | | |
| | * | | Adds size definition to IconEzekiel Aquino2018-12-101-1/+1
| | | | |
| | * | | Refactors <Icon>Ezekiel Aquino2018-12-105-17/+45
| | | | |
| | * | | CleanupFred Carlsen2018-12-101-3/+0
| | | | |
| | * | | WIP mobile header + developer dropdownFred Carlsen2018-12-103-32/+417
| | | | |
| | * | | Added global link color to themeFred Carlsen2018-12-104-1/+64
| | | | |
| | * | | Mobile tweaksFred Carlsen2018-12-072-2/+20
| | | | |
| | * | | Break heading on why properlyFred Carlsen2018-12-072-2/+7
| | | | |
| | * | | Add viewbox to iconsFred Carlsen2018-12-076-6/+6
| | | | |
| | * | | Mobile tweaksFred Carlsen2018-12-075-6/+23
| | | | |
| | * | | Remove hardcoded min-widthFred Carlsen2018-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | This breaks smaller viewports than 355px. Should be handled in a local scope by css, not global inline styles.
| | * | | Slash the zeroesFred Carlsen2018-12-061-0/+1
| | | | |