aboutsummaryrefslogtreecommitdiff
path: root/src/background/usecases/ConsoleUseCase.ts
Commit message (Collapse)AuthorAgeFilesLines
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-281-8/+1
| | | | | | 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-281-0/+21
|
* Remove unused classesShin'ya Ueoka2020-12-091-65/+0
|
* Make background operator as an operatorShin'ya Ueoka2020-12-091-2/+4
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-131-18/+16
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-281-2/+2
|
* npm run lint:fixShin'ya Ueoka2019-12-221-8/+8
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-191-6/+6
|
* Types on src/backgroundShin'ya Ueoka2019-05-021-18/+22
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-021-0/+61