1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

41 commits

Author SHA1 Message Date
Tulir Asokan
65b221d38e web/timeline: add support for rendering custom emoji reactions 2024-10-22 01:34:27 +03:00
Tulir Asokan
293a6416fc web/timeline: add a bubble around reactions 2024-10-21 23:21:40 +03:00
Tulir Asokan
3296c38454 web/timeline: subscribe to event sender state 2024-10-21 23:04:57 +03:00
Tulir Asokan
aae6e7496c web/roomlist,timeline: memoize rooms and messages 2024-10-21 22:10:40 +03:00
Tulir Asokan
f2f89b728f web/timeline: add error boundary for event content rendering 2024-10-21 20:52:59 +03:00
Tulir Asokan
b67095f0fd web/timeline: reorganize components slightly 2024-10-21 20:42:22 +03:00
Tulir Asokan
e1c937849e web/timeline: fix rendering replies to non-message events 2024-10-21 20:35:20 +03:00
Tulir Asokan
7676f21292 web/timeline: add different rendering for m.notice and m.emote messages 2024-10-19 17:41:36 +03:00
Tulir Asokan
3fdaf8ae4e web/timeline: allow jumping to reply if it's loaded in the timeline 2024-10-19 17:41:36 +03:00
Tulir Asokan
24342a5dce web/composer: add support for rich drafts 2024-10-19 15:41:13 +03:00
Tulir Asokan
e00baf6853 web/timeline: highlight messages that mention you 2024-10-18 01:16:13 +03:00
Tulir Asokan
1db1d2db5c all: move hicli from mautrix-go and add more features 2024-10-17 20:31:03 +03:00
Tulir Asokan
d77534c1de web/util: move identifier validation functions to separate file 2024-10-14 23:24:17 +03:00
Tulir Asokan
e9834fd987 web: request replied-to event if it's not cached 2024-10-14 01:26:33 +03:00
Tulir Asokan
bbc59a2f89 web/statestore: split into multiple files 2024-10-14 00:59:30 +03:00
Tulir Asokan
7ef6509d46 web/timeline: fix rendering replies in edited events 2024-10-13 23:37:51 +03:00
Tulir Asokan
e22e72b335 web/timeline: add proper rendering of member events 2024-10-13 23:10:29 +03:00
Tulir Asokan
3dc86b287a web/roomview: add support for sending replies 2024-10-13 22:34:17 +03:00
Tulir Asokan
6c55f1654c web/timeline: add support for other file types 2024-10-13 18:31:22 +03:00
Tulir Asokan
ec165d171c web/timeline: add basic reply rendering 2024-10-13 17:13:40 +03:00
Tulir Asokan
cd768d6f2e web/roomlist: use "You" as sender for own previews 2024-10-13 15:51:20 +03:00
Tulir Asokan
371cd599a8 web/timeline: add date separators 2024-10-12 18:37:46 +03:00
Tulir Asokan
d8582a4abe web/timeline: add local echoes and send status for messages 2024-10-12 18:15:52 +03:00
Tulir Asokan
a7caf8a71f web/timeline: only omit sender profile for messages within 15 minutes 2024-10-12 15:47:51 +03:00
Tulir Asokan
3ded0f4eb9 web/timeline: omit profile on consecutive messages from same sender 2024-10-12 13:44:39 +03:00
Tulir Asokan
dcb2b61435 web/roomview: include avatar and name in header 2024-10-12 13:18:22 +03:00
Tulir Asokan
821701dec6 web: support rendering edits and refactor timeline updates 2024-10-12 13:07:59 +03:00
Tulir Asokan
10dd28bfda web/timeline: add title for message timestamp 2024-10-12 00:29:40 +03:00
Tulir Asokan
15b7380b29 web/types: split in-memory and wire event types 2024-10-12 00:29:40 +03:00
Tulir Asokan
2018952151 web/timeline: use grid instead of flex for individual events 2024-10-10 23:39:05 +03:00
Tulir Asokan
45d5d2a1a5 web/timeline: improve formatted message styles 2024-10-10 22:35:52 +03:00
Tulir Asokan
c52c9029a7 web/timeline: lazy-load images and avatars 2024-10-10 22:19:14 +03:00
Tulir Asokan
26808d557c web/timeline: include sender avatar and timestamp 2024-10-10 22:03:37 +03:00
Tulir Asokan
33f67b65a8 web/timeline: ensure images don't change size when loaded 2024-10-10 20:55:15 +03:00
Tulir Asokan
0dc278523a web/eslint: add better import order rules 2024-10-10 02:03:01 +03:00
Tulir Asokan
09ca63742f web/timeline: render sender displayname 2024-10-10 01:39:48 +03:00
Tulir Asokan
3065f7363c web/types: split standard matrix types to separate file 2024-10-10 01:25:01 +03:00
Tulir Asokan
1942fc464d web/statestore: flip decrypted content fields 2024-10-10 00:07:38 +03:00
Tulir Asokan
c048eedabe web: improve message rendering and move things around 2024-10-09 00:29:59 +03:00
Tulir Asokan
da675fb578 web: more file reorganization 2024-10-08 00:42:44 +03:00
Tulir Asokan
40b66f3057 web/all: reorganize files 2024-10-07 01:20:22 +03:00
Renamed from web/src/TimelineEvent.tsx (Browse further)