Is anyone aware if it’s possible to pay for new features (i.e. a bounty) for LiveView. We’re very interested in running LiveView embedded in a web component which runs on a third party domain. Note that this isn’t using web components in LiveView but rather having LiveView control and mutate the shadow DOM present in the web component.
We’ve done some preliminary work around this and have have managed to adjust the LiveView JavaScript enough to connect the LiveView, however we faced some issues around authentication in the routes which appears to be buried quite deep in the way that LiveView works. Working on this would probably suit someone that had a deep understanding of the way that LiveView is built.
I’m also aware of other solutions like LiveState which connect using channels instead of the LiveView mount, however we don’t want to ship an entire UI and instead want to be able to use the current HTML views that we have built already.
In summary, we’ve made some progress on this, we need the involvement with someone that has a deep understanding of LiveView and would be happy to contribute a payment towards getting the ability to mount LiveViews into a web components shadow DOM (if that’s even possible!).