PotLock / bos-app

PotLock BOS (blockchain operating system - decentralized front ends) App
MIT License
9 stars 9 forks source link

[ENHANCE] "Add to Cart" should show cart #498

Open elliotBraem opened 7 months ago

elliotBraem commented 7 months ago

Blocked by #497

A feed rendering Widgets with their own VM contexts leads to strange behavior. Like this:

stange-behavior

1) #497 2) Convert Donate Modal to use modal pattern (devs.near/widget/Modal) 3) Trigger cart modal on add to cart

Since cart modal is being triggered inside of the donate modal, we are doing something like contexts in react. We need the Cart modal context outside of the donate modal context, so it doesn't close when donate modal closes