I'm frustrated because I don't really know what's the best way to implement a pop-out media player for when you scroll away from a post that's playing and I'm worried that the approach I chose is the wrong one 😦
Kinda have to create a new media element that's not part of the status component because you don't want to lose it if the status gets unmounted, but starting playback from a new element isn't gapless.
@Gargron You can try moving the existing (playing) element instead of creating a new one - not sure how the DOM reconciliation algorithm would react to that though.