aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 elementsCihan Demirci2020-10-101-18/+23
* | 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
|/
* Merge pull request #835 from ueokande/dependabot/npm_and_yarn/typescript-4.0.3Shin'ya Ueoka2020-09-221-3/+2
|\
| * Use destructuring-assignment instead of delete operatorShin'ya Ueoka2020-09-221-3/+2
* | 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
* | Introduce styled-components on form fieldsShin'ya Ueoka2020-09-2110-218/+248
* | Introduce styled-components on settings uiShin'ya Ueoka2020-09-219-184/+145
* | Separate input componentShin'ya Ueoka2020-09-216-99/+135
* | Merge pull request #823 from dev-output/focus-inputs-missing-typeShin'ya Ueoka2020-09-211-1/+1
|\ \ | |/ |/|
| * Focus inputs without typeSteve Fromwork2020-08-311-1/+1
* | Merge pull request #837 from ueokande/use-styled-componentsShin'ya Ueoka2020-09-218-197/+237
|\ \
| * | 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
|\
| * 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 to cl...yoloClin2020-08-021-0/+1
* | Merge pull request #755 from MatiasStorm/improved_scrollingShin'ya Ueoka2020-08-101-11/+14
|\ \
| * | Minor improvements to ScrollPresenterMatiasStorm2020-05-111-11/+14
| |/