aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-27 01:49:50 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-27 01:49:50 +0200
commitca8171d80ceccf1538f2fef9ab2c96dc7192f9d1 (patch)
treebe95a44b5912f68c1271c4fb3d0b559696fdf0e6 /TODO
parent9866713ba916f9768edca02c61ed5ec580bd9557 (diff)
Image continuous: load as image in seperate thread instead of string, fix a bit of stuttering
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 41a5971..d15119e 100644
--- a/TODO
+++ b/TODO
@@ -32,4 +32,5 @@ Press home/end to scroll to top/bottom.
Scrolling past page causes the page to jump up and down very fast because the new thumbnail is loaded. Fix this somehow. In youtube this can be fixed by setting the thumbnail image fallback size to the same size and thumbnail images, but that doesn't work for matrix with different image sizes!
Add setting to disable sending typing events to the server (matrix).
Support emoji (mainly for matrix), by readding Text code from dchat. Also do the same but for inline images, text editing and url colors and clicking (also clicking on inline images).
-Also take code from dchat to support gifs (inline in text). \ No newline at end of file
+Also take code from dchat to support gifs (inline in text).
+Fix page jumping up/down in image continuous mode when scrolling past images that fail to load / scrolling fast. \ No newline at end of file