Commit graph

2554 commits

Author SHA1 Message Date
Peter Cottle
fb9cb4d9d1
Merge pull request #523 from Hongarc/gitignore
Add log yarn, remove some line, what is covered by other line
2018-12-07 09:03:54 -08:00
Hongarc
882526f5ab chore(git): add yarn-error.log to .gitignore 2018-12-07 23:41:09 +07:00
Hongarc
9421760165 chore(git): remove some line is covered by other line 2018-12-07 23:37:12 +07:00
Peter Cottle
8b71c1271e
Merge pull request #519 from Hongarc/underscore
Replace function of `underscore` with simple function
2018-12-06 11:52:40 -08:00
Peter Cottle
adb748c0ea
Merge pull request #522 from Hongarc/css
fix(css): fix offset top of select level (in firefox)
2018-12-06 11:45:24 -08:00
Hongarc
d06e024a2a fix(css): fix offset top of select level (in firefox) 2018-12-06 23:14:46 +07:00
Peter Cottle
444468f091
Merge pull request #518 from Hongarc/module
Module
2018-12-05 17:17:56 -08:00
Peter Cottle
890752ae22
Merge pull request #520 from jasonqu/patch-1
fix a little typo in cn
2018-12-05 17:17:24 -08:00
Guodong Qu
d36619b7f6
fix a little typo in cn 2018-12-05 17:30:59 +08:00
Hongarc
70b7a72bd7 Use Object.values instead of _.each : 96ddb50 2018-12-05 12:18:56 +07:00
Hongarc
e6d7edd130 Create simple debounce and throttle instead of _. 2018-12-05 12:08:41 +07:00
Hongarc
6a067eb941 Add yarn.lock 2018-12-05 08:02:06 +07:00
Hongarc
e7b7a8db2d Remove module unuse 2018-12-05 08:01:28 +07:00
Peter Cottle
ae0030daa7
Merge pull request #517 from Hongarc/master
Change npm to yarn
2018-12-04 14:26:22 -08:00
Hongarc
b884b0e398 Change npm to yarn 2018-12-04 16:51:11 +07:00
Peter Cottle
517f20e44c
Merge pull request #515 from Hongarc/package
Edit Gruntfile.js and info in package.json
2018-12-03 09:04:55 -08:00
Hongarc
4acbfde071 Add some info about this repository 2018-12-03 09:26:40 +07:00
Hongarc
0c05bf09a9
Restore src/levels in Gruntfile.js 2018-12-03 09:03:39 +07:00
Peter Cottle
e7c3647f10
Merge pull request #511 from Hongarc/css
Fixed some css wrong
2018-12-02 17:45:27 -08:00
Peter Cottle
04bd8ed4a9
Merge pull request #514 from Hongarc/package
remove forgot in 'no more native' a9dd27c
2018-12-02 17:43:12 -08:00
Hongarc
57f84f0a36 remove forgot in 'no more native' a9dd27c 2018-12-02 20:20:33 +07:00
Hongarc
b40dde0196 Avoid display 900px in small screen 2018-12-02 13:30:35 +07:00
Hongarc
c9cb6c016f Fixed don't show all of #commandLineBar 2018-12-02 13:22:17 +07:00
Hongarc
283c88cac2 Fixed scroll 125% or higher 2018-12-02 13:20:02 +07:00
Peter Cottle
95d5a02170
Merge pull request #510 from Hongarc/args
Fix space-group in <vcs> <command>
2018-12-01 10:23:00 -08:00
Peter Cottle
30458e8dbf
Merge pull request #509 from Hongarc/simple
Use simple method of Nodejs instead of `underscore`
2018-12-01 10:22:07 -08:00
Hongarc
d8c2aed4bc No join, no split 2018-12-01 23:43:31 +07:00
Hongarc
d088643f2e Fix space-group in <vcs> <command> 2018-12-01 23:11:29 +07:00
Hongarc
27ef578b2e Remove 16 underscore requires 2018-12-01 13:04:24 +07:00
Hongarc
9365454cf3 Use 'Array.prototype.includes' instead of '_.include' 2018-12-01 12:51:15 +07:00
Hongarc
96ddb5041a Use 'Object.values' and 'Object.keys' instead of '_.each(object)' 2018-12-01 12:34:23 +07:00
Hongarc
bd8009386d Use 'Array.prototype.forEach' instead of '_.each' and '_.forEach' 2018-12-01 11:28:04 +07:00
Hongarc
d87fd095c0 Use 'Object.values' and 'Object.keys' to get list 'keys' and 'values' 2018-12-01 08:51:03 +07:00
Hongarc
e17d974b55 Use 'util/escapeString' instead of _.escape 2018-12-01 08:40:56 +07:00
Hongarc
ce61c97cf0 Replace '_.keys' to 'Object.prototype.keys' 2018-12-01 08:34:39 +07:00
Hongarc
dddf063146 Replace '_.filter' to 'Array.prototype.filter' 2018-12-01 08:27:01 +07:00
Hongarc
e324e51587 Replace '_.reduce' to 'Array.prototype.reduce' 2018-12-01 08:22:40 +07:00
Hongarc
7af2db3da5 Replace '_.map' to 'Array.prototype.map' 2018-12-01 08:20:42 +07:00
Hongarc
0134bf9870 Replace some '_.each' with 'Array.prototype.forEach' 2018-12-01 08:05:27 +07:00
Hongarc
489a4b9095 change '_.clone(..args)' to 'Object.assign({}, ..args)' 2018-12-01 06:37:25 +07:00
Hongarc
052aa1e299 change '_.extend' to 'Object.assign' 2018-12-01 06:07:06 +07:00
Peter Cottle
7ae05ce932
Merge pull request #507 from Hongarc/object-assign
Remove module object-assign
2018-11-30 12:23:04 -08:00
Peter Cottle
1897476694
Merge pull request #508 from Hongarc/typo
Fix more typo, `'` and some word
2018-11-30 12:22:46 -08:00
Hongarc
41bb6d1bd7 Fix more typo, ' and some word 2018-11-30 22:11:38 +07:00
Hongarc
4c92196559 Remove module object-assign 2018-11-30 20:21:13 +07:00
Peter Cottle
e8c8f8975a
Merge pull request #503 from RogerLiNing/zh_cn_translation
update zh_cn translation in describe.js
2018-11-28 21:35:57 -08:00
Peter Cottle
a1f59e72ab
Merge pull request #504 from fillerInk/master
corrected grammatical error in readme.md
2018-11-28 21:35:22 -08:00
Peter Cottle
40e3a81729
Merge pull request #505 from Hongarc/master
Fixed typos in comments and strings
2018-11-28 21:34:37 -08:00
Hongarc
694f414e22 Fixed typos in comments and strings 2018-11-29 01:38:01 +07:00
Hongarc
5e8d83536e Fixed typos in comments and strings 2018-11-28 23:25:18 +07:00