aboutsummaryrefslogtreecommitdiff
path: root/src/content/presenters
Commit message (Collapse)AuthorAgeFilesLines
* Inject iframe on top windowShin'ya Ueoka2021-03-211-0/+6
|
* Attach/detach console iframe on addon enabled/disabledShin'ya Ueoka2021-03-211-4/+21
|
* Resize console dynamicallyShin'ya Ueoka2021-03-141-0/+10
|
* 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
* Focus inputs without typeSteve Fromwork2020-08-311-1/+1
|
* Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-111-20/+0
|
* Merge pull request #755 from MatiasStorm/improved_scrollingShin'ya Ueoka2020-08-101-11/+14
|\ | | | | Minor improvements to ScrollPresenter
| * Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
| |
* | Reverted change in getTargetsMatiasStorm2020-05-121-1/+1
| |
* | Removed performance measurementsMatiasStorm2020-05-121-3/+0
| |
* | Added elements with the 'onclick' attribute to allowed hintsMatiasStorm2020-05-122-2/+9
|/
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-137-97/+121
|
* npm run lint:fixShin'ya Ueoka2019-12-227-59/+59
|
* 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
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-27/+0
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-226-13/+1
|
* Add NavigationPresenterShin'ya Ueoka2019-05-191-0/+98
|
* Make routesShin'ya Ueoka2019-05-191-0/+25
|
* Keymaps as a clean architecture [WIP]Shin'ya Ueoka2019-05-181-0/+25
|
* Define client and presenter for followShin'ya Ueoka2019-05-181-0/+134
|
* Hints as a classesShin'ya Ueoka2019-05-171-0/+127
|
* Mark set/jump as a clean architectureShin'ya Ueoka2019-05-111-1/+1
|
* Make scroller as a presenterShin'ya Ueoka2019-05-112-7/+179
|
* Make find as a clean architectureShin'ya Ueoka2019-05-111-0/+59