commits
app: fix a couple places that were causing excessive rerenders
app: add deep linking capabilities
chat: rework layout so it's much more useable on mobile
golive: redirect unauthed users to login screen
home: change card image from 'stretch' to 'contain'
webrtc: handle camera swaps gracefully
media: clean up leak test signature, turn on in CI (0.7)
router: show docs at streamplace url
app: enable android edge-to-edge
- Chat is now absolute when needed - Set max width to 100% - TextArea is
now flexible and not set at 100%
* Add convenience hooks
* move more convenience hooks
* export the hooks
* Add stream record creation and start streamer context menu
* Make UI and chat UI more streamlined
* clean up imports and random comments
* Add docs
* components: add some relative paths
* add streamplace-desktop to stream key detection
* Rework chat rendering
* Add reply preview to chat message component
* Fix imports
* Don't warn on webrtc on 127.0.0.1
* Improve chat reply UI and fix message ordering
* Add swipe-to-reply gesture to chat messages on New Chat on all platforms
except android
* Add swipe-right mod actions to chat messages
* misc chat style improvements
* Make chat box resizable
* Change objectFit from cover to contain in RTCViewIngest
* Add components
* Add chat box with mention suggestions and reply
* Simplify chat layout a tad
* small nits
- hide mobile go live on web - change back button to white to contrast
better with bg
---------
Co-authored-by: Eli Mallon <eli@aquareum.tv>
media: add backported webrtc fixes
- hide mobile go live on web - change back button to white to contrast
better with bg
* build: try different webrtc patch?
* build: no husky at all!
* build: pnpm-lock updates
* ok, try one with no build step i guess
director: handle segments that come in after session closes
patch: webrtc fork
api_internal: remove unneeded auth-webhook-url
- Chat is now absolute when needed - Set max width to 100% - TextArea is
now flexible and not set at 100%
* Add convenience hooks
* move more convenience hooks
* export the hooks
* Add stream record creation and start streamer context menu
* Make UI and chat UI more streamlined
* clean up imports and random comments
* Add docs
* components: add some relative paths
* add streamplace-desktop to stream key detection
* Rework chat rendering
* Add reply preview to chat message component
* Fix imports
* Don't warn on webrtc on 127.0.0.1
* Improve chat reply UI and fix message ordering
* Add swipe-to-reply gesture to chat messages on New Chat on all platforms
except android
* Add swipe-right mod actions to chat messages
* misc chat style improvements
* Make chat box resizable
* Change objectFit from cover to contain in RTCViewIngest
* Add components
* Add chat box with mention suggestions and reply
* Simplify chat layout a tad
* small nits
- hide mobile go live on web - change back button to white to contrast
better with bg
---------
Co-authored-by: Eli Mallon <eli@aquareum.tv>
- hide mobile go live on web - change back button to white to contrast
better with bg