Matt Lorentz mplorentz
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-04 21:43:42 +00:00
aab2aa1da3 Address PR comments on RoomForm
mplorentz commented on pull request coracle/flotilla#93 2026-03-04 20:19:35 +00:00
feature/23-voice-room/poc

I will do that, but imo it makes some pretty bad UX if the relay loses livekit support. Either we silently convert voice or voice + text rooms to text only on edit, which may not be what the user…

mplorentz commented on pull request coracle/flotilla#93 2026-03-04 20:02:35 +00:00
feature/23-voice-room/poc

Ah, ok. I think you mentioned including the tag on the update event in a comment on the proposed NIP too. I was very confused but now I see that you always try to publish a kind 9007 room create…

mplorentz commented on pull request coracle/flotilla#93 2026-03-04 19:09:39 +00:00
feature/23-voice-room/poc

Ok cool. Can you explain why you prefer Maybe over typescripts built-in optional type? Is that a pretty universal preference for you?

mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-04 15:29:06 +00:00
8d38432598 Reorder imports
c7bb9c291b Add room info button to VoiceWidget
ed76364dda Fix muted icon
de08a4775c Add a right around user avatar when speaking
a07febf99c Move room type field up in the RoomForm
Compare 25 commits »
mplorentz commented on pull request coracle/flotilla#93 2026-03-03 22:24:00 +00:00
feature/23-voice-room/poc

@hodlbod I'm ready for a review of the code/direction here and for some input on how you want to ship this. It's not done but I think enough is done for it to be useful so we could merge and ship…

mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 22:19:34 +00:00
f02b8d8fe7 Reorder imports
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 22:06:34 +00:00
1a44edeb2f Merge remote-tracking branch 'origin/dev' into feature/23-voice-room/poc
a42ba5446a Fix a docker rebuild issue (#88)
ccfe1bded5 Bring back some notification badges
Compare 3 commits »
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 22:05:03 +00:00
09aa9aa496 Add room info button to VoiceWidget
e40309c1b8 Fix muted icon
Compare 2 commits »
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 21:52:56 +00:00
509ccd7882 Add a right around user avatar when speaking
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 21:10:40 +00:00
44356e56f1 Move room type field up in the RoomForm
786914198a Disable rooms on mobile temporarily
Compare 2 commits »
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 20:38:10 +00:00
ab5eacbe43 Check if livekit is configured on the relay during room creation/edit
mplorentz created pull request coracle/flotilla#93 2026-03-03 19:50:47 +00:00
WIP: feature/23-voice-room/poc
mplorentz commented on pull request coracle/flotilla#88 2026-03-03 19:48:14 +00:00
Fix a docker rebuild issue

Ok this cascaded into more changes than I wanted but I think I fixed a pre-existing bug with the logo download too. I have been shipping shipwreck.scuttle.works using this Dockerfile for a few…

mplorentz commented on pull request coracle/flotilla#88 2026-03-03 19:45:42 +00:00
Fix a docker rebuild issue

This fixes an issue I had with setting the logo. You could configure the other vars in .env because npx reads that automatically but the logo was being read here and wasn't respecting .env.

mplorentz commented on pull request coracle/flotilla#88 2026-03-03 19:44:08 +00:00
Fix a docker rebuild issue

The old curl command was failing silently for me so this one will fail the build if the logo URL exists but the logo cannot be fetched.

mplorentz commented on pull request coracle/flotilla#88 2026-03-03 19:42:21 +00:00
Fix a docker rebuild issue

I changed this to a two-stage docker build mostly because include .env in an image seems dangerous even if none of the env values are secrets at this time.

mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-03 15:01:58 +00:00
f0fb5efe4d Add ability to joining a voice room while it's in progress
3d1b0fe19e Add loading indicator while joining
dbc594eed0 Add error toast on connection failure.
Compare 3 commits »
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-02 22:49:41 +00:00
b2c7e7347d Make voice rooms in sidebar reactive
5977cb6b40 Get rid of volume icon next to text rooms
3ae9935459 Allow user to configure room for voice, text, or both.
86447ca1ed Remove plan
Compare 4 commits »
mplorentz pushed to feature/23-voice-room/poc at coracle/flotilla 2026-03-02 22:00:37 +00:00
665fde9c4b Move livekit auth to relay