aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #837 from ueokande/use-styled-componentsShin'ya Ueoka2020-09-218-197/+237
|\ | | | | Use styled-components instead of vanilla CSS/SCSS in console
| * Remove unused classNameShin'ya Ueoka2020-09-211-1/+0
| |
| * Fix console iconShin'ya Ueoka2020-09-211-2/+2
| |
| * Fix e2e testsShin'ya Ueoka2020-09-211-2/+6
| |
| * Improve a11y on Message componentShin'ya Ueoka2020-09-211-2/+2
| |
| * Fix Completion.testShin'ya Ueoka2020-09-211-0/+1
| |
| * Improve a11y in completion itemsShin'ya Ueoka2020-09-213-22/+54
| |
| * Remove unused stylesShin'ya Ueoka2020-08-162-33/+1
| |
| * Migrate Vanilla CSS to styled-componentsShin'ya Ueoka2020-08-166-150/+133
| |
| * Define color themeShin'ya Ueoka2020-08-131-0/+53
| |
* | Prevent setting of console frame borderSteve Fromwork2020-08-311-1/+1
| |
* | Prevent setting of console frame backgroundSteve Fromwork2020-08-311-1/+1
|/
* Merge pull request #798 from ueokande/eslintShin'ya Ueoka2020-08-1215-90/+73
|\ | | | | Improve eslint
| * Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-119-24/+24
| |
| * Enable @typescript-eslint/no-namespaceShin'ya Ueoka2020-08-115-64/+27
| |
| * Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-112-3/+23
| |
* | Merge pull request #783 from YoloClin/follow-js-click-last-ditch-effortShin'ya Ueoka2020-08-121-0/+1
|\ \ | |/ |/| When no href value exists on a link the user selects to follow, attempt pt to click() the link to blindly trigger any JS events bound to it
| * When no href value exists on a link the user selects to follow, attempt to ↵yoloClin2020-08-021-0/+1
| | | | | | | | click() the link to blindly trigger any JS events bound to it
* | Merge pull request #755 from MatiasStorm/improved_scrollingShin'ya Ueoka2020-08-101-11/+14
|\ \ | | | | | | Minor improvements to ScrollPresenter
| * | Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
| |/
* | Remove discarded propertyShin'ya Ueoka2020-08-101-2/+0
| |
* | Reverted change in getTargetsMatiasStorm2020-05-121-1/+1
| |
* | Removed performance measurementsMatiasStorm2020-05-121-3/+0
| |
* | Added elements with the 'onclick' attribute to allowed hintsMatiasStorm2020-05-122-2/+9
|/
* Allow to change colorscheme property by set commandShin'ya Ueoka2020-05-041-0/+13
|
* Allow to change color scheme by "colorscheme" propertyShin'ya Ueoka2020-05-048-10/+70
|
* Fix message typeShin'ya Ueoka2020-05-043-5/+5
|
* Remove unused description in background scriptShin'ya Ueoka2020-05-041-5/+0
|
* Add colorscheme propertyShin'ya Ueoka2020-05-045-2/+75
|
* Define dark theme and specify a theme by an attributeShin'ya Ueoka2020-05-042-2/+18
|
* Use CSS var()Shin'ya Ueoka2020-05-041-28/+30
|
* Replace console colors by a variableShin'ya Ueoka2020-05-041-15/+35
|
* Fix set command completionsShin'ya Ueoka2020-05-041-1/+1
|
* Remove tab completion limitationShin'ya Ueoka2020-05-021-3/+0
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-13158-2881/+3117
|
* Fix bookmark completion on open commandShin'ya Ueoka2020-04-131-2/+2
|
* Prefetch completion items and store them to cacheShin'ya Ueoka2020-04-094-28/+170
|
* Clean unused codeShin'ya Ueoka2020-03-2910-319/+2
|
* Complete properties on set commandShin'ya Ueoka2020-03-297-4/+94
|
* Complete tab by an index and a flagShin'ya Ueoka2020-03-293-11/+48
|
* Skip group on completion completionsShin'ya Ueoka2020-03-281-29/+44
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-2826-48/+258
|
* Separate repository's interface and its implementationShin'ya Ueoka2020-03-279-85/+96
|
* Query completions on open command by a completion sourceShin'ya Ueoka2020-03-2611-8/+244
|
* Use new completion use-case on current use-case (aliased)Shin'ya Ueoka2020-03-266-59/+123
|
* Complete commands on the console scriptShin'ya Ueoka2020-03-253-5/+81
|
* Revert "Remove ! from commands"Shin'ya Ueoka2020-03-252-2/+8
| | | | This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a.
* Remove ! from commandsShin'ya Ueoka2020-03-252-8/+2
|
* Use typed completions on consoleShin'ya Ueoka2020-03-253-3/+16
|