aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-17 03:32:56 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-17 03:32:56 +0200
commit23435ac30b25cd1a0a8d52c4a792d90f38300344 (patch)
treeb032a66dfcd30b005e2ff9a506b93f30a013e512 /TODO
parente183c47ec2db4e3bdd82a3fbbe81d2d61c64107a (diff)
Fit image to window in continuous scrolling mode, use n 3 for waifu2x
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c1d6fc9..7b9508b 100644
--- a/TODO
+++ b/TODO
@@ -134,4 +134,4 @@ When ui is scaled then the predicted thumbnail size will be wrong since its scal
Check if get_page handlers in pages need to check if next batch is valid. If the server returns empty next batch we shouldn't fetch the first page...
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.
-Add a combined manga plugin that allows you to search for manga across all manga plugins. \ No newline at end of file
+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. \ No newline at end of file