Commit graph

202 commits

Author SHA1 Message Date
Hongarc
10bcc0a02f Remove all white space at end of line 2019-04-22 06:44:05 +07:00
Hongarc
e6d7edd130 Create simple debounce and throttle instead of _. 2018-12-05 12:08:41 +07:00
Hongarc
27ef578b2e Remove 16 underscore requires 2018-12-01 13:04:24 +07:00
Hongarc
bd8009386d Use 'Array.prototype.forEach' instead of '_.each' and '_.forEach' 2018-12-01 11:28:04 +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
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
Hongarc
41bb6d1bd7 Fix more typo, ' and some word 2018-11-30 22:11:38 +07:00
Hongarc
694f414e22 Fixed typos in comments and strings 2018-11-29 01:38:01 +07:00
Peter Cottle
780f53e226 Resolves #486 -- easier to understand button labels when interactive rebasing 2018-09-30 21:47:09 -07:00
Peter Cottle
a5352218a1 Resolves #415 -- prevent tab from losing focus 2017-03-12 18:59:42 -07:00
AlexByte
d21317d2ab Fix showing text cursor after page load 2017-03-12 04:49:05 +03:00
Peter Cottle
7dfacd7ede Resolves #411 -- huge overhaul of cursor rendering and logic, zoom friendly now 2017-03-10 19:48:16 -08:00
Peter Cottle
59b579b821 Leave title for levels dialog 2015-11-30 10:25:16 -08:00
Peter Cottle
01729706d0 Resolves #340 Drop alert titles 2015-11-30 10:20:52 -08:00
Oleksandr Redko
4b68934ca1 Add 'ru_RU' and 'uk' translation of the "Git Demonstration" title 2015-11-28 22:24:21 +02:00
Oleksandr Redko
5fdaf2cc9f Add 'uk' and 'ru_RU' translations of the level bar tabs 2015-11-21 23:57:28 +02:00
Peter Cottle
7d719f4cff Resolves #331 -- update title of level bar when locale changes 2015-11-15 12:05:42 -08:00
Peter Cottle
1b612dc327 Small fix for #288 2015-06-06 13:12:38 -07:00
Peter Cottle
6ba36de6b7 Resolves #288 Resolves #266 Fix the level dancing bug 2015-06-06 13:05:09 -07:00
Peter Cottle
1ef2569394 Resolves #273 build level breakage 2015-05-27 21:30:52 -07:00
Peter Cottle
57a1905e7d ok i think everthing is wroking 2015-04-20 17:12:54 +10:00
Peter Cottle
f048f99e7f temporary UNSTABLE since codemod went nuts 2015-04-20 17:05:21 +10:00
Peter Cottle
2257668f9d got rid of every underscore bind i think -- 1500 line diff 2015-04-20 16:41:56 +10:00
Peter Cottle
93d9ac693f removed 6 underscore requires 2015-04-20 16:19:15 +10:00
Peter Cottle
b5cf7f9343 removed easy background view 2015-04-20 15:37:47 +10:00
Peter Cottle
ce5fc82ca9 BOOM removed helper bar view look at those stats brah 2015-04-20 15:31:30 +10:00
Peter Cottle
e54d65f927 fix multiview for just one view, god hope that bug isnt in production 2015-04-20 14:05:28 +10:00
Peter Cottle
9206820a8d PARTIAL level toolbar rewrite 2015-04-17 17:18:59 +10:00
Peter Cottle
9a266a3cc4 BOOM redid the command history view 2015-04-16 19:17:49 +10:00
Peter Cottle
ab064a2502 fix a casper test 2015-04-12 20:03:03 -07:00
Peter Cottle
1ff2a731fb all casper tests are failing rawr 2015-04-11 12:21:19 -07:00
Peter Cottle
d4e0887bc7 BOOYAH BABY FIRST BACKBONE VIEW REMOVED REACT FTW 2015-04-11 12:02:20 -07:00
Peter Cottle
fd353911c5 OMG unstable finding bugs 2015-04-04 11:42:56 -07:00
Peter Cottle
b3cf8263a2 removed all horrible hack references 2015-04-04 11:24:49 -07:00
Peter Cottle
3a710c8ab4 YES converted over local storage 2015-04-04 11:06:23 -07:00
Peter Cottle
095c52cec3 [Flux] Level arbiter removed WOOO 2015-03-29 21:47:40 -07:00
Peter Cottle
dd4bec0597 fixed all tests with weird function scoping bug 2015-03-29 13:54:03 -07:00
Peter Cottle
1afd48bb39 [Flux] Locale data flow converted to Flux 2015-03-28 11:30:42 -07:00
Paulo Matias
f3a8f6c5e6 Preliminary translation into Brazilian Portuguese 2014-12-23 18:17:17 -02:00
Peter Cottle
bf6a84dd1d [Fun] Issue #202 -- more fun when finishing! 2014-08-19 19:26:41 -07:00
Peter Cottle
90c39417bb PR #196 code cleanup and solution description rather than reordering 2014-08-13 19:22:45 -07:00
Patrick
00cc6349d0 Added extra flag to interactive rebase which accepts a list of commits (ordering counts). This list will then be shown to the user when the rebase dialog shows up when showing a solution that does an interactive rebase. This is so the user doesn't have to guess about what commits were picked and how they were ordered for the solution 2014-07-26 15:22:26 -04:00
Peter Cottle
47f4c21b78 Fix tree positioning 2014-06-29 16:51:14 -07:00
mgarciaisaia
31ea0cedd0 Full Spanish translation 2014-05-08 02:38:46 -03:00
Peter Cottle
5d05103afb Objective button Resolves #168 2014-05-07 18:34:15 -07:00
mht
4de2cc2b15 update levels/remote/clone 2014-03-22 22:32:06 +08:00