diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-27 04:19:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-27 04:22:31 +0200 |
commit | 6a82b66921c24d5310479df33abcf977ab231772 (patch) | |
tree | 47993e46978ee55f67157ee65068ca486a024e3b /TODO | |
parent | ca8171d80ceccf1538f2fef9ab2c96dc7192f9d1 (diff) |
Nyaa.si: search even if input string is empty
This fixes being able to show all items when removing the search input.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -33,4 +33,6 @@ Scrolling past page causes the page to jump up and down very fast because the ne 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). -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 +Fix page jumping up/down in image continuous mode when scrolling past images that fail to load / scrolling fast. +Use pixel buffer object for asynchronous texture transfer to gpu? is this necessary? +When pressing backspace to delete text, auto search will kick in because the key repeat delay is longer on the first key. SearchBar should instead check of key press/key release state.
\ No newline at end of file |