Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update ScrollPresenter.ts | TeepaBlue | 2020-12-03 | 1 | -1/+1 |
| | | | fix a typo | ||||
* | Merge pull request #835 from ueokande/dependabot/npm_and_yarn/typescript-4.0.3 | Shin'ya Ueoka | 2020-09-22 | 1 | -3/+2 |
|\ | | | | | Bump typescript from 3.9.7 to 4.0.3 | ||||
| * | 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 | ||||
* | | Fix e2e test on option | Shin'ya Ueoka | 2020-09-22 | 3 | -4/+17 |
| | | |||||
* | | Fix component test | Shin'ya Ueoka | 2020-09-21 | 2 | -3/+5 |
| | | |||||
* | | Move console css | Shin'ya Ueoka | 2020-09-21 | 3 | -1/+1 |
| | | |||||
* | | Introduce styled-components on top of form | Shin'ya Ueoka | 2020-09-21 | 4 | -63/+72 |
| | | |||||
* | | Introduce styled-components on form fields | Shin'ya Ueoka | 2020-09-21 | 10 | -218/+248 |
| | | |||||
* | | Introduce styled-components on settings ui | Shin'ya Ueoka | 2020-09-21 | 9 | -184/+145 |
| | | |||||
* | | Separate input component | Shin'ya Ueoka | 2020-09-21 | 6 | -99/+135 |
| | | |||||
* | | Merge pull request #823 from dev-output/focus-inputs-missing-type | Shin'ya Ueoka | 2020-09-21 | 1 | -1/+1 |
|\ \ | |/ |/| | Focus inputs without type | ||||
| * | Focus inputs without type | Steve Fromwork | 2020-08-31 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| |