Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use destructuring-assignment instead of delete operator | Shin'ya Ueoka | 2020-09-22 | 1 | -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-components | Shin'ya Ueoka | 2020-09-21 | 8 | -197/+237 |
|\ | | | | | Use styled-components instead of vanilla CSS/SCSS in console | ||||
| * | Remove unused className | Shin'ya Ueoka | 2020-09-21 | 1 | -1/+0 |
| | | |||||
| * | Fix console icon | Shin'ya Ueoka | 2020-09-21 | 1 | -2/+2 |
| | | |||||
| * | Fix e2e tests | Shin'ya Ueoka | 2020-09-21 | 1 | -2/+6 |
| | | |||||
| * | Improve a11y on Message component | Shin'ya Ueoka | 2020-09-21 | 1 | -2/+2 |
| | | |||||
| * | Fix Completion.test | Shin'ya Ueoka | 2020-09-21 | 1 | -0/+1 |
| | | |||||
| * | Improve a11y in completion items | Shin'ya Ueoka | 2020-09-21 | 3 | -22/+54 |
| | | |||||
| * | Remove unused styles | Shin'ya Ueoka | 2020-08-16 | 2 | -33/+1 |
| | | |||||
| * | Migrate Vanilla CSS to styled-components | Shin'ya Ueoka | 2020-08-16 | 6 | -150/+133 |
| | | |||||
| * | Define color theme | Shin'ya Ueoka | 2020-08-13 | 1 | -0/+53 |
| | | |||||
* | | Prevent setting of console frame border | Steve Fromwork | 2020-08-31 | 1 | -1/+1 |
| | | |||||
* | | Prevent setting of console frame background | Steve Fromwork | 2020-08-31 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #798 from ueokande/eslint | Shin'ya Ueoka | 2020-08-12 | 15 | -90/+73 |
|\ | | | | | Improve eslint | ||||
| * | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 9 | -24/+24 |
| | | |||||
| * | Enable @typescript-eslint/no-namespace | Shin'ya Ueoka | 2020-08-11 | 5 | -64/+27 |
| | | |||||
| * | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -3/+23 |
| | | |||||
* | | Merge pull request #783 from YoloClin/follow-js-click-last-ditch-effort | Shin'ya Ueoka | 2020-08-12 | 1 | -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 ↵ | yoloClin | 2020-08-02 | 1 | -0/+1 |
| | | | | | | | | click() the link to blindly trigger any JS events bound to it | ||||
* | | Merge pull request #755 from MatiasStorm/improved_scrolling | Shin'ya Ueoka | 2020-08-10 | 1 | -11/+14 |
|\ \ | | | | | | | Minor improvements to ScrollPresenter | ||||
| * | | Minor improvements to ScrollPresenter | MatiasStorm | 2020-05-11 | 1 | -11/+14 |
| |/ | |||||
* | | Remove discarded property | Shin'ya Ueoka | 2020-08-10 | 1 | -2/+0 |
| | | |||||
* | | Reverted change in getTargets | MatiasStorm | 2020-05-12 | 1 | -1/+1 |
| | | |||||
* | | Removed performance measurements | MatiasStorm | 2020-05-12 | 1 | -3/+0 |
| | | |||||
* | | Added elements with the 'onclick' attribute to allowed hints | MatiasStorm | 2020-05-12 | 2 | -2/+9 |
|/ | |||||
* | Allow to change colorscheme property by set command | Shin'ya Ueoka | 2020-05-04 | 1 | -0/+13 |
| | |||||
* | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 8 | -10/+70 |
| | |||||
* | Fix message type | Shin'ya Ueoka | 2020-05-04 | 3 | -5/+5 |
| | |||||
* | Remove unused description in background script | Shin'ya Ueoka | 2020-05-04 | 1 | -5/+0 |
| | |||||
* | Add colorscheme property | Shin'ya Ueoka | 2020-05-04 | 5 | -2/+75 |
| | |||||
* | Define dark theme and specify a theme by an attribute | Shin'ya Ueoka | 2020-05-04 | 2 | -2/+18 |
| | |||||
* | Use CSS var() | Shin'ya Ueoka | 2020-05-04 | 1 | -28/+30 |
| | |||||
* | Replace console colors by a variable | Shin'ya Ueoka | 2020-05-04 | 1 | -15/+35 |
| | |||||
* | Fix set command completions | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Remove tab completion limitation | Shin'ya Ueoka | 2020-05-02 | 1 | -3/+0 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 158 | -2881/+3117 |
| | |||||
* | Fix bookmark completion on open command | Shin'ya Ueoka | 2020-04-13 | 1 | -2/+2 |
| | |||||
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 4 | -28/+170 |
| | |||||
* | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 10 | -319/+2 |
| | |||||
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 7 | -4/+94 |
| | |||||
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 3 | -11/+48 |
| | |||||
* | Skip group on completion completions | Shin'ya Ueoka | 2020-03-28 | 1 | -29/+44 |
| | |||||
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 26 | -48/+258 |
| | |||||
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 9 | -85/+96 |
| | |||||
* | Query completions on open command by a completion source | Shin'ya Ueoka | 2020-03-26 | 11 | -8/+244 |
| | |||||
* | Use new completion use-case on current use-case (aliased) | Shin'ya Ueoka | 2020-03-26 | 6 | -59/+123 |
| | |||||
* | Complete commands on the console script | Shin'ya Ueoka | 2020-03-25 | 3 | -5/+81 |
| | |||||
* | Revert "Remove ! from commands" | Shin'ya Ueoka | 2020-03-25 | 2 | -2/+8 |
| | | | | This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a. | ||||
* | Remove ! from commands | Shin'ya Ueoka | 2020-03-25 | 2 | -8/+2 |
| | |||||
* | Use typed completions on console | Shin'ya Ueoka | 2020-03-25 | 3 | -3/+16 |
| |