Satellite-im / Core-PWA

Satellite Core is a decentralized p2p voice, video, and text chat application and is under heavy development. Check back soon for updates, or check out the latest version at https://core-dev.satellite.im
https://core-dev.satellite.im
Other
40 stars 16 forks source link

refactor(mobile): upgrade chat page to script setup #5413

Closed josephmcg closed 1 year ago

josephmcg commented 1 year ago

What this PR does 📖

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

github-actions[bot] commented 1 year ago

Download the .APK for this pull request:

josephmcg commented 1 year ago

figured out the bug in PR comments. The mobile action sheet for conversation items was always being rendered. It was bleeding into the top of the page, so I was clicking the remove friend/leave chat button anytime I tried to join the active conversation. Should be fixed now.

I also noticed you could still send out a call even if there was an active call at the time.