aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-06-06 00:43:48 +0200
committerdec05eba <dec05eba@protonmail.com>2021-06-06 00:43:48 +0200
commit05df15fb05ed5a8c174ac11edf13aa15060b623d (patch)
tree883446f8b6f10af68e44285083642ea9fa240451 /TODO
parent94fdd3f71b27bd28b643df8bfe68c07f9a3cae8b (diff)
Do not move in body when moving to another tab with arrow keys
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index a1ae9ff..cc762ab 100644
--- a/TODO
+++ b/TODO
@@ -150,4 +150,5 @@ To fix jitter in body when items are added before the selected item, we should i
Cancel current search when search is updated.
Support 4chan archive.
Use old method of rendering body where rendering items is done up and down, starting from the selected item. This will make quickmedia run as fast when displaying 100 000 items as when displaying 10 items.
-Use correct spacing when in grid (card) mode. Should be row spacing instead of body spacing. \ No newline at end of file
+Use correct spacing when in grid (card) mode. Should be row spacing instead of body spacing.
+Instead of selecting the first/last item when reaching the top/bottom, keep the selected column and instead scroll the body so the first/last item is visible. \ No newline at end of file