Commit Graph

635 Commits

Author SHA1 Message Date
Jonathan Staab
6e9f7e678f Improve loggin a bit 2023-05-13 15:16:54 -07:00
Jonathan Staab
001200da49 Open person in modal all the time, add close all button to modal 2023-05-12 22:34:45 -07:00
Jonathan Staab
74ebd6aebf Add scroll to top button 2023-05-12 15:43:47 -07:00
Jonathan Staab
1fd48f5cd2 Fix writeTo 2023-05-12 15:06:08 -07:00
Jonathan Staab
ffd7a148db Update changelog 2023-05-12 09:42:08 -07:00
Jonathan Staab
6b6fcb5dc0 Merge branch 'master' of github.com:coracle-social/coracle 2023-05-12 05:57:48 -07:00
Jonathan Staab
d5c77527c9 Point share link to same origin 2023-05-12 05:57:40 -07:00
Jonathan Staab
02bfdc517f Fix mention notifications 2023-05-12 05:56:18 -07:00
Jon Staab
9a3d770b82
Merge pull request #49 from fiatjaf/readable-relays
readable relay domain names on relay browsing page
2023-05-12 05:14:48 -07:00
Jon Staab
dcf58b9dae
Merge pull request #51 from fiatjaf/show-publishto-name
when publishing to a single relay, display its name
2023-05-12 05:13:14 -07:00
Jon Staab
b1a32ffa31
Merge pull request #50 from fiatjaf/publish-to-single
seamlessly publish to niche relays
2023-05-12 05:12:32 -07:00
5ca790bb5d
when publishing to a single relay, display its name. 2023-05-12 08:56:51 -03:00
ba6c630fab
when browsing a relay, the publish button is prefilled to publish just on that. 2023-05-12 08:54:20 -03:00
f893518f29
readable relay domain names on relay browsing page.
this makes it easy to share URLs for browsing relays on Coracle.
2023-05-12 08:51:31 -03:00
Jonathan Staab
faaac70c1a Use smaller max depth on Note Detail 2023-05-10 05:56:37 -07:00
Jonathan Staab
c9b8a56f61 subPromise wasn't resolving, avoid that 2023-05-09 13:21:15 -07:00
Jonathan Staab
c2a0b8362e Update changelog 2023-05-08 17:35:00 -07:00
Jonathan Staab
1716af55a5 Fix cursor window dropping relays forever 2023-05-08 17:33:45 -07:00
Jonathan Staab
c7b18d2531 Fix huge qr codes for profile sharing 2023-05-08 14:04:30 -07:00
Jonathan Staab
31b9f1ffde Improve hints a bit 2023-05-04 20:17:21 -07:00
Jonathan Staab
ce19810762 Fix last_checked again 2023-05-04 17:41:30 -07:00
Jonathan Staab
d4f26abad4 Fix notifications getting re-set 2023-05-03 08:59:20 -07:00
Jonathan Staab
23ef0a9d26 Update changelog 2023-04-28 10:59:22 -05:00
Jonathan Staab
a14bbe8cfc Fix cursor 2023-04-28 10:35:57 -05:00
Jonathan Staab
6595e0a9be Fix lists selector 2023-04-27 16:44:55 -05:00
Jonathan Staab
d3a39facde Make search work event when relays don't support it 2023-04-27 13:18:06 -05:00
Jonathan Staab
f501eb1c29 Simplify theme config 2023-04-27 12:27:20 -05:00
Jonathan Staab
97d37eaca0 Add profile and note to onboarding 2023-04-27 10:31:03 -05:00
Jonathan Staab
dcdac88b75 Make app name configurable 2023-04-26 15:52:13 -05:00
Jonathan Staab
096e4c5b42 Make the forced-relay experience more seamless, split modal routes out 2023-04-26 15:38:23 -05:00
Jonathan Staab
30a5ab3e94 Add env var for disabling zaps 2023-04-26 10:24:21 -05:00
Jonathan Staab
f7231a757b Remove buffer from cursor 2023-04-26 10:17:08 -05:00
Jonathan Staab
51a90fe9a7 Fix onboarding, move some stuff to env vars, fix cursor 2023-04-26 10:12:32 -05:00
Jonathan Staab
ec040ce262 Fix pagination by removing since 2023-04-25 15:07:41 -05:00
Jonathan Staab
139209c83e Add capacitorjs 2023-04-24 20:19:22 -05:00
Jonathan Staab
8cb7fddfea Split notifications into multiple tabs 2023-04-24 16:24:21 -05:00
Jonathan Staab
0c291d6375 Wait for relays that require AUTH 2023-04-24 16:11:01 -05:00
Jonathan Staab
fa6e17fc24 Inline entity rendering, put quotes at bottom 2023-04-24 12:22:51 -05:00
Jonathan Staab
2835ec170d Stack modals forever 2023-04-24 12:04:33 -05:00
Jonathan Staab
db583e7ff2 Fix npub entities in notes 2023-04-24 11:59:15 -05:00
Jonathan Staab
1719da5562 Paginate per relay 2023-04-24 10:36:51 -05:00
Jonathan Staab
612a0d18df Remember which rooms the user has joined 2023-04-21 11:49:50 -05:00
Jonathan Staab
7916ed501c Remember message/chat notification read status 2023-04-21 11:49:50 -05:00
Jonathan Staab
55d38ef113 Fix NoteDetail again 2023-04-21 11:42:37 -05:00
Jonathan Staab
1365e2643f Fix note replies getting reset when opening a modal. Because we're iterating through the stack in app/Modal, the note prop on NoteDetail gets re-supplied when opening a child modal. This nukes replies beause we assign them to a local variable which was getting reactively overwritten. Detaching displayNote from note fixes it. This problem is likely to show up elsewhere. 2023-04-21 11:32:59 -05:00
Jonathan Staab
fa1211a2fd Factor out NoteZap from NoteActions 2023-04-21 11:12:36 -05:00
Jonathan Staab
66b16c4db4 Gray out zap/like sometimes 2023-04-21 10:43:13 -05:00
Jonathan Staab
e23caa311a Fix AUTH over multiplexer by upgrading paravel 2023-04-20 11:54:05 -05:00
Jonathan Staab
3e1b0cb9fe Improve initial load using purplepag.es 2023-04-20 10:47:35 -05:00
Jonathan Staab
282c036fa5 Include people with only a display_name in search 2023-04-20 10:32:22 -05:00