priyanshu_bharti
fdb604e350
Use type=email for signup/login email inputs ( #225 ) ( #228 )
...
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
2026-04-17 18:55:04 +00:00
deveshanim3
3c66dfd83c
fix/wrong-message-offline ( #222 )
...
Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com >
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com >
2026-04-17 18:24:55 +00:00
userAdityaa
81633b0a1e
fix: vertical alignment of emoji and overflow buttons in shared event action row ( #219 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-17 15:22:40 +00:00
deveshanim3
59961cbdb5
fix: supported nip overflow in SpaceRelayStatus.svelte ( #215 )
...
Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com >
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com >
2026-04-16 21:36:14 +00:00
Jon Staab
e1a7b051bd
Use welshman kinds
2026-04-16 11:34:59 -07:00
sakshamjain
7a7af58f5c
feat: add native share support for space invites
2026-04-16 10:16:12 -07:00
Jon Staab
016ae86d50
Stop sending duplicate requests per room
2026-04-16 10:03:01 -07:00
priyanshu_bharti
43fb3d35e6
Fix #202 slow-network invite timeout handling ( #207 )
...
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
2026-04-15 22:01:00 +00:00
Khushvendra
4cc1cc95ca
Fix voice call cold-start timeout and preserve custom timeout message ( #174 ) ( #203 )
...
Co-authored-by: 1amKhush <khushvendras99@gmail.com >
Co-committed-by: 1amKhush <khushvendras99@gmail.com >
2026-04-15 20:37:03 +00:00
Nayan Patidar
b46fd94578
Use relay-provided member lists as source of truth ( #191 )
...
Co-authored-by: Nayan Patidar <nayan9617@noreply.coracle.social >
Co-committed-by: Nayan Patidar <nayan9617@noreply.coracle.social >
2026-04-13 21:12:49 +00:00
Jon Staab
bdc8e75640
Fix search input width
2026-04-13 12:08:11 -07:00
Jon Staab
9f386f6968
remove redundant room syncing logic
2026-04-11 10:20:50 -07:00
Khushvendra
ec0b6a99e2
add room mentions and clickable room/relay refs
2026-04-11 10:13:23 -07:00
Khushvendra
f6d9e52c6e
fix: support native clipboard image paste on mobile ( #181 )
...
Co-authored-by: Khushvendra <khushvendras99@gmail.com >
Co-committed-by: Khushvendra <khushvendras99@gmail.com >
2026-04-11 16:38:06 +00:00
Jon Staab
90f86b833d
Handle quotes in RoomItem. Fixes #188
2026-04-10 15:27:36 -07:00
userAdityaa
29bb33c26c
publish kind 9 quote after room content creation for cross-client interoperability
2026-04-10 14:20:24 -07:00
Jon Staab
a42e1df1a7
Fix feed pagination logic
2026-04-10 12:40:28 -07:00
priyanshu_bharti
e8c94177ca
Support Aegis URL scheme for NIP-46 login ( #161 )
...
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
2026-04-10 19:04:34 +00:00
Jon Staab
f1f2083c88
Remove unnecessary snapshots, format
2026-04-10 11:09:26 -07:00
Jon Staab
f42889c3c2
Improve performance #182 :
...
increase profile timer and chat search throttle delays
reduce GC pressure in derived stores
use requestIdleCallback for non-critical storage writes
batch repository update processing in feeds
2026-04-10 10:39:38 -07:00
priyanshu_bharti
85c5293082
Raise message size limit in chat ( #186 )
...
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
2026-04-10 16:37:23 +00:00
userAdityaa
1d5f91fb6c
fix: realtime updates for room members and admins ( #178 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-09 21:05:30 +00:00
mplorentz
f4ebc4e99e
Video in calls ( #135 )
...
#135
This PR adds basic video functionality to our voice rooms. Again I followed the Discord UX for inspiration, so all video calls start as voice-only calls that gracefully upgrade (and downgrade) when someone turns on a video or starts screen sharing.
When a video feed is detected the Room page will change to display a grid of feeds. The grid logic is very basic, that's definitely an area to improve in the future. You can open the chat part of the room with a new button on the VoiceWidget - on the desktop layout this creates a split view with video on the left and chat on the right, but on mobile it switches to chat fullscreen. I also added a little pin icon you can use to focus on a single video feed (useful for screen sharing). There is a lot of tailwind I don't understand here, but it seems to work well enough.
I moved voice.ts into a new `call` folder and moved some of its stores into `call/stores.ts` which allowed me to keep most of the video logic in `call/video.ts`. It's not a perfect encapsulation as voice.ts does subscribe to some of the hooks for the livekit calls and passes some of the signals onto `video.ts`. This could probably be broken up better but for this PR I'd rather not focus on making it perfect if that's ok. Partly for the sake of time but also because I envision another PR that renames/reorganizes things and I think a larger UX evaluation is necessary and should include real user feedback. I'm not confident tha""t the Voice Room concept as a whole will stick going forward. Maybe all rooms in a livekit enabled server should be able to host a call (like a slack huddle), maybe users want to be able to schedule calls as events, or even have them start with an ad-hoc set of participants completely outside of a NIP-29 group, etc.
Co-authored-by: mplorentz <mplorentz@noreply.gitea.coracle.social >
Reviewed-on: coracle/flotilla#135
Co-authored-by: Matt Lorentz <mplorentz@noreply.coracle.social >
Co-committed-by: Matt Lorentz <mplorentz@noreply.coracle.social >
2026-04-08 17:10:20 +00:00
Jon Staab
65ca8a7fd8
Remove follow graph building
2026-04-08 09:46:56 -07:00
nayan9617
7f1e98dcb2
Fix fallback pull race after abort ( #167 )
...
Co-authored-by: nayan9617 <nayanp4925@gmail.com >
Co-committed-by: nayan9617 <nayanp4925@gmail.com >
2026-04-08 16:43:04 +00:00
priyanshu_bharti
4c19ee823b
73-video-thumbnails ( #142 )
...
This PR implements video thumbnails for `.mov`, `.webm`, and `.mp4` files in the `ContentLinkBlock` component.
Changes:
- Added the `poster` attribute to the `<video>` tag.
- Set the poster source to `{url}#t=1` to capture a clear preview frame at the 1-second mark.
- Verified locally that thumbnails are now correctly displayed instead of a black/empty box.
Closes #73
Reviewed-on: coracle/flotilla#142
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
2026-04-08 16:07:11 +00:00
Jon Staab
8e2dd8b278
Upgrade daisyui/tailwind
2026-04-07 15:31:35 -07:00
Jon Staab
8d35b3aad2
Chat tweaks
2026-04-07 10:40:45 -07:00
Prat_09
613cad31c0
add start chat FAB ( #152 )
...
Co-authored-by: Pratyush Mohanty <prat_09@noreply.coracle.social >
Co-committed-by: Pratyush Mohanty <prat_09@noreply.coracle.social >
2026-04-07 17:02:40 +00:00
Jon Staab
3779a90f26
Tweak to chat item menu buttons
2026-04-07 09:51:25 -07:00
theAnuragMishra
7470f28f31
fix spacing around messages ( #159 )
...
Co-authored-by: theAnuragMishra <theanuragmishra@noreply.coracle.social >
Co-committed-by: theAnuragMishra <theanuragmishra@noreply.coracle.social >
2026-04-07 16:50:53 +00:00
hodlbod
17fb4e780b
Clean up drafts implementation ( #164 )
2026-04-07 13:06:29 +00:00
userAdityaa
30c2a6ef79
persist drafts in memory ( #155 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-07 12:06:29 +00:00
nayan9617
70e5172f1b
fix/tooltip-clipping ( #156 )
...
Co-authored-by: nayan9617 <nayanp4925@gmail.com >
Co-committed-by: nayan9617 <nayanp4925@gmail.com >
2026-04-06 16:14:08 +00:00
Jon Staab
ae2ba6f44d
Tweak toast close button
2026-04-06 09:08:26 -07:00
priyanshu_bharti
fed34a2747
show space name on hover in primary nav ( #129 ) ( #136 )
...
Co-authored-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com >
2026-04-06 16:08:02 +00:00
userAdityaa
80df16f97b
feat: redesign toast notifications for UX ( #148 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-04 16:45:49 +00:00
junaiddshaukat
18cb245599
Remove room/space leave indications ( #149 )
...
Co-authored-by: junaiddshaukat <junaiddshaukat@noreply.coracle.social >
Co-committed-by: junaiddshaukat <junaiddshaukat@noreply.coracle.social >
2026-04-04 16:28:11 +00:00
Jon Staab
fd6cc84be6
Simplify chat compose layout
2026-04-04 09:02:52 -07:00
Jon Staab
9311cab3b2
Move away from fixed positioned page elements because they act squirrely on android
2026-04-03 17:16:47 -07:00
userAdityaa
fceccf47be
fix(ui): hide report badge for non-admin users ( #147 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-03 23:54:20 +00:00
Jon Staab
fe20fbfd28
Add polls
2026-04-03 10:56:00 -07:00
Jon Staab
1c8457a4bf
Fix notification badge on mobile nav
2026-04-02 16:47:32 -07:00
Jon Staab
dc46b42cb6
Fix platform logo
2026-04-02 13:49:01 -07:00
mplorentz
c5fcf12165
Fix error toast when failing to join room. ( #113 )
...
Co-authored-by: Matt Lorentz <mplorentz@noreply.coracle.social >
Co-committed-by: Matt Lorentz <mplorentz@noreply.coracle.social >
2026-04-02 19:35:46 +00:00
mplorentz
61ed632579
Change audio devices in call ( #112 )
...
Co-authored-by: Matt Lorentz <mplorentz@noreply.coracle.social >
Co-committed-by: Matt Lorentz <mplorentz@noreply.coracle.social >
2026-04-02 19:33:48 +00:00
Jon Staab
86f4b75c52
Merge subs to avoid hitting limits
2026-04-02 11:49:26 -07:00
Bhavishy
b26ab916d5
feat: use NIP-50 relay-side search with scope selection ( #114 )
...
Co-authored-by: Bhavishy <bhavishyrocker2801@gmail.com >
Co-committed-by: Bhavishy <bhavishyrocker2801@gmail.com >
2026-04-02 18:49:18 +00:00
nayan9617
c882198206
fix: respect VITE_PLATFORM_LOGO with fallback ( #116 )
...
Co-authored-by: nayan9617 <nayanp4925@gmail.com >
Co-committed-by: nayan9617 <nayanp4925@gmail.com >
2026-04-02 17:52:44 +00:00
Jon Staab
25a69a8191
Small tweaks
2026-04-01 14:07:29 -07:00