- https://www.adityaworks.tech
-
- LFX @headlamp
- Javascript Code Repo Expert (Contract) @HackerRank
- R&D Intern @Samsung
- Software Engineer @Tile10
- Joined on
2026-04-03
@hodlbod, this PR is ready for review!
There are better solutions than just moving history.back()
for example, using a loader or background queue for publishing. This is a quick improvement,…
@hodlbod I’ve added getRoomMembers and getSpaceMembers helpers, and now both deriveRoomMembers and deriveSpaceActionItems use getRoomMembers directly.
Let me know if you’d like any…
Hey @priyanshu_bharti, if you face any issues (or) need any help, I would be happy to take this on.
I just created those 🥲, but then figured it’d be better to integrate them into the existing function. I’ll push the changes shortly.
Thanks @hodlbod for the feedback, I reworked this to keep the logic in place rather than routing it through the generic helper. The membership behavior change is still there, but the code now…
This looks good. The reason it doesn't use the modal stack is because the page itself doesn't have any meaning without the modal. So if someone closes it, it should navigate elsewhere.
Yes,…
The sync changes look good, but I'm not so sure about core/state. I'm having a hard time telling what's changed there other than moving logic around. Is there anything in particular different…
I don't like this solution at all. Instead of fixing the modal you want the close button to do a navigation 😐 i might be wrong however
agree with you, but, this screen is route-backed,…
Two-part fix for room members, admins, and action items:
- Sync: Always subscribe to the current room’s live events.
- State: Compute lists by combining the latest snapshot with all…