1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

92 commits

Author SHA1 Message Date
Tulir Asokan
1ffb44fc27 web/timeline: fix message for unknown session errors 2025-03-01 21:45:41 +02:00
Tulir Asokan
c210f696cc web/timeline: fix server ACL rendering 2025-02-23 21:12:19 +02:00
Tulir Asokan
a14f01a3ec web/timeline: implement MSC2815
Fixes #510
2025-02-23 18:33:19 +02:00
Tulir Asokan
c228b7f183 web/timeline: split body types by state key 2025-02-23 18:03:12 +02:00
Tulir Asokan
2461cad4f2 web/all: add more error boundaries 2025-02-10 22:51:50 +02:00
Tulir Asokan
36ad528124 web/timeline: allow opening member event target user in right panel 2025-02-04 01:02:50 +02:00
Tulir Asokan
2665956654 web/timeline: handle making no change to someone else 2025-02-04 00:53:27 +02:00
Tulir Asokan
6d12e6e009 web: use thumbnails for small avatars 2025-01-27 23:14:09 +02:00
Tulir Asokan
15238b66f9 web/timeline: fix clicking spoilers and summaries on mobile 2025-01-24 01:47:03 +02:00
Tulir Asokan
f94d84b044 web/timeline: add validation for per-message profiles 2025-01-13 18:13:06 +02:00
Tulir Asokan
d4fc883736 web/timeline: fix typo in power level body 2025-01-11 20:45:48 +02:00
Sumner Evans
5b5df65f39
web/timeline: render MSC4144 per-message profiles (#566)
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2025-01-06 15:08:34 +02:00
nexy7574
bdc823742e
web/timeline: render policy list events (#586)
Co-authored-by: Tulir Asokan <tulir@maunium.net>
2025-01-06 12:51:58 +00:00
Tulir Asokan
df551fe4cb web/timeline: use custom message focus state on mobile to match context menu state 2024-12-30 10:54:13 +02:00
Tulir Asokan
eda7d6790e web/timeline: fix media spoilers
Closes #567
2024-12-25 14:07:10 +02:00
Tulir Asokan
202929ae3c web/modal: split context exports to separate file 2024-12-22 15:01:00 +02:00
Tulir Asokan
6830e5d1cc web/timeline: don't render locations in replies 2024-12-22 01:41:06 +02:00
Tulir Asokan
70938b2319 web/composer: add support for sending stickers 2024-12-21 17:34:37 +02:00
Tulir Asokan
da7eb6c583 hicli,web: add support for joining rooms
Fixes #503
2024-12-20 16:37:10 +02:00
Tulir Asokan
f0cb397316 web/timeline: fix member event line wrapping 2024-12-11 00:44:09 +02:00
Tulir Asokan
3e460da67d web/util: remove oxfordHumanJoin 2024-12-08 17:34:11 +02:00
Tulir Asokan
bf7769ee95 web: add matrix: URI handler
Fixes #509
2024-12-06 16:05:09 +02:00
Tulir Asokan
dee7e5c72d web/timeline: remove redundant fragment around file download button 2024-12-02 23:38:32 +02:00
Tulir Asokan
229751a286 web/timeline: re-add loading=lazy for images 2024-12-02 23:33:52 +02:00
Tulir Asokan
12f9031ab1 web/composer: add support for sending location messages 2024-12-02 19:19:54 +02:00
Tulir Asokan
77219cb26e web/timeline: fix location marker icon in production builds 2024-12-02 17:00:12 +02:00
Tulir Asokan
68385fef5d web/timeline: add support for location messages 2024-12-02 16:44:35 +02:00
Tulir Asokan
ab9dbbcd2f web/timeline: use content-visibility instead of loading=lazy for media 2024-12-02 00:02:42 +02:00
Tulir Asokan
b889f90c4d web/timeline: image size calculator for videos too 2024-12-01 23:56:27 +02:00
Tulir Asokan
42140aa0e0 web/timeline: add support for hiding media, blurhashes and spoilers
Closes #533
Closes #522
Fixes #504
2024-12-01 23:54:51 +02:00
Tulir Asokan
91676f3e98 web/timeline: add special style for spoiler reasons 2024-11-29 17:29:54 +02:00
Tulir Asokan
297193fa73 web/timeline: add room name and avatar event bodies 2024-11-27 01:13:27 +02:00
Tulir Asokan
ef937ae0d8 web/util: move type validation to utils 2024-11-27 01:13:14 +02:00
Tulir Asokan
a0ab756562 web/timeline: add ACL event diffing
Fixes #492
2024-11-27 00:50:06 +02:00
Tulir Asokan
573fc6a052 web/timeline: fix text wrap on member events again 2024-11-26 21:53:50 +02:00
Sumner Evans
2551540e99
web/timeline: highlight inline code (#524) 2024-11-21 01:05:28 +02:00
Tulir Asokan
52feba5e6e web/timeline: fix line wrap in member events 2024-11-18 20:26:34 +02:00
Tulir Asokan
8f476839eb web: add preference system 2024-11-16 16:13:49 +02:00
Tulir Asokan
04117b5211 web/rightpanel: implement member list 2024-11-12 21:19:37 +02:00
Tulir Asokan
fe6156302d web/timeline: decode matrix uris when clicking 2024-11-12 17:07:38 +02:00
Tulir Asokan
465d7c3524 web/timeline: render reason in member events 2024-11-12 14:15:44 +02:00
Tulir Asokan
25e86fd381 web/timeline: revert overflow wrap for tables 2024-11-09 20:54:59 +02:00
Tulir Asokan
c2d0020c8c web/timeline: add click handlers for matrix URIs 2024-11-09 12:52:37 +01:00
Tulir Asokan
540e8fa43e hicli/html: fix extra newlines when copying code blocks 2024-11-08 09:39:58 +01:00
Tulir Asokan
c14c079d44 web/math: display error if katex fails 2024-11-02 19:56:02 +02:00
Tulir Asokan
214d4fde53 hicli/html,web/timeline: add support for LaTeX rendering 2024-11-02 02:51:00 +02:00
Tulir Asokan
f6b0b12a5b web/css: add variable for button cursor style 2024-11-02 00:08:04 +02:00
Tulir Asokan
6fc070733a web/css: add dark theme 2024-10-29 00:58:29 +02:00
Tulir Asokan
4fa6c83415 web/timeline: add ands to power level and pinned event diffs 2024-10-28 01:53:38 +02:00
Tulir Asokan
4bfa665937 web/timeline: add power level event rendering 2024-10-28 01:42:52 +02:00