Jon Staab
770cdc5f13
Reduce extra space on android when keyboard is open
2026-05-11 12:44:44 -07:00
Jon Staab
24d3f867f8
Improve space search
2026-05-07 12:53:49 -07:00
Jon Staab
9db60374e4
Make sure to always show date on calendar events when embedded in chat
2026-05-06 17:24:29 -07:00
Jon Staab
8ef4b21dab
Allow sharing something to chat without a message
2026-05-06 17:17:55 -07:00
Jon Staab
8f56812dd1
Fix undefined chat draft key
2026-05-06 16:56:31 -07:00
Jon Staab
3833cb093d
Attempt to fix wrapping on relay summary on ios
2026-05-06 16:39:01 -07:00
Jon Staab
94db65b85e
Bump welshman, add email rendering support
2026-05-06 13:47:30 -07:00
Jon Staab
6f731e48d2
Hide keyboard on app resume
2026-05-06 12:48:15 -07:00
Jon Staab
99fe0e543c
Avoid capturing stale cleanup function in chat
2026-05-06 09:31:28 -07:00
Jon Staab
c6b0799b2a
Remove cv class from chat since new messages weren't rendering in Safari
2026-05-06 09:25:29 -07:00
Jon Staab
861f2286db
Remove unnecessary tooltip, fix chat padding on mobile
2026-05-06 09:01:01 -07:00
Jon Staab
9af3e3b2e9
Fix relay badge overflow
2026-05-05 09:11:12 -07:00
Jon Staab
341c1b45b2
Stop publishing join requests every time we open a space
2026-05-05 09:09:28 -07:00
Jon Staab
89f5d8cdf5
Fix pasting into event summary
2026-05-04 16:15:21 -07:00
Jon Staab
ca3270437d
Highlight active space
2026-05-04 16:11:30 -07:00
Khushvendra
bbbc6f7363
fix(metadata): add case-insensitive HTML title fallback parsing for invite links ( #248 )
...
Co-authored-by: 1amKhush <khushvendras99@gmail.com >
Co-committed-by: 1amKhush <khushvendras99@gmail.com >
2026-05-04 21:02:56 +00:00
Jon Staab
8a0abacf6f
Fix padding on page content on small screens
2026-05-01 13:24:42 -07:00
Jon Staab
976ccdabd4
fix: include MESSAGE kind and local matches in space search
2026-04-28 14:44:16 -07:00
Jon Staab
99b26680b6
feat: rework hosting page to 2+1 architecture ( #231 )
2026-04-28 14:42:09 -07:00
Jon Staab
c5be477855
fix: bundle emoji-picker data locally for Capacitor Android
...
The emoji grid wasn't rendering on Android because emoji-picker-element
defaults to fetching its data.json from jsdelivr, and CapacitorHttp's
patched fetch breaks the library's ETag-based revalidation flow. Bundle
emoji-picker-element-data via Vite's ?url import so the JSON ships as a
same-origin asset.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-28 14:15:12 -07:00
DeveshSingh
32c1501e9c
feat: add progress bar to signup flow ( #234 )
...
Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com >
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com >
2026-04-23 15:35:59 +00:00
DeveshSingh
463837e7d4
fix: restore consistent input field sizing and alignment in FieldInline ( #235 ) ( #238 )
...
Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com >
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com >
2026-04-20 16:26:44 +00:00
Shreyas2004wagh
d74f142cdd
Fix relay auth privacy toggle ( #240 )
...
Co-authored-by: Shreyas2004wagh <shreyaswagh2004@gmail.com >
Co-committed-by: Shreyas2004wagh <shreyaswagh2004@gmail.com >
2026-04-20 16:25:52 +00:00
Jon Staab
53954aae89
classnames tweak
2026-04-17 16:06:00 -07:00
userAdityaa
24aa62a503
chore: carify Pomade login errors with actionable invalid vs network messaging ( #233 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-17 23:00:03 +00:00
Jon Staab
2618bb9c63
Fix centered layout
2026-04-17 14:58:59 -07:00
Prat_09
32a31045ef
fix: Improve toggle switch placement in settings screen ( #208 ) ( #232 )
...
Co-authored-by: Pratyush Mohanty <prat_09@noreply.coracle.social >
Co-committed-by: Pratyush Mohanty <prat_09@noreply.coracle.social >
2026-04-17 21:58:52 +00:00
DeveshSingh
56edad77a8
fix: added logic for password requirements on signup ( #230 )
...
Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com >
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com >
2026-04-17 19:43:27 +00:00
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
DeveshSingh
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
Khushvendra
4a967de184
fix(chat): suppress programmatic scroll while user is scrolling ( #132 ) ( #216 )
...
Co-authored-by: 1amKhush <khushvendras99@gmail.com >
Co-committed-by: 1amKhush <khushvendras99@gmail.com >
2026-04-16 23:20:17 +00:00
DeveshSingh
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
2fd9741a2b
Fix safe area inset for chat fab
Docker / build-and-push-image (push) Successful in 16m42s
2026-04-16 14:08:25 -07:00
Jon Staab
1e4a4e43dc
remove dead virtualization code
2026-04-16 11:39:11 -07: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
userAdityaa
68231504d0
fix: modal close button stacking above emoji picker on mobile ( #211 )
...
Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com >
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com >
2026-04-16 15:38:25 +00:00
DeveshSingh
0658a8ee44
bug: fixed calender modal stacking issue ( #209 )
...
Co-authored-by: deveshanim3 <deveshsingh6986@gmail.com >
Co-committed-by: deveshanim3 <deveshsingh6986@gmail.com >
2026-04-16 14:55:37 +00: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
Prat_09
964ef441ec
Update relay description ( #195 ) ( #197 )
...
Co-authored-by: Pratyush Mohanty <prat_09@noreply.coracle.social >
Co-committed-by: Pratyush Mohanty <prat_09@noreply.coracle.social >
2026-04-14 15:09:46 +00:00
priyanshu_bharti
796f37d320
Make space reordering discoverable with smoother drag animation ( #171 )
...
Co-authored-by: Priyanshu Bharti <bhartipriyanshustm@gmail.com >
Co-committed-by: Priyanshu Bharti <bhartipriyanshustm@gmail.com >
2026-04-13 22:38:02 +00:00
nayan9617
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
ef08821796
remove VirtualItem
2026-04-13 10:35:26 -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