hodlbod hodlbod
  • Joined on 2026-02-09
hodlbod deleted branch 272-show-call-participants from userAdityaa/flotilla 2026-06-09 00:04:56 +00:00
hodlbod merged pull request coracle/flotilla#294 2026-06-09 00:04:55 +00:00
feat: show voice room participants before joining
hodlbod pushed to 272-show-call-participants at userAdityaa/flotilla 2026-06-09 00:04:21 +00:00
7c0ee6ae71 feat: show voice room participants before joining
8ba76a60e7 feat: prompt SpaceJoin when opening unjoined space via direct link (#291)
Compare 2 commits »
hodlbod pushed to dev at coracle/flotilla 2026-06-08 21:15:38 +00:00
8ba76a60e7 feat: prompt SpaceJoin when opening unjoined space via direct link (#291)
hodlbod deleted branch 286-prompt-space-join-on-direct-link from userAdityaa/flotilla 2026-06-08 21:15:38 +00:00
hodlbod merged pull request coracle/flotilla#291 2026-06-08 21:15:37 +00:00
feat: prompt SpaceJoin when opening unjoined space via direct link
hodlbod closed issue coracle/flotilla#286 2026-06-08 21:15:37 +00:00
Joining av rooms by link doesn't open join prompt
hodlbod pushed to 286-prompt-space-join-on-direct-link at userAdityaa/flotilla 2026-06-08 21:15:31 +00:00
c121f9d2eb feat: prompt SpaceJoin when opening unjoined space via direct link
b6b8145901 Fix some bottom padding stuff
cdc9f927b5 Don't return 404, just return the index (some routes look like asset files since tlds look like file extensions)
4d57e4e6ed feat: show per-relay publish status on outgoing messages (#290)
1b8d6e50e2 Fix link_deps, normalize relays less aggressively
Compare 5 commits »
hodlbod opened issue coracle/flotilla#295 2026-06-08 17:49:58 +00:00
Remove zap slider
hodlbod pushed to master at coracle/caravel 2026-06-08 17:47:46 +00:00
4ebc9fe61b Add license
hodlbod commented on pull request coracle/flotilla#291 2026-06-08 15:55:57 +00:00
feat: prompt SpaceJoin when opening unjoined space via direct link

Just use userGroupList, aliases are lame. I just forgot what it was called.

hodlbod commented on pull request coracle/flotilla#291 2026-06-08 15:55:57 +00:00
feat: prompt SpaceJoin when opening unjoined space via direct link

Looks good, just one nitpick

hodlbod pushed to master at coracle/caravel 2026-06-05 18:31:23 +00:00
b5f3efc775 Fix a few bugs
hodlbod pushed to master at coracle/caravel 2026-06-04 23:00:23 +00:00
791a4fcb70 Fix relay link, add admin navigation item on mobile
hodlbod closed issue coracle/flotilla#274 2026-06-04 22:58:12 +00:00
Failed to enable caching for build container
hodlbod opened issue coracle/flotilla#292 2026-06-04 22:57:40 +00:00
Wiki
hodlbod pushed to dev at coracle/flotilla 2026-06-04 22:54:52 +00:00
b6b8145901 Fix some bottom padding stuff
cdc9f927b5 Don't return 404, just return the index (some routes look like asset files since tlds look like file extensions)
Compare 2 commits »
hodlbod commented on pull request coracle/flotilla#291 2026-06-04 21:51:02 +00:00
feat: prompt SpaceJoin when opening unjoined space via direct link

deriveUserGroupList auto-loads, allowing you to avoid a lot of this complex logic. Switch to that and then you can use $derived instead of $effect (or at least a very small effect which reacts to a derived store)

hodlbod commented on pull request coracle/flotilla#291 2026-06-04 21:51:02 +00:00
feat: prompt SpaceJoin when opening unjoined space via direct link

Does this need to be durable across page transitions? I would think so, but I don't completely understand the logic here.

hodlbod commented on issue coracle/flotilla#272 2026-06-04 21:11:31 +00:00
Show call participants before joining

yep, that's what I'm thinking.