Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1204 from ueokande/fix-keyword-paste | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+1 |
|\ | | | | | Read clipboard from textarea element's value | ||||
| * | Read clipboard from textarea element's value | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+1 |
| | | |||||
* | | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 20 | -80/+54 |
|/ | |||||
* | Merge pull request #1146 from ueokande/improve-error-message | Shin'ya Ueoka | 2021-05-09 | 2 | -5/+7 |
|\ | | | | | Improve an error message on invalid settings | ||||
| * | Improve an error message on invalid settings | Shin'ya Ueoka | 2021-05-09 | 2 | -5/+7 |
| | | |||||
* | | Add reader-view keymaps to gr | Shin'ya Ueoka | 2021-05-09 | 2 | -0/+2 |
| | | |||||
* | | Support reader-mode | Shin'ya UEOKA | 2021-05-09 | 5 | -0/+31 |
|/ | |||||
* | Merge pull request #1108 from ueokande/focus-after-error-message | Shin'ya Ueoka | 2021-04-15 | 1 | -0/+1 |
|\ | | | | | Hide console to focus main window after find executed | ||||
| * | Hide console to focus main window after find executed | Shin'ya Ueoka | 2021-04-14 | 1 | -0/+1 |
| | | |||||
* | | Show an error on mark not set | Shin'ya Ueoka | 2021-04-14 | 1 | -2/+3 |
|/ | |||||
* | Delay completion query for users input | Shin'ya Ueoka | 2021-04-12 | 1 | -55/+115 |
| | |||||
* | Revert PrefetchAndCache | Shin'ya Ueoka | 2021-04-12 | 4 | -188/+23 |
| | |||||
* | Replace app state with Custom Hooks | Shin'ya Ueoka | 2021-04-11 | 11 | -202/+302 |
| | |||||
* | Reload colorscheme on mode changed | Shin'ya Ueoka | 2021-04-11 | 1 | -2/+4 |
| | |||||
* | Replace completion state with Custom Hooks | Shin'ya Ueoka | 2021-04-11 | 10 | -445/+477 |
| | |||||
* | Replace colorscheme state with React Hooks | Shin'ya Ueoka | 2021-04-06 | 14 | -90/+89 |
| | |||||
* | Make resize to a custom hook | Shin'ya Ueoka | 2021-04-05 | 3 | -24/+34 |
| | |||||
* | Separate Command and Completion reducer | Shin'ya Ueoka | 2021-04-05 | 10 | -490/+567 |
| | |||||
* | Separate as CommandPrompt | Shin'ya Ueoka | 2021-04-04 | 3 | -185/+186 |
| | |||||
* | Separate FindPrompt | Shin'ya Ueoka | 2021-04-04 | 3 | -32/+92 |
| | |||||
* | Separate Message to InfoMessage and ErrorMessage | Shin'ya Ueoka | 2021-04-04 | 4 | -35/+38 |
| | |||||
* | Extract ttheme as a ColorSchemeProvider | Shin'ya Ueoka | 2021-04-04 | 6 | -33/+37 |
| | |||||
* | Replace Console component with a React Hooks | Shin'ya Ueoka | 2021-04-04 | 4 | -155/+174 |
| | |||||
* | Fix props type | Shin'ya Ueoka | 2021-04-04 | 2 | -8/+6 |
| | |||||
* | Make Completion as a React.FC | Shin'ya Ueoka | 2021-04-04 | 4 | -119/+87 |
| | |||||
* | update releases URL to match new versioning scheme | Cihan Demirci | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | Send resize message to the sender tab instead of the current tab. | Shin'ya Ueoka | 2021-03-28 | 3 | -13/+14 |
| | | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization. | ||||
* | Move classes to a correct directory | Shin'ya Ueoka | 2021-03-28 | 4 | -3/+3 |
| | |||||
* | change bootstrap order | Shin'ya Ueoka | 2021-03-21 | 2 | -10/+12 |
| | |||||
* | Inject iframe on top window | Shin'ya Ueoka | 2021-03-21 | 2 | -4/+12 |
| | |||||
* | Attach/detach console iframe on addon enabled/disabled | Shin'ya Ueoka | 2021-03-21 | 7 | -22/+61 |
| | |||||
* | Load content scripts on document.body is ready | Shin'ya Ueoka | 2021-03-21 | 3 | -13/+50 |
| | |||||
* | Resize console dynamically | Shin'ya Ueoka | 2021-03-14 | 13 | -14/+116 |
| | |||||
* | Specific return type | Shin'ya Ueoka | 2021-03-14 | 14 | -44/+47 |
| | |||||
* | Import as an asterisk | Shin'ya UEOKA | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | npm run lint:fix | Shin'ya UEOKA | 2020-12-27 | 1 | -6/+11 |
| | |||||
* | Merge pull request #854 from femnad/825-fix-scroll-up-from-bottom | Shin'ya Ueoka | 2020-12-27 | 1 | -18/+23 |
|\ | | | | | Check scrollability by actually scrolling elements | ||||
| * | Check scrollability by actually scrolling elements | Cihan Demirci | 2020-10-10 | 1 | -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. | ||||
* | | Fix error grammar | Shin'ya Ueoka | 2020-12-10 | 1 | -2/+2 |
| | | |||||
* | | Use useClass for a class | Shin'ya Ueoka | 2020-12-10 | 1 | -1/+1 |
| | | |||||
* | | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 14 | -352/+9 |
| | | |||||
* | | Make WindowPresenter interface | Shin'ya Ueoka | 2020-12-09 | 5 | -6/+12 |
| | | |||||
* | | Fix select next/prev | Shin'ya Ueoka | 2020-12-09 | 3 | -13/+7 |
| | | |||||
* | | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 22 | -47/+173 |
| | | |||||
* | | Make background operations as a operator | Shin'ya Ueoka | 2020-12-09 | 46 | -108/+892 |
| | | |||||
* | | Remove unused usecases | Shin'ya Ueoka | 2020-12-09 | 5 | -121/+0 |
| | | |||||
* | | Add operators' test | Shin'ya Ueoka | 2020-12-09 | 8 | -31/+37 |
| | | |||||
* | | extract independent classes | Shin'ya Ueoka | 2020-12-09 | 28 | -323/+403 |
| | | |||||
* | | Make operators as a strategy pattern | Shin'ya Ueoka | 2020-12-09 | 15 | -78/+590 |
| | | |||||
* | | Make HintKeyRepository | Shin'ya Ueoka | 2020-12-09 | 5 | -84/+61 |
| | |