Saksham Jain sakshamjain
sakshamjain commented on issue coracle/flotilla#231 2026-04-19 09:50:48 +00:00
Re-work hosting page

Hi @hodlbod ,

I was reviewing this issue and the proposed 2+1 layout. I completely agree with the underlying goal: Coracle is the monetization engine, and we absolutely need to optimize the…

sakshamjain commented on issue coracle/flotilla#121 2026-04-18 08:05:26 +00:00
Refine Voice Chats

break out each message into a bubble

image.png

Like this?

sakshamjain commented on issue coracle/flotilla#121 2026-04-17 20:46:30 +00:00
Refine Voice Chats

Hi @hodlbod ,

I have worked on an iteration for the mobile flow for voice/video rooms. Do let me know your review.

<video src="attachments/700849ca-0eae-4fcb-afdf-1edb2bdd4625" title="Screen…

sakshamjain pushed to feat/space-invite-share at sakshamjain/flotilla 2026-04-14 17:58:38 +00:00
dcf332fbe4 Merge remote-tracking branch 'upstream/dev' into feat/space-invite-share
132c7f031b fix: remove deleted rooms from space navigation after refresh
964ef441ec Update relay description (#195) (#197)
Compare 3 commits »
sakshamjain commented on pull request coracle/flotilla#199 2026-04-14 17:37:25 +00:00
feat: add native share support for space invites

Hi @hodlbod , Thanks for the input. Implemented Share.canShare() check and conditionally render the share button to avoid errors in unsupported browsers. Also added a guard inside shareInvite for…

sakshamjain pushed to feat/space-invite-share at sakshamjain/flotilla 2026-04-14 17:36:18 +00:00
9fa1375435 fix: handle unsupported Share API gracefully
sakshamjain commented on issue coracle/flotilla#175 2026-04-14 16:48:05 +00:00
Add reaction details view on mobile (parity with desktop)

Reaction Details on Mobile: Usability Testing Report

Description

Based on usability testing and interaction benchmarking, I explored multiple patterns to bring reaction detail…

sakshamjain commented on issue coracle/flotilla#121 2026-04-14 15:56:40 +00:00
Refine Voice Chats

Thanks for the input @hodlbod

  1. Yes, I have already designed 3-4 versions of that. I have attached them for your review. The one you mentioned was my first iteration. ![image.png](/attachment…
sakshamjain created pull request coracle/flotilla#199 2026-04-14 14:06:27 +00:00
feat: add native share support for space invites
sakshamjain created branch feat/space-invite-share in sakshamjain/flotilla 2026-04-14 13:57:56 +00:00
sakshamjain pushed to feat/space-invite-share at sakshamjain/flotilla 2026-04-14 13:57:56 +00:00
cdeb7afcae feat: add native share support for space invites
796f37d320 Make space reordering discoverable with smoother drag animation (#171)
b46fd94578 Use relay-provided member lists as source of truth (#191)
bdc8e75640 Fix search input width
ef08821796 remove VirtualItem
Compare 5 commits »
sakshamjain commented on issue coracle/flotilla#195 2026-04-13 19:49:46 +00:00
Relay description mismatch

I could take on solving this issue and will raise the PR. Do let me know if it works.

sakshamjain commented on issue coracle/flotilla#118 2026-04-13 13:27:50 +00:00
Room Invites

Hi @hodlbod,

I had implemented this functionality via Capacitor earlier, and it’s working as expected on the web.

<img width="1439" alt="Screenshot 2026-04-13 173650.png" src="attachments/db…

sakshamjain pushed to dev at sakshamjain/flotilla 2026-04-12 17:21:47 +00:00
9f386f6968 remove redundant room syncing logic
ec0b6a99e2 add room mentions and clickable room/relay refs
f6d9e52c6e fix: support native clipboard image paste on mobile (#181)
90f86b833d Handle quotes in RoomItem. Fixes #188
29bb33c26c publish kind 9 quote after room content creation for cross-client interoperability
Compare 43 commits »
sakshamjain commented on issue coracle/flotilla#189 2026-04-12 16:40:27 +00:00
Switch website to non-framer

Hi @hodlbod , if we are switching from framer to a more sustainable and controllable framework. Do let me know if you need any help in terms of design enhancements and even dev considerations like…

sakshamjain commented on issue coracle/flotilla#121 2026-04-12 16:37:42 +00:00
Refine Voice Chats

Hi @hodlbod ,

I’ve explored multiple iterations for the voice chat experience, combining insights from competitive benchmarking and usability testing.

This version is the strongest…

sakshamjain created pull request coracle/flotilla#180 2026-04-08 21:16:05 +00:00
fix: correct inverted arrow icon in advanced section toggle
sakshamjain created branch fix/inverted-arrow-icon in sakshamjain/flotilla 2026-04-08 21:10:30 +00:00
sakshamjain pushed to fix/inverted-arrow-icon at sakshamjain/flotilla 2026-04-08 21:10:30 +00:00
1a46c7fbd2 fix: correct inverted arrow icon in advanced section toggle
f4ebc4e99e Video in calls (#135)
65ca8a7fd8 Remove follow graph building
7f1e98dcb2 Fix fallback pull race after abort (#167)
4c19ee823b 73-video-thumbnails (#142)
Compare 10 commits »
sakshamjain commented on issue coracle/flotilla#179 2026-04-08 20:54:24 +00:00
Inverted arrow icon behavior in expand/collapse state

@hodlbod, you can assign this issue to me.

I traced the issue to src/routes/settings/profile/+page.svelte:

<Button onclick={() => (showAdvanced = !showAdvanced)}> {#if showAdvanced} …