| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-04 | Load next page shortly before hitting the bottom | Nick Espig | |
| This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between. It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true. | |||
| 2017-01-03 | Revert "Merge pull request #793 from kvch/pics-modal" | Noémi Ványi | |
| This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed. | |||
| 2016-12-29 | add img pagination support of infinite scroll | Noémi Ványi | |
| 2016-12-04 | [fix] correct path for autoscroll on non-root urls | Adam Tauber | |
| closes #758 | |||
| 2016-08-11 | [enh] infinite scroll | David A Roberts | |
| resolves #649 | |||