Commit graph

350 commits

Author SHA1 Message Date
Labhansh Agrawal
6debd1e7f2 add config types 2020-04-27 22:53:49 +02:00
Labhansh Agrawal
bad51f9c15 prefer optional chain 2020-04-27 15:48:21 +02:00
Labhansh Agrawal
8d4ed96d89 add link handler to use shell.openExternal 2020-04-27 15:48:08 +02:00
Labhansh Agrawal
f7c19ce086 Bump xterm from 4.4.0 to 4.5.0 2020-04-13 12:08:16 +02:00
Labhansh Agrawal
41b1ac1852 fix prettier errors 2020-03-25 17:12:51 +01:00
Labhansh Agrawal
73e45f51f0 add command handler to uncatch keyboard event if search is closed 2020-03-25 13:29:12 +01:00
Labhansh Agrawal
78ec88d1e8 port remaining js components to ts 2020-03-18 20:21:30 +01:00
Labhansh Agrawal
4a3132b8e7 port notifications component to ts 2020-03-17 22:55:25 +01:00
Labhansh Agrawal
57fd125b5c port term-group component to ts 2020-03-16 16:54:17 +01:00
Labhansh Agrawal
579d0877f0 Remove usage of legacy and soon deprecated lifecycle methods 2020-03-15 19:31:36 +01:00
Simon Ábris
4cc864136f group all tab_icon css together 2020-03-14 18:59:20 +01:00
Simon Ábris
f0aabad2c4 remove js tab hover tracking and do it from css 2020-03-14 18:59:20 +01:00
Labhansh Agrawal
6801460912 port notification and split-pane component to ts 2020-03-14 18:58:45 +01:00
Labhansh Agrawal
5bb0b37682 port some components to ts 2020-03-10 14:54:36 +01:00
Labhansh Agrawal
fe6ddc8a2b remove unnecessary componentWillUnmount from header 2020-03-09 17:02:45 +01:00
Labhansh Agrawal
5e9fbbb620 typings improvements 2020-03-07 16:42:38 +01:00
Labhansh Agrawal
039b90aa65 Remove unnecessary eslint-disable directives 2020-03-03 00:24:12 +01:00
Labhansh Agrawal
01ea81823e Bump @types/uuid from 3.4.7 to 7.0.0 and fix breaking changes 2020-03-02 17:38:50 +01:00
Labhansh Agrawal
955566f6bf update typescript to 3.8.2 2020-02-21 17:25:18 +01:00
Labhansh Agrawal
c337288efa Improve containers typings and add prop types 2020-02-19 19:35:13 +01:00
Labhansh Agrawal
64249f389d update onCursorMove to match changes in xterm 2020-02-12 15:28:23 +01:00
Labhansh Agrawal
734701c5e7 Fix split view issue 2020-02-11 18:37:12 +01:00
Labhansh Agrawal
943186a51c add back the useCapture option in mousetrap 2020-01-15 18:06:25 +01:00
Labhansh Agrawal
9485b3297e add/update action creators types 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
c0b72f9939 rename remaining js files in lib/actions to ts 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
1b70f9e727 add Hyper Dispatch type 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
7355d871d5 rename lib/store/*.js to ts 2020-01-02 21:11:35 +01:00
Labhansh Agrawal
c71b24ebea improve reducer typings 2019-12-30 23:40:56 +01:00
Labhansh Agrawal
38c534b3aa Add action types 2019-12-29 15:55:53 +01:00
Labhansh Agrawal
f40496f127 remove unused code (#4117) 2019-12-28 15:10:33 -05:00
Labhansh Agrawal
41d70c3a15 Fix babel scope tracker error on build 2019-12-21 15:09:12 +01:00
Labhansh Agrawal
0381f392de use ts project references, remove forkTsChecker 2019-12-13 21:47:22 +01:00
Labhansh Agrawal
58804a2d5b port es5 code to es6 2019-11-29 22:09:10 +01:00
Labhansh Agrawal
4e0fc48ec6 convert manual bind to arrow 2019-11-27 13:49:51 +01:00
Labhansh Agrawal
ac782f382b remove getLastTermIndex 2019-11-25 09:44:30 +01:00
Labhansh Agrawal
0721c4c1d0 remove onURLAbort prop (#4002) 2019-11-24 11:52:38 -05:00
Labhansh Agrawal
f0b92cb8be Fix lint errors 2019-11-20 23:33:22 +01:00
Labhansh Agrawal
a1eb84d8a7 port js files in lib and lib/containers to ts (#3957)
* rename files in lib and lib/containers to ts

* add types

* fix ts errors
2019-11-11 16:21:42 +01:00
hector
7074cbe29b Expose focusActiveTerm function to window 2019-11-02 17:21:31 +01:00
Benjamin Staneck
03ff483bea add TODO comments for the new Electron async APIs that replace the remote module 2019-10-25 15:34:56 +02:00
Labhansh Agrawal
d232ec27c0 Typings fixes in terms and sessions 2019-10-20 22:20:05 +02:00
Labhansh Agrawal
537c746c75 porting files in lib/ actions, reducers and utils/plugins to ts (#3887)
* add type definitions

* rename files in lib/actions

* rename files from lib/reducers to ts

* renamed plugins.js to ts

* Add hyper types

* Fix ts errors in lib/reducers

* Fix ts errors in lib/actions

* Fix ts errors in plugins.ts
2019-10-19 18:59:56 +02:00
Labhansh Agrawal
27c9cc3892 Update redux devtools usage syntax 2019-10-19 13:46:48 +02:00
Jason Gauci
71953e0fdf Allow plugins to set the parent/predecessor of a new session (#3723) 2019-10-15 02:09:30 +02:00
Labhansh Agrawal
d2a318d48b Fix ts errors in lib/utils 2019-10-13 03:39:33 +02:00
Labhansh Agrawal
187897a1f0 Add hyper types 2019-10-13 03:39:33 +02:00
Labhansh Agrawal
5af8fa021f rename files from lib/utils to ts 2019-10-13 03:39:33 +02:00
ivan
97242c5d78 fix closing tab containing multiple panes 2019-10-13 03:09:23 +02:00
Labhansh Agrawal
cd655ad1e6 Fix undefined resizeObserver error during split 2019-10-12 16:48:47 +02:00
Labhansh Agrawal
3eaf743b5a Fix getters in index.js 2019-10-12 16:04:21 +02:00