aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-26 07:02:50 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-26 07:53:37 +0200
commit511716ea4e7c9034fbc38f208db5041107f76ee7 (patch)
tree2ca1bd5c35f8038ba17e634c7f5d7e36422b9b71 /TODO
parent22aa3cb4f4722e9f73f5a4c8bba82e304e5a9205 (diff)
Fix page scroll when navigating 4chan replies
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 679ed4d..0da0892 100644
--- a/TODO
+++ b/TODO
@@ -28,4 +28,6 @@ Speed up thumbnail creating (image resizing).
Extract thumbnail from images that are being downloaded, while its downloading and show that while the full image is downloading (upscaled, or with blurhash).
Use one special thread to load cached files. Right now if there are multiple images on the screen and 1 needs to download while the others are cached, then the cached images wont load until that 1 image has downloaded.
Press pgup/pgdown to scroll and entire page.
-Press home/end to scroll to top/bottom. \ No newline at end of file
+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!
+Find a way to decrease cpu usage when scrolling fast. Right now sf::Texture::load will use up to 10% cpu on my machine. \ No newline at end of file