Commit Graph

282 Commits

Author SHA1 Message Date
BlowaterNostr
68c559a93d
remove Thread & reorg dependencies (#212) 2023-10-07 10:59:06 +00:00
BlowaterNostr
cc66283769
refactor Search & remove unused code (#211) 2023-10-06 00:05:35 +00:00
BlowaterNostr
2b91bb3b8c
Distinguish between DM and GM (#209) 2023-10-04 21:34:43 +00:00
Bullish Bear
8d15e2b174
edit group profile (#210) 2023-10-04 15:07:40 +00:00
BlowaterNostr
2a85a167e1
refactor ConversationList to class component (#208) 2023-10-03 18:25:36 +00:00
Bullish Bear
7328926ef6
group chat creation (#200) 2023-10-03 15:15:45 +00:00
BlowaterNostr
eacf8d9864
Add CRDT to Pin List (#206) 2023-10-01 23:16:08 +00:00
BlowaterNostr
1cf773d27c
Bring Back Pin Conversation List(#205)
without CRDT yet
2023-10-01 22:21:55 +00:00
BlowaterNostr
b8616ed8bf
Fix profile syncer (#204) 2023-10-01 20:59:07 +00:00
BlowaterNostr
de889d8317
remove kind-1 related code (#203) 2023-09-28 19:37:24 +00:00
BlowaterNostr
7d251ed93c disable social features 2023-09-27 20:28:55 +00:00
BlowaterNostr
2a104cd303 optimize stranger list 2023-09-27 20:04:51 +00:00
BlowaterNostr
ea741e69ff
Update nostr.ts & fix dangling promise of subscription channels (#202) 2023-09-27 19:49:23 +00:00
Bullish Bear
919e4f672e
Group Chat Preparation(#194)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-24 21:56:29 +00:00
BlowaterNostr
50f818f157
Improve ConversationList (#199) 2023-09-23 21:54:13 +00:00
BlowaterNostr
49e4995621
ConversationList test (#198) 2023-09-23 21:33:30 +00:00
BlowaterNostr
581bd3f2c4
Optimize App Loading Performance (#197) 2023-09-23 20:53:40 +00:00
BlowaterNostr
480ae46871
Refactor RelaySetting to class component (#195) 2023-09-22 18:11:49 +00:00
Bullish Bear
cbaf4a79f0
group chat creation UI (#189) 2023-09-22 16:27:36 +00:00
BlowaterNostr
5bae0b62a8
nip19: parse nevent (#190)
Co-authored-by: qspang <26760878+shaibearary@users.noreply.github.com>
2023-09-22 15:11:26 +00:00
BlowaterNostr
c064b95c96
remove kind 1078 (#191) 2023-09-19 19:38:38 +00:00
BlowaterNostr
227f393ccd
create OtherConfig & minor refactors (#184) 2023-09-18 23:23:03 +00:00
Bullish Bear
038950d4f9
Invitation Card UI (#186) 2023-09-18 13:59:36 +00:00
BlowaterNostr
c29f0b2651
A Draft for Encrypted Group Chat with Minimal Access Control (#177) 2023-09-17 12:57:34 +00:00
Sherry
fd8f6800a4
Naddr parsing (#178)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-16 22:12:41 +00:00
BlowaterNostr
01609b9916
Clickable NoteCard (#182)
Co-authored-by: foodstr <foodstr@proton.me>
2023-09-16 20:04:48 +00:00
Bullish Bear
389cdfdfbe
Global Error Message Prompt (#181) 2023-09-16 16:05:46 +00:00
BlowaterNostr
bb14bcf755 log bech32 instead of hex for note/event id 2023-09-15 21:01:27 +00:00
BlowaterNostr
a1494336e8
Faster App Initialization & Fix Notification (#175) 2023-09-15 08:58:40 +00:00
BlowaterNostr
60d45339f4 Update nostr-ts 2023-09-15 07:54:36 +00:00
BlowaterNostr
896ced331a
Simplify Application Initialization (#173) 2023-09-14 21:45:26 +00:00
BlowaterNostr
4225986446 Update nostr-ts 2023-09-14 17:12:31 +00:00
Bullish Bear
93470d46ef
Fix the style of MessagePanel (#172) 2023-09-14 12:02:56 +00:00
BlowaterNostr
88f17d3784
declare ContactRetriever interface & optimize profile syncing (#171) 2023-09-13 18:27:08 +00:00
BlowaterNostr
fcdeced83a
remove unnecessary dependencies in ContactList (#170) 2023-09-13 14:52:01 +00:00
BlowaterNostr
0ab4fc0861 Create contact-list.test.tsx 2023-09-13 11:31:44 +00:00
BlowaterNostr
60d1155f81 Update nostr-ts 2023-09-12 17:47:44 +00:00
BlowaterNostr
24d72f23e8
Immediately Render Sent Messages (#164) 2023-09-12 17:21:37 +00:00
Sherry
084635608f
nprofile UI support (#152)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-12 15:50:14 +00:00
Bullish Bear
824373ef44
fix reply thread UI (#156)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-12 15:25:50 +00:00
BlowaterNostr
e6cdbe5849 Store Encrypted kind 4 (#162) 2023-09-12 15:09:53 +00:00
BlowaterNostr
9bb31a8db4
Remove Multi Chunk Image Events (#160) 2023-09-11 20:40:56 +00:00
BlowaterNostr
30cf046e03
Immediately render sent messages for kind 1 (#157) 2023-09-11 18:09:38 +00:00
BlowaterNostr
f5a2796f02 Fix UI tests 2023-09-11 15:31:44 +00:00
Bullish Bear
8fb6e5ab00 add EventDetail & refactor Popover and Search (#150) 2023-09-10 19:16:05 +00:00
Bullish Bear
e11f5e9ca9
Create EventDetail component (#148)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-09 18:06:41 +00:00
Sherry
d03439a523
Support nostr: prefix for npub card (#143)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-09 15:01:07 +00:00
BlowaterNostr
848e6457c5 more Database_Contextual_View tests (#146) 2023-09-09 13:09:57 +00:00
Bullish Bear
cd90528f3e
Popover component (#144)
Co-authored-by: BlowaterNostr <127284497+BlowaterNostr@users.noreply.github.com>
2023-09-08 16:22:15 +00:00
BlowaterNostr
6559cdfe31
Test Database_Contextual_View (#145) 2023-09-08 13:09:14 +00:00