relaycc / receiver

Relay Receiver is a React library that makes it easy to add Web3 messaging to your website.
http://www.demo.relay.cc
MIT License
39 stars 2 forks source link

Support multiple windows open at once #71

Open killthebuddh4 opened 2 years ago

killthebuddh4 commented 2 years ago

Right now the way the state management is done means that even if you had multiple receiver windows on the screen, they would all be displaying the same thing.

We should support having multiple windows open at once, this would allow for an AIM/Facebook messenger type of UX.