aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-17 04:09:47 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-17 04:09:47 +0200
commit28168bb3a63b7506a79441d6ce5ed312ba6f6e1a (patch)
treec68ca0a70f3cefd4d490abcc754995641d04ddf6 /TODO
parente37a174979059a97c342c51b741f4f89609830c4 (diff)
Make body movement smooth, async load video related videos to allow cancellation with esc
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index af24b76..5f112e2 100644
--- a/TODO
+++ b/TODO
@@ -118,7 +118,6 @@ Check if get_page handlers in pages need to check if next batch is valid. If the
Cloudflare kicks in when downloading manga on manganelo.. figure out a way to bypass it. This doesn't seem to happen when using python requests as is done in AutoMedia.
Replace cppcodec with another library for base64 url encoding/decoding. Its way too large for what it does.
Revert back to old fuzzy search code or use levenshtein distance, then reorder items by best match. This could be done by having a second vector of indices and use that vector everywhere body items by index is accessed (including selected_item). Also perform the search in Body::draw when search term has been modified. This allows us to automatically update that new vector.
-Using a VertexBuffer in Text makes the text quickly glitch out. Why does this happen?
Update subscriptions page either with f5 and automatically update it when adding/removing subscriptions.
Update room name and topic text in ui when they change.
Support webp directly without using ffmpeg to convert it to a png.