Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -5/+5 |
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 4 | -12/+12 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 22 | -723/+885 |
* | Fix lint rules on tests | Shin'ya Ueoka | 2019-12-22 | 5 | -15/+26 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 13 | -70/+70 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 1 | -16/+16 |
* | Fix KeymapUseCase test | Shin'ya Ueoka | 2019-12-21 | 1 | -44/+44 |
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 1 | -49/+155 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 1 | -0/+166 |
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 1 | -0/+133 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 4 | -214/+50 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 2 | -8/+7 |
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 1 | -2/+3 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 1 | -3/+3 |
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 2 | -33/+32 |
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -106/+111 |
* | Fix ClipboardUseCase.test | Shin'ya Ueoka | 2019-05-26 | 1 | -48/+35 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -9/+0 |
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 5 | -7/+18 |
* | Add HintKeyProducer | Shin'ya Ueoka | 2019-05-19 | 1 | -2/+3 |
* | Add NavigationPresenter | Shin'ya Ueoka | 2019-05-19 | 6 | -17/+201 |
* | Remove unused components | Shin'ya Ueoka | 2019-05-19 | 8 | -223/+0 |
* | Follow as a clean architecture | Shin'ya Ueoka | 2019-05-19 | 1 | -1/+1 |
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 2 | -0/+209 |
* | Keymaps as a clean architecture [WIP] | Shin'ya Ueoka | 2019-05-18 | 2 | -72/+129 |
* | Hints as a classes | Shin'ya Ueoka | 2019-05-17 | 3 | -57/+158 |
* | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 1 | -0/+76 |
* | Mark set/jump as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 7 | -44/+194 |
* | find | Shin'ya Ueoka | 2019-05-11 | 1 | -3/+3 |
* | Make find as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 3 | -22/+199 |
* | Make settings as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 4 | -74/+101 |
* | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 3 | -17/+105 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 1 | -1/+0 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 2 | -22/+45 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 11 | -16/+18 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 15 | -0/+0 |
* | Store x position into marks | Shin'ya Ueoka | 2018-10-11 | 2 | -4/+7 |
* | Rename mode acton and reducer | Shin'ya Ueoka | 2018-10-11 | 1 | -8/+8 |
* | Add mark action and reducer | Shin'ya Ueoka | 2018-10-11 | 2 | -0/+73 |
* | Allow following <summary> elements | Magnus Bergmark | 2018-07-16 | 2 | -2/+12 |
* | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 2 | -47/+2 |
* | global expect | Shin'ya Ueoka | 2018-05-05 | 14 | -14/+0 |
* | set find keyword from background | Shin'ya Ueoka | 2018-03-07 | 1 | -1/+1 |
* | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 1 | -0/+2 |
* | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -3/+3 |
* | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -37/+119 |
* | fix hot-reload settings | Shin'ya Ueoka | 2017-11-13 | 1 | -2/+2 |
* | support mutliple modifiers for key bindings | Shin'ya Ueoka | 2017-11-11 | 4 | -44/+34 |
* | remove unused actions and fix test | Shin'ya Ueoka | 2017-11-11 | 2 | -42/+10 |
* | add find action and reducer | Shin'ya Ueoka | 2017-11-11 | 2 | -0/+55 |