aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters/ScrollPresenter.ts
Commit message (Collapse)AuthorAgeFilesLines
* npm run lint:fixShin'ya UEOKA2020-12-271-6/+11
|
* Merge pull request #854 from femnad/825-fix-scroll-up-from-bottomShin'ya Ueoka2020-12-271-18/+23
|\ | | | | Check scrollability by actually scrolling elements
| * Check scrollability by actually scrolling elementsCihan Demirci2020-10-101-18/+23
| | | | | | | | | | | | | | | | | | | | Addresses #825 In addition to style checks, actually scroll an element (and restore back) to verify that it can be scrolled. Inspiration from [Vimium](https://github.com/philc/vimium) scrolling code.
* | Update ScrollPresenter.tsTeepaBlue2020-12-031-1/+1
|/ | | fix a typo
* Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-7/+13
|
* npm run lint:fixShin'ya Ueoka2019-12-221-25/+25
|
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-1/+1
| | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-221-2/+0
|
* Mark set/jump as a clean architectureShin'ya Ueoka2019-05-111-1/+1
|
* Make scroller as a presenterShin'ya Ueoka2019-05-111-0/+179