1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

6 commits

Author SHA1 Message Date
Sumner Evans
b7cc6aff86
timeline: fix scrollbar issues on URL previews (#597)
* Prevents rendering an empty url-previews div
* Sets overflow-x to "auto" instead of "scroll"

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2025-02-25 17:33:13 +02:00
Tulir Asokan
d359bd02d3 web/timeline: use transparent background color for url previews 2024-12-22 15:27:14 +02:00
Tulir Asokan
202929ae3c web/modal: split context exports to separate file 2024-12-22 15:01:00 +02:00
Tulir Asokan
588a994b55 web/timeline: allow opening lightbox from url preview image 2024-12-22 02:03:51 +02:00
Tulir Asokan
74842707b3 web/timeline: use css grid for url previews and improve inline style 2024-12-22 00:54:21 +02:00
Sumner Evans
4c4744eba8
web/timeline: render MSC4095 URL previews
This commit implements rending of MSC4095[1] bundled URL previews and
includes a preference for disabling rendering of the previews.

[1]: https://github.com/matrix-org/matrix-spec-proposals/pull/4095

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2024-12-21 10:38:44 -07:00