Brandon Millman
317ff81744
Set up scaffolding for new drawer
2018-05-18 11:35:13 -07:00
Brandon Millman
bd7fc780cb
Hide wallet component for small screens
2018-05-18 11:35:13 -07:00
Brandon Millman
4b343d9dcf
Fix token link key
2018-05-18 11:35:13 -07:00
Brandon Millman
7a6a5d7595
Modulate number of columns based on screenwidth
2018-05-18 11:35:13 -07:00
Brandon Millman
85020c74cf
Fix prettier
2018-05-18 11:33:46 -07:00
fragosti
407731ab16
Change my title to clarify
2018-05-17 16:33:09 -07:00
fragosti
e9e570db4f
Center all the things
2018-05-17 13:04:39 -07:00
fragosti
5bc83fceaa
Refactor code in response to CR feedback
2018-05-17 13:04:39 -07:00
fragosti
e7fd501200
Remove duplicate function call to validate
2018-05-17 13:04:39 -07:00
fragosti
ea0067d999
Show error messages in the wrapped ether item
2018-05-17 13:04:39 -07:00
fragosti
ec49ca6480
Improve about page descriptions
2018-05-17 13:04:39 -07:00
Brandon Millman
943b7d39c6
Fix tslint false positive
2018-05-17 11:02:55 -07:00
Brandon Millman
6b1a911604
Fix spread
2018-05-17 11:02:55 -07:00
Brandon Millman
3d4e03f2cd
Refactor account management itmes
2018-05-17 11:02:55 -07:00
Brandon Millman
48b0b54819
Add loading component
2018-05-17 11:02:55 -07:00
Brandon Millman
00515eb6f9
Refactor a bunch of layouts into their own files
2018-05-17 11:02:55 -07:00
Brandon Millman
63e7391981
Add portal layout component
2018-05-17 11:02:55 -07:00
Brandon Millman
b6776f53ab
Get rid of extra curly brackets
2018-05-17 11:02:55 -07:00
Brandon Millman
6a0cda7396
Fix lint error
2018-05-17 11:02:55 -07:00
Brandon Millman
09692dc70e
Fix comments
2018-05-17 11:02:55 -07:00
Brandon Millman
e0482f5400
Wait for blockchain to display the account management routes
2018-05-17 11:02:55 -07:00
Brandon Millman
c787dc7356
Fix linter errors and relayer index reloading
2018-05-17 11:02:55 -07:00
Brandon Millman
ea948ac2c8
Trade direct route
2018-05-17 11:02:55 -07:00
Brandon Millman
d6e321e97f
Add manage you wallet footer
2018-05-17 11:02:55 -07:00
Brandon Millman
807250510a
Add props to back button
2018-05-17 11:02:55 -07:00
Brandon Millman
ef1e974346
Back button and title components
2018-05-17 11:02:55 -07:00
Brandon Millman
55d1228abb
Implement new menu styling
2018-05-17 11:02:55 -07:00
Brandon Millman
9e76d2ca63
Add menu
2018-05-17 11:02:55 -07:00
Brandon Millman
d53915e7e3
Add routes
2018-05-17 11:02:55 -07:00
Fabio Berger
78623ae3bd
Merge branch 'development' into v2-prototype
...
* 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
2018-05-16 16:18:47 +02:00
Francesco Agosti
cc486cb86d
Merge pull request #593 from 0xProject/bug/website/fix-cirular-dependency
...
Fix circular dependency
2018-05-15 16:35:05 -07:00
Francesco Agosti
7a45a579c0
Merge pull request #592 from 0xProject/feature/website/add-francesco-about
...
Add myself to about page
2018-05-15 15:59:24 -07:00
fragosti
dc58d539c2
fix style errors
2018-05-15 15:54:17 -07:00
fragosti
2ba78eb740
Fix circular dependency
2018-05-15 15:27:27 -07:00
fragosti
f43b275f16
Add my profile image to images
2018-05-15 14:50:33 -07:00
fragosti
509a81a572
Add myself to about page
2018-05-15 14:44:57 -07:00
Brandon Millman
184232ba4f
Add dogfood configs to website
2018-05-15 13:51:43 -07:00
Amir Bandeali
9e0471bfbb
Merge branch 'development' into v2-prototype
2018-05-15 15:52:49 -04:00
Alex Browne
0bc338ba42
Merge pull request #578 from 0xProject/document-node-version
...
Document Node.js version requirement and add it to package.json
2018-05-15 10:51:49 -07:00
Fabio Berger
fe00c06d4b
Merge development
2018-05-15 10:22:22 +02:00
Brandon Millman
ca08dd9705
Add hover state to top tokens
2018-05-15 00:52:51 -07:00
Brandon Millman
b3e53b609b
Change to weekly txn volume
2018-05-14 22:49:08 -07:00
Alex Browne
fdeab0475c
Change minimum Node version to 6.12
2018-05-14 18:46:53 -07:00
Alex Browne
f86cc0dc7a
Document Node.js version requirement and add it to package.json
2018-05-14 18:46:52 -07:00
Fabio Berger
478f6ed011
Move from using lerna multi-package commands to wsrun, update README's accordingly
2018-05-14 19:23:50 +02:00
Leonid Logvinov
b74957acdf
Add missing type definitions
2018-05-14 10:35:13 +02:00
Fabio Berger
d370296e82
Merge branch 'development' into breakUp0xjs
...
* development:
Fix ganache subprovider config
Fix a bug in compiler config precedence
Fix linter errors
Fix templates
Remove unused deployer docs configs
Add a legacy endpoint for the deployer
Add a check for compiler output
Add a comment
Put ARTIFACTS_VERSION in a config
Improve a comment
Remove _applyDefaultsToDeployTxDataAsync
Add a HACK comment
Fix linter issues
Rename deployer to sol-compiler
Remove deployer
Remove deployer from 0x.js and migrations
Configure migrations with a compiler.json
Remove deployer from metacoin and contract tests
Update wallet footer and add remove token functionality
# Conflicts:
# .gitignore
# packages/0x.js/package.json
# packages/0x.js/src/0x.ts
# packages/contracts/package.json
# packages/contracts/test/multi_sig_with_time_lock.ts
# packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts
# packages/contracts/util/artifacts.ts
# packages/deployer/test/deployer_test.ts
# packages/migrations/package.json
2018-05-11 12:32:57 +02:00
Leonid Logvinov
f42f608f3f
Merge pull request #574 from 0xProject/feature/rm-rf-deployer
...
Remove @0xproject/deployer.Deployer. Make contracts able to deploy themselves
2018-05-11 12:12:39 +02:00
Brandon Millman
44f17c1706
Merge pull request #580 from 0xProject/feature/website/remove-tokens
...
Update wallet footer and add remove token functionality
2018-05-10 10:55:17 -07:00
Leonid Logvinov
2e1c2d9dfe
Fix templates
2018-05-10 17:56:57 +02:00