aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1108 from ueokande/focus-after-error-messageShin'ya Ueoka2021-04-151-0/+1
|\ | | | | Hide console to focus main window after find executed
| * Hide console to focus main window after find executedShin'ya Ueoka2021-04-141-0/+1
| |
* | Show an error on mark not setShin'ya Ueoka2021-04-141-2/+3
|/
* Delay completion query for users inputShin'ya Ueoka2021-04-121-55/+115
|
* Revert PrefetchAndCacheShin'ya Ueoka2021-04-124-188/+23
|
* Replace app state with Custom HooksShin'ya Ueoka2021-04-1111-202/+302
|
* Reload colorscheme on mode changedShin'ya Ueoka2021-04-111-2/+4
|
* Replace completion state with Custom HooksShin'ya Ueoka2021-04-1110-445/+477
|
* Replace colorscheme state with React HooksShin'ya Ueoka2021-04-0614-90/+89
|
* Make resize to a custom hookShin'ya Ueoka2021-04-053-24/+34
|
* Separate Command and Completion reducerShin'ya Ueoka2021-04-0510-490/+567
|
* Separate as CommandPromptShin'ya Ueoka2021-04-043-185/+186
|
* Separate FindPromptShin'ya Ueoka2021-04-043-32/+92
|
* Separate Message to InfoMessage and ErrorMessageShin'ya Ueoka2021-04-044-35/+38
|
* Extract ttheme as a ColorSchemeProviderShin'ya Ueoka2021-04-046-33/+37
|
* Replace Console component with a React HooksShin'ya Ueoka2021-04-044-155/+174
|
* Fix props typeShin'ya Ueoka2021-04-042-8/+6
|
* Make Completion as a React.FCShin'ya Ueoka2021-04-044-119/+87
|
* update releases URL to match new versioning schemeCihan Demirci2021-03-281-1/+1
|
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-283-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 directoryShin'ya Ueoka2021-03-284-3/+3
|
* change bootstrap orderShin'ya Ueoka2021-03-212-10/+12
|
* Inject iframe on top windowShin'ya Ueoka2021-03-212-4/+12
|
* Attach/detach console iframe on addon enabled/disabledShin'ya Ueoka2021-03-217-22/+61
|
* Load content scripts on document.body is readyShin'ya Ueoka2021-03-213-13/+50
|
* Resize console dynamicallyShin'ya Ueoka2021-03-1413-14/+116
|
* Specific return typeShin'ya Ueoka2021-03-1414-44/+47
|
* Import as an asteriskShin'ya UEOKA2021-01-021-1/+1
|
* 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.
* | Fix error grammarShin'ya Ueoka2020-12-101-2/+2
| |
* | Use useClass for a classShin'ya Ueoka2020-12-101-1/+1
| |
* | Remove unused classesShin'ya Ueoka2020-12-0914-352/+9
| |
* | Make WindowPresenter interfaceShin'ya Ueoka2020-12-095-6/+12
| |
* | Fix select next/prevShin'ya Ueoka2020-12-093-13/+7
| |
* | Make background operator as an operatorShin'ya Ueoka2020-12-0922-47/+173
| |
* | Make background operations as a operatorShin'ya Ueoka2020-12-0946-108/+892
| |
* | Remove unused usecasesShin'ya Ueoka2020-12-095-121/+0
| |
* | Add operators' testShin'ya Ueoka2020-12-098-31/+37
| |
* | extract independent classesShin'ya Ueoka2020-12-0928-323/+403
| |
* | Make operators as a strategy patternShin'ya Ueoka2020-12-0915-78/+590
| |
* | Make HintKeyRepositoryShin'ya Ueoka2020-12-095-84/+61
| |
* | Update ScrollPresenter.tsTeepaBlue2020-12-031-1/+1
|/ | | fix a typo
* Merge pull request #835 from ueokande/dependabot/npm_and_yarn/typescript-4.0.3Shin'ya Ueoka2020-09-221-3/+2
|\ | | | | Bump typescript from 3.9.7 to 4.0.3
| * Use destructuring-assignment instead of delete operatorShin'ya Ueoka2020-09-221-3/+2
| | | | | | | | | | | | | | | | | | | | Operands for delete must be optional on TypeScript 4.0. When using the delete operator in strictNullChecks, the operand must now be any, unknown, never, or be optional (in that it contains undefined in the type). Otherwise, use of the delete operator is an error. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html#operands-for-delete-must-be-optional
* | Fix e2e test on optionShin'ya Ueoka2020-09-223-4/+17
| |
* | Fix component testShin'ya Ueoka2020-09-212-3/+5
| |
* | Move console cssShin'ya Ueoka2020-09-213-1/+1
| |
* | Introduce styled-components on top of formShin'ya Ueoka2020-09-214-63/+72
| |