0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

Refactor logic around individual collectible action button #357

Closed fvictorio closed 5 years ago

fvictorio commented 5 years ago

Depends on #356.

Most of the logic around showing a Buy/Sell/Cancel button was moved to a TradeButton component. I also added the proper callbacks (onBuy, onSell, onCancel), that for now are only placeholders that show a window.alert. It's also (or should be) fully tested.