Commit Graph

103 Commits

Author SHA1 Message Date
BlowaterNostr
6b1dc315bd
unread count (#362) 2023-12-22 21:03:59 +08:00
BlowaterNostr
46eb9f3eb1
fix DM_List.addEvents (#361) 2023-12-22 20:20:34 +08:00
BlowaterNostr
e6a1819b72
fix ConversationList & simplify DirectMessageContainer (#359) 2023-12-22 18:20:37 +08:00
BlowaterNostr
36163c2cd6
fix regression (#356) 2023-12-22 01:58:38 +08:00
BlowaterNostr
14f7cd1bf1
simplify css (#355) 2023-12-22 01:17:03 +08:00
BlowaterNostr
503f79df12
remove some tw (#351) 2023-12-18 04:41:49 +08:00
Bullish Bear
253958579e
remove unused code (#342) 2023-11-29 02:06:49 +08:00
Bullish Bear
62dc891d99
installation prompt (#332) 2023-11-27 21:35:01 +08:00
BlowaterNostr
270a427767
fix order issue (#336) 2023-11-25 22:29:50 +08:00
BlowaterNostr
6e19e89fc9
fix pin list synchronization (#335) 2023-11-25 21:26:03 +08:00
BlowaterNostr
b8e50ffe9b
disallow removing blowater relay (#331) 2023-11-24 18:35:27 +08:00
BlowaterNostr
2e7f6fa9e4
remove app list (#325) 2023-11-24 15:06:27 +08:00
Bullish Bear
57a8a49fc7
redesign Card UI (#321) 2023-11-23 12:28:45 +08:00
BlowaterNostr
6969b847bd
render new messages in MessagePanel locally (#310) 2023-11-20 17:14:17 +08:00
BlowaterNostr
a2e4391aff
Remove automerge (#303)
automerge was a fun experiment but
1. It's a black box & hard to debug
2. replaceable event is flawed
I still believe in CRDT and I need to implement my own in the future to work best with Nostr
2023-11-19 01:49:08 +08:00
BlowaterNostr
79e8bfdde9
fix relay config (#302) 2023-11-19 01:11:07 +08:00
BlowaterNostr
c78d771d5f
add getAllEvents to Datebase_View & preload event markers (#289) 2023-11-17 15:50:53 +08:00
Bullish Bear
719ed12665
mark removed event (#288) 2023-11-17 15:06:11 +08:00
Bullish Bear
3a26a687b6
show relay records in event details (#286) 2023-11-16 21:22:18 +08:00
Bullish Bear
44cca60e23
record relay origin of events (#285) 2023-11-16 17:18:30 +08:00
BlowaterNostr
212c958cb7
simplify relay config (#281) 2023-11-15 21:21:45 +08:00
Bullish Bear
fd2285b08c
fix iOS auto zoom in (#282) 2023-11-15 19:35:02 +08:00
Bullish Bear
823684f213
able to copy on iOS (#280) 2023-11-15 10:45:34 +08:00
BlowaterNostr
5eb8258990
better Relay init (#277) 2023-11-14 14:22:50 +08:00
Bullish Bear
c729a2cc4e
minor changes to UI (#278) 2023-11-13 14:20:13 +08:00
Bullish Bear
cdfe0eacb2
refactor signin page (#276) 2023-11-09 23:43:10 +09:00
BlowaterNostr
24324af7bc
update nostr.ts (#274) 2023-11-05 22:10:08 +09:00
BlowaterNostr
790b9638a2
fix import (#272) 2023-11-03 22:09:13 +09:00
Bullish Bear
21bcc1198b
refactor navigation bar (#271) 2023-11-02 22:10:16 +09:00
BlowaterNostr
e65a078c5a
refactor Setting (#265) 2023-10-26 12:42:24 +08:00
Bullish Bear
82c9457ed2
refactor EditProfile (#255) 2023-10-23 21:57:58 +08:00
BlowaterNostr
114cf7a2c7
correct loading order of GM events (#254) 2023-10-23 14:52:25 +08:00
BlowaterNostr
0f3890d1c5
test GroupMessageController.handleMessage (#253) 2023-10-23 13:49:45 +08:00
BlowaterNostr
f011aa8aa4
relay auto reconnection (#252) 2023-10-23 11:59:41 +08:00
BlowaterNostr
cf0ef0b865
send images (#246) 2023-10-21 19:29:47 +08:00
Bullish Bear
f59ec2bc0b
invite user to group (#237) 2023-10-19 11:44:43 +08:00
BlowaterNostr
62df6c8fe8
Optimization (#233) 2023-10-16 06:39:21 +08:00
BlowaterNostr
eab9d7fed6
add invitation event to DirectedMessageController (#231) 2023-10-09 21:02:13 +00:00
BlowaterNostr
f97a8c9dbf
move DirectMessageGetter out from Database_Contextual_View (#229)
to DirectedMessageController
2023-10-09 18:39:52 +00:00
BlowaterNostr
ea4199d05b
Group Chat is working! (#224)
GroupSyncer
2023-10-08 22:08:18 +00:00
BlowaterNostr
0bfa86e55d
able to send Group Invitation event to invitees (#223) 2023-10-08 21:03:15 +00:00
BlowaterNostr
738811d613
refine group chat (#222)
use async construction for App class
2023-10-08 18:51:53 +00:00
BlowaterNostr
531c911ab9
refactor database initialization (#216) 2023-10-08 00:53:54 +00:00
BlowaterNostr
99e2085b17
Send messages to group chat (#215)
remove legacy Thread code
2023-10-07 23:23:53 +00:00
BlowaterNostr
a094a85319
remove legacy code (#214) 2023-10-07 20:40:18 +00:00
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
Bullish Bear
7328926ef6
group chat creation (#200) 2023-10-03 15:15:45 +00:00