From cdf8d103f1ed6a932eb30b589b578d23ca66a514 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 10 May 2021 18:49:44 +0200 Subject: Add downloader, fix room navigation lag Fix bug where getting next page fails if there is no search bar --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 9d40983..79aa6a9 100644 --- a/TODO +++ b/TODO @@ -23,7 +23,6 @@ Scrolling in images still messes up the |current| page sometimes, need a way to Show filename at the bottom when viewing an image/video on 4chan. Add ctrl+c keybinding to copy the url of the previewing image. Add ctrl+c keybiding to copy the url to the currently selected post on 4chan. -Add ctrl+s to save the previewing image/video (for images that would be a copy, since its already stored in cache and for videos youtube-dl would be used). Use https://github.com/simdjson/simdjson as a json library in other parts than matrix. Sanitize check: do not allow pasting more than 2gb of text. Implement mentions in matrix with an autofill list, like on element. Also do the same with / commands. @@ -131,4 +130,5 @@ Add client side 4chan file size limit (note, webm has different limit than image Add client side 4chan max comment chars limit. Use a directory icon and a file icon for non-media files in the file manager. Dynamically fetch 4chan api key, if it ever changes in the future. Same for youtube. -Set curl download limits everywhere (when saving to file, downloading to json, etc...). \ No newline at end of file +Set curl download limits everywhere (when saving to file, downloading to json, etc...). +In the downloader if we already have the url in thumbnail/video cache, then copy it to the destination instead of redownloading it. This would also fix downloading images when viewing a manga page. \ No newline at end of file -- cgit v1.2.3