manifold/web/components/layout
James Grugett ed5f69db7a
Sell shares panel (#69)
* Split BuyAmountInput out of AmountInput

* Buy and sell tabs. Compute some sell info

* In progress

* BuyPanel & SellPanel with banner above that shows current shares and toggle button

* Remove "Remaining balance"

* Bring back 'Place a trade'. Tweaks

* Sell shares cloud function.

* Sell all shares by default. Switch back to buy if sell all your shares.

* Cache your shares in local storage so sell banner doesn't flicker.

* Compute sale value of shares with binary search to keep k constant.

* Update bets table to show BUY or SELL

* Fixes from Stephen's review

* Don't allow selling more than max shares in cloud function

* Use modal for sell shares on desktop.

* Handle floating point precision in max shares you can sell.
2022-03-29 14:56:56 -05:00
..
col.tsx Embed market: dynamically adjust graph height 2022-03-24 12:03:17 -05:00
modal.tsx Sell shares panel (#69) 2022-03-29 14:56:56 -05:00
row.tsx Add confirmation dialog when resolving market! 2021-12-13 18:28:37 -06:00
spacer.tsx Contract page (#5) 2021-12-10 08:56:17 -06:00