Commit graph

289 commits

Author SHA1 Message Date
EnixCoda
220e6a23f6
feat: support clicking file tree item with ctrl key pressed to open in new tab 2019-02-22 10:52:32 +08:00
EnixCoda
8635186834
v0.4.4 2019-02-21 18:43:53 +08:00
EnixCoda
b4ae8d2ad0
fix: tree data should be optional for file explorer 2019-02-21 18:41:36 +08:00
EnixCoda
1043c0dfd4
refactor: extract find node 2019-02-21 18:22:51 +08:00
EnixCoda
589bc25939
v0.4.3 2019-02-21 16:33:40 +08:00
EnixCoda
956701cd28
feat: performance boost for file explorer 2019-02-21 16:33:30 +08:00
EnixCoda
3f9a0dd0fc
v0.4.2 2019-02-21 16:19:16 +08:00
EnixCoda
1f3378beed
fix: update visible nodes when at root path 2019-02-21 16:19:06 +08:00
EnixCoda
874894261b
v0.4.1 2019-02-21 15:51:56 +08:00
EnixCoda
72356a2ebf
feat: keyboard shortcut for reveal item 2019-02-21 15:51:10 +08:00
EnixCoda
a09bba0a36
feat: reveal item from search result 2019-02-21 15:42:19 +08:00
EnixCoda
9f3ee8b5b5
v0.4.0 2019-02-21 11:44:44 +08:00
EnixCoda
62170293e9
feat: allow clear shortcut 2019-02-21 11:44:26 +08:00
EnixCoda
32c0b5f03c
refactor: switch listener in dispatch
Also disable listeners when gitako fail
2019-02-21 11:44:26 +08:00
EnixCoda
d857537f64
fix: apply default config 2019-02-21 11:44:26 +08:00
EnixCoda
3b08c474f0
fix: prevent input overflow 2019-02-21 11:44:26 +08:00
EnixCoda
aba320e352
feat: press enter to save access token 2019-02-21 11:44:26 +08:00
EnixCoda
99bfe41553
refactor: visible nodes generator 2019-02-21 11:44:26 +08:00
EnixCoda
764cddcd2f
fix: you can never be too cautious about types 2019-02-21 11:44:26 +08:00
EnixCoda
9ea8b7614a
refactor: give up on optional argument arrays 2019-02-21 11:44:26 +08:00
EnixCoda
3e74d220db
fix: import path extension 2019-02-21 11:44:26 +08:00
EnixCoda
a3cac844a9
refactor: optimization is endless 2019-02-21 11:44:26 +08:00
EnixCoda
7df3ffb2f5
refactor: more precise types for config helper 2019-02-21 11:44:26 +08:00
EnixCoda
0f5c2f5d09
chore: minor fix 2019-02-21 11:44:26 +08:00
EnixCoda
413ee74264
refactor: move snippet 2019-02-21 11:44:26 +08:00
EnixCoda
deb16704f2
refactor: safer config 2019-02-21 11:44:26 +08:00
EnixCoda
2efb424981
refactor: hug more strict typescript 2019-02-21 11:44:26 +08:00
EnixCoda
bd23dfd754
build: more strict 2019-02-21 11:44:26 +08:00
EnixCoda
8fd2709673
fix: typo 2019-02-21 11:44:26 +08:00
EnixCoda
5d4f92840c
fix: wait for execution 2019-02-21 11:44:26 +08:00
EnixCoda
d9dafee9b8
feat: throw unknown error 2019-02-21 11:44:26 +08:00
EnixCoda
e4e2389868
fix: return type of $ 2019-02-21 11:44:26 +08:00
EnixCoda
b877c258cc
style: more comma 2019-02-21 11:44:26 +08:00
EnixCoda
f39ba9c96f
refactor: stricter types 2019-02-21 11:44:26 +08:00
EnixCoda
b01a4c418c
fix: show error properly 2019-02-21 11:44:26 +08:00
EnixCoda
254e916445
feat: add env
Prevent error reporting in dev enviroment
2019-02-21 11:44:26 +08:00
EnixCoda
2f2a9f8e95
fix: cover leaked shadow 2019-02-19 17:08:26 +08:00
EnixCoda
861870a0b4
feat: narrow header content
When in codepage and gitako is ready
2019-02-19 16:48:42 +08:00
Enix
f6a87da6eb
Merge pull request #28 from EnixCoda/feature/typescript
Feature/typescript
2019-02-19 16:31:17 +08:00
EnixCoda
302d60b4a2
refactor: require types on method creator 2019-02-19 16:26:17 +08:00
EnixCoda
f50af5c62d
fix: onChange is more welcomed than onInput 2019-02-19 16:24:47 +08:00
EnixCoda
c24824c99b
chore: remove unwanted log 2019-02-19 16:24:25 +08:00
EnixCoda
eee0b01341
fix: better names in connect 2019-02-19 15:58:45 +08:00
EnixCoda
984204f167
fix: should get state instead of props 2019-02-19 15:58:44 +08:00
EnixCoda
5abbd28596
refactor: rename dispatch properties 2019-02-19 00:11:11 +08:00
EnixCoda
7e95987902
fix: note for any and clean types 2019-02-19 00:08:38 +08:00
EnixCoda
706b0c530c
fix: types in GitHubHelper 2019-02-19 00:08:38 +08:00
EnixCoda
7b929a0d77
fix: types of analytics 2019-02-19 00:08:38 +08:00
EnixCoda
073f8585bd
build: use checker plugin
With it can awesome typescript loader output to console
2019-02-19 00:08:38 +08:00
EnixCoda
da0bf634a5
chore: add Omit 2019-02-19 00:08:38 +08:00