Block a user
hodlbod
deleted branch 272-show-call-participants from userAdityaa/flotilla
2026-06-09 00:04:56 +00:00
feat: show voice room participants before joining
hodlbod
deleted branch 286-prompt-space-join-on-direct-link from userAdityaa/flotilla
2026-06-08 21:15:38 +00:00
feat: prompt SpaceJoin when opening unjoined space via direct link
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
feat: prompt SpaceJoin when opening unjoined space via direct link
Just use userGroupList, aliases are lame. I just forgot what it was called.
Failed to enable caching for build container
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)
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.