Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update readme | Shin'ya Ueoka | 2017-09-18 | 1 | -1/+1 |
* | filter closed path | Shin'ya Ueoka | 2017-09-18 | 1 | -0/+16 |
* | sory by url | Shin'ya Ueoka | 2017-09-18 | 1 | -0/+1 |
* | use shortest link on suggestion filter | Shin'ya Ueoka | 2017-09-18 | 1 | -3/+2 |
* | fix history range | Shin'ya Ueoka | 2017-09-18 | 1 | -1/+1 |
* | fix for lint | Shin'ya Ueoka | 2017-09-17 | 1 | -12/+13 |
* | filter empty title | Shin'ya Ueoka | 2017-09-17 | 2 | -2/+51 |
* | drop http history if https if in histories | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+14 |
* | fix .eslintrc | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+1 |
* | complete histoly simply | Shin'ya Ueoka | 2017-09-17 | 2 | -0/+33 |
* | add history permission | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+2 |
* | Merge branch 'improve-follow-command' | Shin'ya Ueoka | 2017-09-17 | 7 | -26/+87 |
|\ | |||||
| * | show hints for elements in viewport | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+13 |
| * | focus form items by following | Shin'ya Ueoka | 2017-09-17 | 3 | -19/+33 |
| * | allow to open link in new tab | Shin'ya Ueoka | 2017-09-17 | 5 | -3/+26 |
| * | open link on content index | Shin'ya Ueoka | 2017-09-17 | 3 | -10/+19 |
| * | follow key | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'pagenation-and-navigation' | Shin'ya Ueoka | 2017-09-17 | 7 | -20/+155 |
|\ | |||||
| * | implement go-root command | Shin'ya Ueoka | 2017-09-17 | 5 | -1/+10 |
| * | implement go-parent command | Shin'ya Ueoka | 2017-09-17 | 6 | -5/+34 |
| * | fix ctrl modifier | Shin'ya Ueoka | 2017-09-17 | 1 | -1/+1 |
| * | pagenate by prev/next links | Shin'ya Ueoka | 2017-09-17 | 6 | -2/+99 |
| * | rename history navigation | Shin'ya Ueoka | 2017-09-17 | 5 | -17/+17 |
|/ | |||||
* | Merge branch 'fix-lint' | Shin'ya Ueoka | 2017-09-17 | 3 | -48/+102 |
|\ | |||||
| * | sort .eslintrc | Shin'ya Ueoka | 2017-09-17 | 1 | -11/+8 |
| * | fix .eslintrc | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+1 |
| * | update eslint | Shin'ya Ueoka | 2017-09-17 | 2 | -38/+94 |
|/ | |||||
* | Merge branch 'lint' | Shin'ya Ueoka | 2017-09-17 | 21 | -157/+211 |
|\ | |||||
| * | more strict lint | Shin'ya Ueoka | 2017-09-17 | 21 | -157/+211 |
|/ | |||||
* | Merge branch 'more-redux' | Shin'ya Ueoka | 2017-09-16 | 20 | -358/+481 |
|\ | |||||
| * | keep error message | Shin'ya Ueoka | 2017-09-16 | 1 | -0/+4 |
| * | add store test and fix store | Shin'ya Ueoka | 2017-09-16 | 2 | -1/+117 |
| * | propagate sender object | Shin'ya Ueoka | 2017-09-16 | 2 | -38/+41 |
| * | remove actions from content | Shin'ya Ueoka | 2017-09-16 | 4 | -27/+12 |
| * | message constants | Shin'ya Ueoka | 2017-09-16 | 5 | -5/+10 |
| * | consome as store/reducers | Shin'ya Ueoka | 2017-09-16 | 17 | -236/+171 |
| * | use input as store/reducer | Shin'ya Ueoka | 2017-09-14 | 5 | -37/+44 |
| * | improve store and reducers | Shin'ya Ueoka | 2017-09-14 | 3 | -7/+29 |
| * | remove unused message | Shin'ya Ueoka | 2017-09-14 | 1 | -8/+0 |
| * | content operations | Shin'ya Ueoka | 2017-09-13 | 8 | -58/+62 |
| * | move background actions to operations | Shin'ya Ueoka | 2017-09-13 | 6 | -33/+56 |
| * | add simple store | Shin'ya Ueoka | 2017-09-13 | 1 | -0/+27 |
|/ | |||||
* | Merge branch 'message-passing-refactoring' | Shin'ya Ueoka | 2017-09-11 | 29 | -652/+735 |
|\ | |||||
| * | fix input actions test | Shin'ya Ueoka | 2017-09-11 | 1 | -6/+10 |
| * | add command actions test | Shin'ya Ueoka | 2017-09-11 | 2 | -1/+52 |
| * | command as action/reducer | Shin'ya Ueoka | 2017-09-11 | 5 | -50/+71 |
| * | add tests for input action/reducer | Shin'ya Ueoka | 2017-09-10 | 2 | -0/+51 |
| * | key input sequence as action/reducer | Shin'ya Ueoka | 2017-09-10 | 9 | -126/+134 |
| * | content commands as action/reducer | Shin'ya Ueoka | 2017-09-10 | 6 | -94/+80 |
| * | background command from reducer | Shin'ya Ueoka | 2017-09-10 | 5 | -68/+46 |