- Return to purchases when order is done with stripe
- Show a spinner for the current order that is pending then a toast “Order Completed” when the webhooks come through plus change Pending to Completed. Likely needs a websocket
- If they navigate away from the orders page the toast should still popup showing order completed.
- If you feel ancy you can even add confetti once the order completes.
- Coin drop down should use .tolocalestring to add commas for the coins where appropriate
- Coin drop down should show each coin
- The purchases page should only show Pending orders within the past 24hrs
- Setup the below image for the drop down pricing. The db will need the original price and the actual price. The actual prices are already in stripe so we just need to add an original mark through price. If the original price exists then it does the mark through otherwise it is normal
