Commit Graph

355 Commits

Author SHA1 Message Date
Jonathan Staab
6bec3d03e3 Fix person feeds, move people to dexie for storage 2023-01-12 17:57:41 -08:00
Jonathan Staab
2f818a561e Support nevent path 2023-01-12 09:15:45 -08:00
Jonathan Staab
e0bb3ca32c Update note detail to use explicit relays 2023-01-11 17:53:10 -08:00
Jonathan Staab
b4f196ef5c Remove event cache, livequery 2023-01-11 17:28:46 -08:00
Jonathan Staab
b7dec922ee Fix json error when pulling relays 2023-01-11 14:47:52 -08:00
Jonathan Staab
ee1accf001 Clean up nostr utils 2023-01-11 04:30:50 -08:00
Jonathan Staab
bb39245d70 Improve relay selection in tags 2023-01-10 08:59:10 -08:00
Jonathan Staab
2b5dc20def Use nostr tools to encode/decode bech32 2023-01-10 06:03:18 -08:00
Jonathan Staab
360d68856a Fix alerts 2023-01-10 05:09:44 -08:00
Jonathan Staab
3dae3494dd Re-write everything again 2023-01-07 11:13:28 -08:00
Jonathan Staab
e3cf09ce50 Upgrade nostr-tools, add agent 2023-01-06 14:19:59 -08:00
Jonathan Staab
74eebf8d79 Shorten window for cleanup 2023-01-05 04:54:41 -08:00
Jonathan Staab
4c7decd7e3 Speed up alerts by not double-loading 2023-01-03 20:46:06 -08:00
Jonathan Staab
e06c4e6c1b Add support for more like emojis 2023-01-03 16:42:10 -08:00
Jonathan Staab
dbee0d6f8a Add some default relays so the list loads synchronously 2023-01-03 04:35:34 -08:00
Jonathan Staab
06b357de1d Reduce feed reflow from new replies 2023-01-03 04:19:35 -08:00
Jonathan Staab
7374b8f085 Fix follow count for people we don't know about 2023-01-02 10:06:03 -08:00
Jonathan Staab
324c6491ab Handle pasting into compose 2023-01-02 08:24:50 -08:00
Jonathan Staab
28ecf8f485 Attempt to avoid stomping follows by refreshing before updating 2023-01-02 05:48:11 -08:00
Jonathan Staab
72a511c846 Add follow/follower count 2023-01-02 05:32:46 -08:00
Jonathan Staab
8d2cbb02df Extract urls in person.about 2023-01-02 04:42:31 -08:00
Jonathan Staab
6c7895f94e Add favicon 2023-01-02 04:34:04 -08:00
Jonathan Staab
5fd8055d03 Fix second order follows 2023-01-02 04:08:01 -08:00
Jonathan Staab
aa11ca213c Remove didLoad from scroller 2023-01-01 07:41:43 -08:00
Jonathan Staab
767954a975 Add support for bech32 keys 2023-01-01 07:38:53 -08:00
Jonathan Staab
9dc679a944 Add mentions when composing a note or reply, tweak some feed timings 2022-12-31 21:05:32 -08:00
Jonathan Staab
d0d3844ac2 Add relative timestamp format function 2022-12-30 13:40:48 -08:00
Jonathan Staab
b6f7fcfa26 Bump up alerts delta a bit 2022-12-30 13:31:09 -08:00
Jonathan Staab
3097b9e7e8 Batch load context on feeds. This makes loading faster, and provides more context 2022-12-30 13:29:06 -08:00
Jonathan Staab
3d095e83ef Reverse reply sort order, move more replies button to top of replies 2022-12-27 15:55:02 -08:00
Jonathan Staab
fb3426e80e Remembering note order breaks adding notes at the top, instead sort by max created_at in thread 2022-12-27 15:40:31 -08:00
Jonathan Staab
207f8093a3 Improve auto scrolling behavior by keeping notes order intact 2022-12-27 15:33:14 -08:00
Jonathan Staab
d0041009a5 Only render some people on search 2022-12-27 10:11:45 -08:00
Jonathan Staab
20bd89a90a Fix reactivity of notes in feeds by using livequery 2022-12-26 14:47:06 -08:00
Jonathan Staab
2748fad2cc Clean up alerts page 2022-12-26 14:00:11 -08:00
Jonathan Staab
7c9ac4f6e2 Update changelog 2022-12-26 13:37:47 -08:00
Jonathan Staab
7b7fb2cdcb Fix reactions 2022-12-26 13:36:58 -08:00
Jonathan Staab
452c3d8725 Update readme 2022-12-26 13:12:38 -08:00
Jonathan Staab
6993ec594f Fix deletion of old events, be pretty aggressive 2022-12-26 13:11:48 -08:00
Jonathan Staab
94dc7b9195 Fix fallthrough on user badge click on alerts page 2022-12-26 13:10:05 -08:00
Jonathan Staab
7a3338eeaa Switch from cache-first to cache-last by always attempting to retrieve messages from the network with an aggressive timeout. 2022-12-26 13:00:34 -08:00
Jonathan Staab
de3f75b2a3 Improve query speed when loading from dexie by sorting first 2022-12-24 13:50:18 -08:00
Jonathan Staab
92d823f5b2 Fix like popover 2022-12-23 16:57:33 -08:00
Jonathan Staab
4a47ea2dc9 Add changelog, wait for only some relays to eose 2022-12-23 16:36:17 -08:00
Jonathan Staab
fd3f8ec4f6 Fix alerts 2022-12-23 16:02:01 -08:00
Jonathan Staab
30270d331c Finishing touches 2022-12-23 15:25:51 -08:00
Jonathan Staab
46d2a52e67 Re introduce muffle 2022-12-23 14:49:03 -08:00
Jonathan Staab
43906205f4 Show image previews 2022-12-23 14:23:56 -08:00
Jonathan Staab
75ccc747ec Clean up relays page 2022-12-23 14:07:29 -08:00
Jonathan Staab
a3ae2e9940 Fix search 2022-12-23 13:58:21 -08:00