fabioberger
ec7f9d8a63
Remove react-shared package and fold it into website
2019-07-27 14:13:20 +02:00
Xianny
7423028fea
Replace lodash with built-ins where possible to reduce bundle size ( #1766 )
...
* add tslint rule to disallow lodash.isUndefined
* add tslint rule to disallow lodash.isNull
* apply fixes
2019-04-10 09:36:32 -07:00
Fabio Berger
1ec8a4115f
Fix menuItem background colors depending on the context
2018-11-11 16:48:31 +01:00
Fabio Berger
b49e5c76e4
Use em for all
2018-10-19 19:38:20 +01:00
Fabio Berger
0de654bbd5
fix: scroll lag on doc reference and wiki pages by using react-scroll spy
and only updating the sidebar menu items whose active state had changed
2018-10-19 17:40:55 +01:00
Fabio Berger
90ba8e0e8d
Remove unused listeners
2018-10-19 17:09:13 +01:00
Fabio Berger
ee6bb229e0
Don't show topBar menu items in sidebar on wiki
2018-10-19 09:44:27 +01:00
Fabio Berger
0affc7682f
chore: fix imports
2018-10-18 14:06:12 +01:00
Fabio Berger
62f4bb2117
chore: Add topBar menu in wiki mobile sidebar menu
2018-10-17 00:55:47 +01:00
Fabio Berger
fdefa5952c
chore: componentize the sidebar header
2018-10-16 23:25:51 +01:00
Fabio Berger
2305109170
chore: fix linter
2018-10-16 17:42:58 +01:00
Fabio Berger
fb0e0473de
chore: move wiki to Developers section
2018-10-15 22:18:44 +01:00
Fabio Berger
fa6bd34899
Remove type prop and instead infer it from the value of to
2018-10-05 14:55:28 +01:00
Fabio Berger
85045267fe
remove stray logs
2018-10-04 19:26:50 +01:00
Fabio Berger
437612f8b8
Use same Link UI component for react-scroll links
2018-10-03 16:37:59 +01:00
fragosti
098322c564
Integrate heap analytics
2018-07-11 15:39:12 -07:00
Fabio Berger
e1879ef4d9
Fix no-unused-variable tslint rule to include parameters and fix issues
2018-06-11 23:42:30 +02:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Leonid Logvinov
0ec1c4ad6d
Fix type errors in CSS properties
2018-05-05 01:26:02 +02:00
Brandon Millman
51b2fce8c1
Implement backendClient object to unify calls to the portal api
2018-04-18 20:12:38 -04:00
Fabio Berger
7a8edb5018
Reduce wiki article padding on mobile and remove commented out code
2018-04-17 22:03:16 +09:00
Fabio Berger
07de3a1d94
Pass actual iconUrl and add default icon image
2018-03-20 15:39:32 +00:00
Fabio Berger
72671c1014
Refactor titleToIcon mapping to idToIcon and move to docPage
2018-03-20 12:26:04 +00:00
Brandon Millman
c8a8b851d8
Consolidate all console.log into the @0xproject/utils package
2018-03-13 18:13:48 -07:00
Fabio Berger
4a94a2b4e8
Add support for going back to previous hashes via the browser back button to wiki
2018-03-08 16:38:25 +01:00
Fabio Berger
f8b8a10b8f
Make sidebar header configurable
2018-03-06 20:38:45 +01:00
Fabio Berger
5a90fece80
Moved over all pages/shared components and dependencies to react-shared
2018-03-05 13:53:13 +01:00
Fabio Berger
874e667849
Bug fixes
2018-03-05 07:10:55 +01:00
Fabio Berger
3592ebef08
Move over AnchorTitle and associated elements
2018-03-03 19:55:40 +01:00
Fabio Berger
0afe45b3a8
Hash hash instead of prefixedHash to scrollToHash function
2018-03-03 05:36:08 +01:00
Fabio Berger
52232e98c7
Make sure the page has loaded (including all images) before scrolling to hash
2018-03-02 17:02:14 +01:00
Fabio Berger
67c834841e
Update react-markdown, properly scroll to section for wiki internal links, consolidate scrollTo logic and make external links open in new tabs
2018-03-02 14:40:26 +01:00
Fabio Berger
e2d17d122e
Keep topBar and footer language to the one picked by the user
2018-02-21 11:46:16 -08:00
Fabio Berger
8a52ffe7b7
Remove unneeded props
2018-02-15 23:52:49 -07:00
Fabio Berger
5c91b4bfc6
Re-designed Wiki and half-redesigned docs pages
2018-02-15 20:12:47 -07:00
Fabio Berger
e219772b2a
Fix all setState calls after unmounted errors. Decided to create our own flag rather then using a cancellablePromise since there was little to be gained from this alternative
2018-01-30 20:12:32 +01:00
Fabio Berger
dd9f5adc2e
Initial Ledger support implementation
2018-01-28 10:29:15 +01:00
Leonid Logvinov
e744e4cd98
Apply prettier config
2018-01-03 11:37:38 +01:00
Brandon Millman
23052a5c2e
Merge branch 'development' into fix/underscorePrivate
...
* development: (29 commits)
Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI
Update outdated WETH ranges
Fix conditional
Fix top-padding
Publish
Update CHANGELOGs
Add slashes to base URLs
Fix linter issue
Fix WETH symbol
Update snapshot and artifacts
Replace our EtherTokens with WETH9 from maker
Fix test description
Fix a typo
Add err==null assertions
Add WETH9 tests
Use the new snapshot including WETH9 and it's artifacts
Add WETH9 and mirations
Fix WETH events watching
Fix a typo
Init the _etherTokenContractsByAddress
...
2017-12-20 19:07:54 -05:00
Fabio Berger
b79b48cfbe
Fix top-padding
2017-12-20 17:24:12 +01:00
Brandon Millman
cb11aec84d
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
2017-12-20 15:30:25 +01:00
Fabio Berger
fb0b7efc45
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
2017-12-18 19:30:25 +01:00
Fabio Berger
1aed970ce3
standarize on grey
over gray
spelling and other color related fixes
2017-12-18 10:28:34 +01:00
Fabio Berger
445ff1e28e
Standardize colors to always be in uppercase hex and consolidate material-ui greys
2017-12-18 10:06:16 +01:00
Fabio Berger
df9d3e3e16
Consolidate all custom colors and material-ui colors into a colors module
2017-12-18 09:15:12 +01:00
Fabio Berger
5a59ac4c6b
fix remaining tslint errors
2017-11-27 22:08:08 -06:00
Fabio Berger
3660ba28d7
Add website to mono repo, update packages to align with existing sub-packages, use new subscribeAsync 0x.js method
2017-11-21 14:03:08 -06:00