Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | use key instead of keyCode in follow | Shin'ya Ueoka | 2017-10-08 | 4 | -72/+26 | |
| | | ||||||
| * | prevent keymaps in the page | Shin'ya Ueoka | 2017-10-08 | 2 | -25/+37 | |
| | | ||||||
| * | load settings from content | Shin'ya Ueoka | 2017-10-07 | 4 | -22/+25 | |
| | | ||||||
| * | store input keys in content script | Shin'ya Ueoka | 2017-10-07 | 7 | -119/+92 | |
| | | ||||||
| * | reload settings on content | Shin'ya Ueoka | 2017-10-07 | 3 | -0/+25 | |
|/ | ||||||
* | Merge pull request #19 from ueokande/content-and-background-redux-completely | Shin'ya Ueoka | 2017-10-07 | 44 | -404/+360 | |
|\ | | | | | Refactor: full redux on content and background | |||||
| * | fix console errors | Shin'ya Ueoka | 2017-10-07 | 3 | -8/+19 | |
| | | ||||||
| * | remove completion actions/reducer | Shin'ya Ueoka | 2017-10-07 | 13 | -259/+204 | |
| | | ||||||
| * | [wip] remove STATE_UPDATE | Shin'ya Ueoka | 2017-10-06 | 6 | -32/+31 | |
| | | ||||||
| * | console command actions without store | Shin'ya Ueoka | 2017-10-06 | 5 | -17/+12 | |
| | | ||||||
| * | fix imports in src | Shin'ya Ueoka | 2017-10-05 | 25 | -66/+66 | |
| | | ||||||
| * | fix imports in test | Shin'ya Ueoka | 2017-10-05 | 15 | -24/+24 | |
| | | ||||||
| * | set import root for webpack | Shin'ya Ueoka | 2017-10-05 | 1 | -1/+2 | |
| | | ||||||
| * | move operations | Shin'ya Ueoka | 2017-10-04 | 4 | -3/+3 | |
| | | ||||||
| * | single reducer | Shin'ya Ueoka | 2017-10-04 | 6 | -9/+14 | |
| | | ||||||
| * | use createStore short-hand method | Shin'ya Ueoka | 2017-10-04 | 4 | -26/+26 | |
|/ | ||||||
* | Merge pull request #18 from ueokande/fix-17-key-repeat-does-not-work | Shin'ya Ueoka | 2017-10-04 | 1 | -6/+9 | |
|\ | | | | | Fix key-repeat does not work | |||||
| * | fix key-repeat does not work | Shin'ya Ueoka | 2017-10-04 | 1 | -6/+9 | |
|/ | ||||||
* | Merge pull request #16 from ueokande/enable-keys | Shin'ya Ueoka | 2017-10-03 | 10 | -102/+77 | |
|\ | | | | | Enable keys on github.com | |||||
| * | capture keys on both keypress and keydown | Shin'ya Ueoka | 2017-10-03 | 1 | -6/+19 | |
| | | ||||||
| * | remove deprecated property in KeyboardEvent | Shin'ya Ueoka | 2017-10-03 | 10 | -87/+32 | |
| | | ||||||
| * | comtent input as compoents | Shin'ya UEOKA | 2017-10-03 | 2 | -16/+33 | |
|/ | ||||||
* | Merge branch 'more-redux' | Shin'ya Ueoka | 2017-10-02 | 10 | -208/+379 | |
|\ | ||||||
| * | add follow action and reducers test | Shin'ya Ueoka | 2017-10-02 | 2 | -0/+82 | |
| | | ||||||
| * | follow as redux | Shin'ya Ueoka | 2017-10-02 | 8 | -208/+297 | |
|/ | ||||||
* | Merge branch 'fix-fast-typing' | Shin'ya Ueoka | 2017-10-02 | 1 | -1/+7 | |
|\ | ||||||
| * | clsoe #13 | Shin'ya Ueoka | 2017-10-02 | 1 | -1/+7 | |
|/ | ||||||
* | Merge branch 'more-components' | Shin'ya Ueoka | 2017-10-01 | 5 | -85/+122 | |
|\ | ||||||
| * | BackgroundInputComponent | Shin'ya Ueoka | 2017-10-01 | 4 | -51/+60 | |
| | | ||||||
| * | BackgroundComponent | Shin'ya Ueoka | 2017-10-01 | 2 | -36/+64 | |
|/ | ||||||
* | update README | Shin'ya Ueoka | 2017-10-01 | 1 | -1/+1 | |
| | ||||||
* | search engine validation | Shin'ya Ueoka | 2017-10-01 | 2 | -0/+85 | |
| | ||||||
* | search settings in store | Shin'ya Ueoka | 2017-10-01 | 7 | -61/+47 | |
| | ||||||
* | load default settings | Shin'ya Ueoka | 2017-10-01 | 3 | -4/+16 | |
| | ||||||
* | update TODOs | Shin'ya Ueoka | 2017-10-01 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'settings-validation' | Shin'ya Ueoka | 2017-10-01 | 8 | -19/+184 | |
|\ | ||||||
| * | use validation on settings | Shin'ya Ueoka | 2017-10-01 | 1 | -0/+14 | |
| | | ||||||
| * | add setting validator | Shin'ya Ueoka | 2017-10-01 | 2 | -0/+58 | |
| | | ||||||
| * | setting as redux | Shin'ya Ueoka | 2017-10-01 | 6 | -19/+112 | |
|/ | ||||||
* | clean console.js | Shin'ya Ueoka | 2017-10-01 | 2 | -15/+7 | |
| | ||||||
* | allow class-methods-use-this | Shin'ya Ueoka | 2017-10-01 | 1 | -0/+1 | |
| | ||||||
* | console component | Shin'ya Ueoka | 2017-10-01 | 3 | -84/+146 | |
| | ||||||
* | completion in background | Shin'ya Ueoka | 2017-10-01 | 2 | -10/+11 | |
| | ||||||
* | add tests for completion and fix | Shin'ya Ueoka | 2017-10-01 | 3 | -2/+126 | |
| | ||||||
* | redux in console | Shin'ya Ueoka | 2017-09-30 | 7 | -166/+172 | |
| | ||||||
* | move messages to content | Shin'ya Ueoka | 2017-09-30 | 15 | -12/+12 | |
| | ||||||
* | Merge branch 'configurable-keymap' | Shin'ya Ueoka | 2017-09-30 | 15 | -71/+167 | |
|\ | ||||||
| * | reload settings on settings changed | Shin'ya Ueoka | 2017-09-30 | 3 | -17/+19 | |
| | | ||||||
| * | Initialize default settings on background | Shin'ya Ueoka | 2017-09-30 | 4 | -58/+56 | |
| | | ||||||
| * | load keymaps from storage | Shin'ya Ueoka | 2017-09-30 | 7 | -51/+85 | |
| | |