fabioberger
fbda096aa9
Fix linter errors
2019-07-27 14:13:20 +02:00
fabioberger
ec7f9d8a63
Remove react-shared package and fold it into website
2019-07-27 14:13:20 +02:00
fabioberger
cc7dec7a99
Move react-docs
into website
and delete it as a standalone package
2019-07-27 14:12:57 +02:00
David Sun
e69d2bb54a
Add FAQ link to vote page
2019-07-23 10:06:39 -07:00
David Sun
661c334928
prettier
2019-05-28 12:58:42 -07:00
David Sun
a1895d4157
polished website
2019-05-28 12:58:42 -07:00
Fabio Berger
b22d7bb310
Add backend
to constant variable name as well
2019-05-16 21:21:54 -03:00
Fabio Berger
c742cdfe5c
Update 0x-launch-kit repo name to include -backend
2019-05-16 16:30:48 -03:00
Xianny
41cc5234c4
Add coordinator wrapper ( #1792 )
...
* wip first pass at coordinator wrapper
* implement cancels, helper methods, and more unit tests
* pin typeorm version in pipeline
* prettier
* add export to 0x.js
* generate ZeroEx transaction using EIP712
* update Coordinator artifact
* change OrderError -> TypedDataError
2019-05-09 15:48:41 -07:00
David Sun
520919b165
prettier+lint
2019-04-23 18:41:54 -04:00
David Sun
8a60b3b402
switched metadata for explore page
2019-04-23 11:05:14 -04: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
Brandon Millman
c7d7e1f0e3
Fix codesandbox link
2019-03-29 16:53:13 -07:00
David Sun
e740380731
added changes for PR
2019-03-28 17:33:26 -04:00
David Sun
f72918362d
created most of the page's functionality
2019-03-26 16:20:01 -04:00
David Sun
03ed057ff6
fixed linting + prettier issues
2019-02-27 15:34:24 -05:00
David Sun
faac286f70
fixed links
2019-02-27 15:21:07 -05:00
David Sun
c6c7f6f907
added title for extensions
2019-02-27 15:01:59 -05:00
fragosti
ccd0da58cb
fix build errors
2019-02-27 11:34:04 -08:00
Francesco Agosti
500e5f1b5d
Merge pull request #1630 from bakkenbaeck/website-updates
...
[WIP] Extensions page and tweaks to website
2019-02-27 11:09:57 -08:00
Fred Carlsen
c6cdea77b6
Fix website errors related to props/children
2019-02-25 15:22:35 +01:00
Fabio Berger
b51038b9e7
Merge branch 'development' into supportEIP1193Providers
...
* development:
Demonstrate calling contracts with tuple arrays (#1615 )
removed default meta tags in public/index.html
fixed linting issue
updated documentTitle component
added metadata for pages (incomplete)
fixed title comment-out
removed react-document-title in favor of using react-helmet for consistency and bug fix
2019-02-21 16:45:00 -08:00
David Sun
0ddec99704
updated documentTitle component
2019-02-20 23:08:04 -05:00
Fabio Berger
1fa82c1077
Fix up missing Provider interfaces and refactor providerUtils.standardizeOrThrow()
2019-02-19 22:34:31 -08:00
Jacob Evans
ed9790c840
Vote: Added instant. Updated failure modes
2019-02-17 12:22:29 -08:00
David Sun
eb17f053f7
Merged latest development to branch
2019-02-14 16:22:18 -05:00
fragosti
87c75a1e43
Add vote placeholder page
2019-02-13 11:25:18 -08:00
David Sun
1681ba090c
changed check box
2019-02-13 11:35:05 -05:00
David Sun
3cb2d3dfff
adding free credits page (incomplete)
2019-02-12 16:58:55 -05:00
Steve Klebanoff
b3f996595f
Update blog link to not be /latest, and use constant in mobile nav
2019-01-22 08:48:05 -08:00
Leonid Logvinov
c3afc13dd6
Upgrade bignumber.js version
2019-01-15 16:25:24 +01:00
Xianny
943c378309
Implement tslint enum-naming to enforce PascalCase on enum members ( #1474 )
2019-01-11 10:04:30 -08:00
Leonid Logvinov
cee2954245
Merge development
2019-01-10 11:56:15 +01:00
fragosti
16fc2c3776
fix: use new forum URL
2019-01-08 10:34:40 -08:00
Leonid Logvinov
2c974b5f3f
Refactor out sol-cov, sol-profiler and sol-trace into their separate packages
2019-01-08 14:48:06 +01:00
fragosti
f412c36e23
fix: use old forum URL for now
2019-01-07 17:36:14 -08:00
fragosti
eae255b0ff
chore: point to 0x.org website-api
2019-01-07 17:19:36 -08:00
fragosti
1f0f2076a9
fix: CORS issue by accessing 0x geth nodes through 0x.org endpoint
2019-01-07 17:09:36 -08:00
fragosti
dbbd0c5c92
feat: use kovan.0xproject.com instead of kovan.0x.org
2018-12-27 12:07:14 +01:00
Steve Klebanoff
50110b3725
Merge branch 'feature/website/0x-org' into feature/website/0x-org-steve-links
2018-12-17 16:57:21 -08:00
Steve Klebanoff
43cc7b6626
Ecosystem links
2018-12-17 16:14:30 -08:00
fragosti
bb691aa4ed
feat: more blog url fixes
2018-12-17 15:48:17 -08:00
fragosti
64e84a3510
feat: fix blog link
2018-12-17 15:39:22 -08:00
fragosti
8452c05952
Merge branch 'feature/website/0x-org' of https://github.com/0xProject/0x-monorepo into feature/website/0x-org-jank-links
2018-12-17 15:27:15 -08:00
fragosti
be3142a96a
feat: fix footer links
2018-12-17 15:12:54 -08:00
Brandon Millman
f7581d60da
fix(website): fix mis-replaced website api backend links
2018-12-17 12:21:03 -08:00
Brandon Millman
51b1cab72a
fix(website) replace 0xproject.com with 0x.org
2018-12-14 14:46:05 -08:00
Fabio Berger
dcad94df4c
Switch out whitepaper with 0x protocol specification
2018-12-06 14:10:35 +00:00
Fabio Berger
0a618f6f4d
Replace Rocket.chat with Discord
2018-12-05 11:46:28 +00:00
Fabio Berger
a3ccd42093
Add Apache license link
2018-11-16 17:38:39 +00:00