| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-16 | Fix not jumping to results loaded by infinite scroll | Nick Espig | |
| Infinite scroll adds a `hr` tag to split up the sections loaded by it. The vim bindings `j` and `k`, which jump to the next and previous result respectively, search for a **direct** sibling with the class `result`. With the `hr` between results a direct sibling cannot be found. To fix this we remove the restriction of it having to be a direct sibling. | |||
| 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. | |||
| 2018-04-25 | Hide buttons when infinite scrolling is enabled | rinpatch | |
| 2018-03-05 | Fix Vim mode on Firefox | Richard Nespithal | |
| Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered | |||
| 2017-11-30 | use `change` function just like in case of language selection | Noémi Ványi | |
| The previous version did not work in Chrome browser. Closes #1102 | |||
| 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-13 | automatic search when language is selected | marc | |
| 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 | |||
| 2016-07-25 | search on filter select | Noemi Vanyi | |
| 2016-07-25 | follow up changes in search_category_on_select | Noemi Vanyi | |
| 2016-04-24 | Fix result selection for top & bottom scrolling | Kirill Isakov | |
| 2016-04-24 | Add auto page scrolling to selected result | Kirill Isakov | |
| 2016-04-24 | Add search result navigation support | Kirill Isakov | |
| 2016-04-24 | Set vim-hotkeys help panels to same height | Kirill Isakov | |
| 2016-04-23 | [WIP] Add vim-hotkeys plugin | Kirill Isakov | |
| 2016-02-10 | [mod] move plugin static files to static/plugins | Adam Tauber | |
| 2016-02-10 | [enh] new plugin to open results on new browser tabs | Adam Tauber | |