manifold/web/components/feed
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
..
activity-feed.tsx Answers in feed (#63) 2022-03-14 15:29:32 -05:00
activity-items.ts Only answers with less than 0.01% are filtered from feed. 2022-03-19 01:13:40 -05:00
contract-activity.tsx Answers in feed (#63) 2022-03-14 15:29:32 -05:00
feed-items.tsx Sell shares panel (#69) 2022-03-29 14:56:56 -05:00
find-active-contracts.ts Track seen contracts in feed. Order feed by seen time priority. 2022-03-17 02:29:19 -05:00