coracle/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2022-11-24 19:47:03 +00:00
Bugs
2022-12-15 14:09:51 +00:00
- [ ] Add setting to disable previews
2022-12-15 13:55:12 +00:00
- [ ] Completely redo notes fetching, it's buggy as heck
2022-12-15 13:27:48 +00:00
- [ ] Add alerts for replies to posts the user liked
2022-12-14 21:24:54 +00:00
- [ ] Support bech32 keys/add guide on how to convert
2022-12-14 20:40:16 +00:00
- [ ] Loading icon not showing at bottom
2022-12-06 05:46:40 +00:00
- [ ] uniq and sortBy are sprinkled all over the place, figure out a better solution
2022-12-05 18:06:07 +00:00
- [ ] With link/image previews, remove the url from the note body if it's on a separate last line
2022-12-08 17:48:39 +00:00
- [ ] Search page is slow and likes don't show up. Probably move this server-side
- [ ] Replies counts aren't showing on replies
2022-11-24 19:47:03 +00:00
Features
2022-11-27 03:34:28 +00:00
- [x] Chat
- [x] Threads/social
2022-12-03 20:26:09 +00:00
- [x] Search
2022-12-07 05:55:04 +00:00
- [ ] Mentions
2022-12-15 13:55:12 +00:00
- [x] Notifications
2022-12-06 05:46:40 +00:00
- [x] Link previews
2022-12-14 06:01:26 +00:00
- [x] Add notes, follows, likes tab to profile
2022-12-03 20:26:09 +00:00
- [ ] Images
2022-12-15 13:55:12 +00:00
- [ ] An actual readme
2022-12-03 20:26:09 +00:00
- [ ] Server discovery and relay publishing - https://github.com/nostr-protocol/nips/pull/32/files
2022-11-24 19:47:03 +00:00
- [ ] Favorite chat rooms
2022-12-03 20:26:09 +00:00
- [ ] Optimistically load events the user publishes (e.g. to reduce reflow for reactions/replies).
- Essentially, we can pretend to be our own in-memory relay.
- This allows us to keep a copy of all user data, and possibly user likes/reply parents