diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-14 12:36:04 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-14 12:36:04 -0800 |
| commit | cb6e71d75e526f207b0c4a8f08d660fdde3e7e98 (patch) | |
| tree | ba23c7c63648bdf1b03ec4fd649a5b37e5f68e13 /web/dist/v2/index.html | |
| parent | 4d55202300f9648bdcf9be14aeb2b8034ca37fc3 (diff) | |
| download | neko-cb6e71d75e526f207b0c4a8f08d660fdde3e7e98.tar.gz neko-cb6e71d75e526f207b0c4a8f08d660fdde3e7e98.tar.bz2 neko-cb6e71d75e526f207b0c4a8f08d660fdde3e7e98.zip | |
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.
Diffstat (limited to 'web/dist/v2/index.html')
| -rw-r--r-- | web/dist/v2/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <link rel="icon" type="image/svg+xml" href="/v2/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Neko Reader</title> - <script type="module" crossorigin src="/v2/assets/index-DBCtetq0.js"></script> + <script type="module" crossorigin src="/v2/assets/index-BfE4x_Aj.js"></script> <link rel="stylesheet" crossorigin href="/v2/assets/index-T17-XcXh.css"> </head> <body> |
