Commit Graph

208 Commits

Author SHA1 Message Date
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
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
a1494336e8
Faster App Initialization & Fix Notification (#175) 2023-09-15 08:58:40 +00:00
BlowaterNostr
896ced331a
Simplify Application Initialization (#173) 2023-09-14 21:45:26 +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
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
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
35bea91561
Setup Test Structure and Interfaces for database.ts (#142) 2023-09-07 14:58:53 +00:00
BlowaterNostr
850ac4e7c3
Refactor SignIn Page to use Class Component (#140) 2023-09-07 13:11:59 +00:00
Bullish Bear
14ef3c3cf5
Adjust setting style (#138) 2023-09-07 00:37:14 +00:00
BlowaterNostr
922c2a127d better reactivity for relay lists 2023-09-06 23:30:06 +00:00
BlowaterNostr
3df997b679
Relay Config Persistance to Local Storage & Sync With the Nostr Network(#136) 2023-09-06 21:04:25 +00:00
BlowaterNostr
050a937cec
Introduce Automerge CRDT & Refactor Relay Configuration (#135) 2023-09-06 16:29:27 +00:00
BlowaterNostr
f6204f30f1 update nostr.ts 2023-09-04 21:35:07 +00:00
BlowaterNostr
c34acf0f00 update nostr.ts 2023-09-03 17:07:00 +00:00
BlowaterNostr
aa6c479f20
Remove global update events about relay configurations (#131) 2023-09-03 00:07:27 +00:00
BlowaterNostr
1603f3aae5
use signal in setting.tsx (#130) 2023-09-02 23:38:24 +00:00
BlowaterNostr
66eaab3fb9
More kind 4 loading (#124) 2023-08-30 19:13:09 +00:00
Bullish Bear
26be026a8d
The copy button should give feedback after being clicked (#123) 2023-08-30 15:36:21 +00:00
BlowaterNostr
f798ef461f
Fix Profile Syncing (#121) 2023-08-29 22:46:42 +00:00
Bullish Bear
d348a54ac4
button group ui (#120) 2023-08-29 14:29:48 +00:00
BlowaterNostr
653e2956f3
partially address profile sync bug (#118) 2023-08-28 20:34:41 +00:00
BlowaterNostr
3cad0a3c34
Use submodule (#117) 2023-08-28 17:58:05 +00:00
Bullish Bear
e253139003
login page logo offset fix (#116) 2023-08-27 13:39:33 +00:00
BlowaterNostr
834ad05dfc
show hex pubkeys (#114) 2023-08-26 19:59:03 +00:00
BlowaterNostr
ac82d3e2c6
Render Npub when profile is not found (#111) 2023-08-24 17:32:52 +00:00
Bullish Bear
d0051e147a
full screen popover (#107) 2023-08-24 14:27:49 +00:00
BlowaterNostr
3b69098ad2
#108 (#109)
Profile Data Reactivity Issue in Social
2023-08-24 13:41:50 +00:00
Bullish Bear
71c7d9766f
Mark private key content on login page (#106) 2023-08-22 16:37:31 +00:00
BlowaterNostr
a9bf1273a8
Refactor Syncers (#101) 2023-08-03 17:13:16 +08:00
BlowaterNostr
ef283c8e2c update nostr.ts (#99) 2023-08-03 14:42:01 +08:00
BlowaterNostr
c2db3797bc
Update nostr.ts (#98) 2023-07-30 14:39:53 +08:00
BlowaterNostr
ad2f88dba8 flex-wrap 2023-07-27 16:37:17 +00:00
BlowaterNostr
855ed56d55
Filter multiple authors (#94) 2023-07-28 00:31:05 +08:00
BlowaterNostr
752eb89ba3
Global Filter (#93) 2023-07-27 16:51:53 +08:00
BlowaterNostr
de61ca8ae2 relay reconnection 2023-07-21 12:40:49 +00:00
BlowaterNostr
87ca6b89d5
Relay config bug fix based on Vector Clock (#92) 2023-07-21 16:50:38 +08:00
BlowaterNostr
7a7d8e53a0 Sync Relay Config (#85)
update nostr.ts
2023-07-19 08:45:28 +00:00
BlowaterNostr
bd96687205
Optimize Parse Event Content (#83)
Co-authored-by: Foodstr <foodstr@proton.me>
2023-07-16 23:04:23 +08:00
Bullish Bear
87d6d68f9b
Card UI (#82) 2023-07-16 15:19:20 +08:00
BlowaterNostr
8cc11ed0c3 store conversations in UserInfo 2023-07-15 17:42:39 +00:00
BlowaterNostr
934818e7a9 maintain all user information in a stateful class 2023-07-15 16:42:03 +00:00
BlowaterNostr
13eba08177 compute social threads after the loop 2023-07-15 14:57:43 +00:00
BlowaterNostr
525e98a56a
Preparse Public Key (#80) 2023-07-15 13:58:03 +08:00
BlowaterNostr
4fced3a56a
pre-parse profile data (#79) 2023-07-14 22:13:15 +08:00
BlowaterNostr
1099d342fe
add Profile_Nostr_Event (#78) 2023-07-14 18:59:25 +08:00
BlowaterNostr
a37ea9f72b
update nostr.ts (#77) 2023-07-14 18:38:45 +08:00
BlowaterNostr
341229b80b move social threads to model
fix imports
2023-07-13 15:21:15 +00:00
Bullish Bear
d677d5a464
wait for NIP-7 extensions to initialize (#73) 2023-07-13 18:35:34 +08:00
Bullish Bear
70f7dfd9c0
UI Redesign: About page (#69)
Co-authored-by: BlowaterNostr <blowater.nostr@proton.me>
2023-07-13 00:20:38 +08:00
BlowaterNostr
f741657915
Async Loading on Initialization (#67) 2023-07-12 16:45:55 +08:00
BlowaterNostr
e849cf98ef
Encrypted Custom App Data in IndexedDB (#66) 2023-07-12 15:14:45 +08:00
BlowaterNostr
3b74649f3e
Add NostrAccountContext to Database_Contextual_View (#65) 2023-07-11 18:45:57 +08:00
BlowaterNostr
52d7f0ed05
Refactor database (#63) 2023-07-11 17:49:58 +08:00
BlowaterNostr
41eedc0630
update nostr.ts (#62) 2023-07-11 17:19:57 +08:00
BlowaterNostr
1fc7dbf731 #58 2023-07-09 12:43:50 +00:00
Bullish Bear
1cdb47f36a
adjust mobile setting (#57)
Co-authored-by: BlowaterNostr <blowater.nostr@proton.me>
2023-07-09 18:23:22 +08:00
Bullish Bear
e15fa404e5
render URL inline (#56) 2023-07-09 18:22:09 +08:00
BlowaterNostr
558b1d72a6 proper initialization 2023-07-09 08:17:09 +00:00
BlowaterNostr
a4671adafd get Sign In ctx on load 2023-07-09 08:06:49 +00:00
BlowaterNostr
a56de3f336
Refactor Sign In Logic (#55) 2023-07-09 15:06:13 +08:00
BlowaterNostr
d78d8ca71d fix Profile Card width on mobile 2023-07-08 09:12:54 +00:00
Foodstr
7a5d61d8e3
clickable profile card (#44)
Co-authored-by: BlowaterNostr <blowater.nostr@proton.me>
2023-07-08 14:01:26 +08:00
Foodstr
01b0eaf005
redesign new chat button (#22) 2023-07-07 18:58:58 +08:00
BlowaterNostr
910521ed74 fix #31 2023-07-07 08:32:33 +00:00
BlowaterNostr
819dc0ab4b
Sync note (#21)
Co-authored-by: Foodstr <foodstr@proton.me>
2023-07-05 17:32:02 +08:00
Foodstr
c61e2734a3
Add Profile during npub rendering (#20) 2023-07-05 13:50:34 +08:00
Foodstr
02d637fd9e
remove ctrl+enter hint (#17) 2023-07-04 16:04:36 +08:00
BlowaterNostr
51d62dc9bf correct image rendering 2023-07-04 07:15:21 +00:00
BlowaterNostr
625a971afe better content parsing 2023-07-04 07:02:43 +00:00
BlowaterNostr
a3d213538d
Render Pubkey in DM (#11)
Co-authored-by: Foodstr <foodstr@proton.me>
2023-07-04 14:37:14 +08:00
Foodstr
05270b9bc7
editor ui redesign (#12) 2023-07-03 21:42:11 +08:00
BlowaterNostr
35cbede059 render webp 2023-07-03 08:26:30 +00:00
BlowaterNostr
0c3fe3a405 bug fix: of course undefined != -1
update nostr.ts
2023-07-03 03:44:39 +00:00
BlowaterNostr
e91aa7d37c Open Source 2023-06-30 14:05:57 +00:00