From cb6e71d75e526f207b0c4a8f08d660fdde3e7e98 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 12:36:04 -0800 Subject: fix: auto-load more items when pressing 'j' on last item\n\nPreviously, if you were focused on the last loaded item and that item was\nvery long (extending past the viewport), pressing 'j' would do nothing\nbecause there were no more items loaded yet.\n\nNow, when the user presses 'j' and lands on the last item, we automatically\ntrigger loading more items (if available), ensuring that the next 'j' press\nwill work as expected.\n\nAdded test to verify this behavior works correctly. --- web/dist/v2/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/dist/v2/index.html') diff --git a/web/dist/v2/index.html b/web/dist/v2/index.html index ae64de6..3e5b18f 100644 --- a/web/dist/v2/index.html +++ b/web/dist/v2/index.html @@ -5,7 +5,7 @@ Neko Reader - + -- cgit v1.2.3