Commit graph

160 commits

Author SHA1 Message Date
Anh Hồng
b7ac2851c6 refactor: replace all master to main 2021-04-19 10:52:05 +07:00
Peter Cottle
4148f0b846 Followup to #823 -- consolidate logic 2021-04-16 09:03:24 -06:00
Christopher Brenberg
9eaf366d65 change master to main in CLI output when checking out via click 2021-04-16 09:45:28 -05:00
Peter Cottle
4c4e607096 Swap out master for main in visualizations 2020-12-27 10:10:57 -07:00
yzhang
b3a59b8c95 follow-up 2020-08-11 07:59:43 +08:00
yzhang
188bda5964 💄 choose proper fonts for all 3 OSes 2020-08-10 11:18:28 +08:00
Lukas Schmid
b281d1d76c Added support for git tag -d <tag> and fixed a bug where a duplicate tag name wouldn't show in the error-msg 2019-09-04 16:47:24 +02:00
Hongarc
ce516d9c9b Fix resize width and height to -1 2019-04-25 11:52:37 +07:00
Hongarc
64eb8ab773 migrating old version react to last version 2019-04-23 00:49:15 +07: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
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
bd8009386d Use 'Array.prototype.forEach' instead of '_.each' and '_.forEach' 2018-12-01 11:28:04 +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
23397adec2 Resolves #477 -- scope binding issue with refresh 2018-08-03 10:21:39 -07:00
Peter Cottle
b6a34ec17e Resolves #459 -- parent ordering can break some operations 2018-04-09 08:35:15 -07:00
Peter Cottle
97e6eef62f Resolves #429 eliminate clientWidth in favor of getBoundingClientRect 2017-07-02 08:39:21 -07:00
Peter Cottle
6d88297e0b Resolves #418 switch to bounding client rect due to weird chrome bug 2017-03-22 22:00:23 -07:00
Peter Cottle
aa4b8959e5 Resolves #401 fix listeners 2017-02-17 09:45:20 +09:00
Oleksandr Redko
5a784ae15e Fixed typos in comments and strings 2016-10-26 12:19:24 +03:00
Peter Cottle
52d930d45a [Gist] Resolves #371 fix gist loading bug 2016-04-17 17:35:56 -07:00
Oleksandr Redko
c1be06764a Add translation to the "solved level" message 2015-11-25 00:38:20 +02:00
Peter Cottle
78b87b3c47 remove console.log 2015-08-29 08:39:29 -07:00
Peter Cottle
10e0355576 Resolves #306 speed up animation and then stop showing 2015-08-29 08:37:55 -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
b3cf8263a2 removed all horrible hack references 2015-04-04 11:24:49 -07:00
Peter Cottle
36161d3406 fixed build 2015-03-28 14:29:31 -07:00
Peter Cottle
7ac30e897f removed global state store :D 2015-03-28 14:27:44 -07:00
Peter Cottle
82c3e75394 converted flip treey 2015-03-28 14:22:06 -07:00
Peter Cottle
cb776e1b4e Resolves #221 checks for visTag object as well 2014-11-29 17:01:47 -08:00
Peter Cottle
232cb0385c PR #166 Fix the origin vis not resizing as well 2014-03-17 11:27:40 -07:00
Sergey Krilov
f29252e6ad Support dragging the goal window 2014-03-09 20:46:30 -04:00
Peter Cottle
937977f232 Resolves #147 Flip trees upside down with flip 2014-01-03 10:26:39 -08:00
Peter Cottle
1908e533d0 Turn down saturation a bit Resolves #148 2013-12-08 10:52:00 -08:00
Peter Cottle
9fbe654cb2 got tags making commits not faded out or orphaned anymore 2013-11-01 10:01:13 -07:00
Peter Cottle
1bd9ed3f7b WIP for moving 2013-10-28 16:19:16 -07:00
Peter Cottle
119c4aea16 treeCompare mod 2013-10-28 16:19:16 -07:00
Peter Cottle
ebfd5e84d2 Merge branch 'tagSupport' Pull Request #137 Issue #134
Conflicts:
	src/js/git/index.js
2013-10-27 12:37:48 -07:00
Peter Cottle
1e152858a2 last level for remotes?? 2013-10-26 14:27:51 -07:00
Peter Cottle
67d2352fa2 details 2013-10-26 11:39:29 -07:00
Max Sikström
7a06cfd0c7 Cleanup + fixed a typo
A typo (TagsCollection vs. TagCollection) made levels crash when loading.

There where still lot of stuff left for handling master branch in the visTag
code, because visTag is a modified version of the visBranch-object. Therefore,
clean up asome unused code

Signed-off-by: Max Sikström <msikstrom@op5.com>
2013-10-08 20:48:05 +02:00
Max Sikström
74342e2028 Git Tag: Initial support for tagging
Branching in git even more useful if using tags. Simulate relase branches,
maintenance branches and so on is therefore really useful in this tool.

Now, rudimentary tagging is implemented, where tags can be attached to the
commits, and referenced by for exmapmle git checkout

Signed-off-by: Max Sikström <msikstrom@op5.com>
2013-10-08 19:12:48 +02:00
Peter Cottle
dd64536615 ugh ugly bug again with origin loading so sad 2013-10-06 16:13:40 -07:00
Peter Cottle
11074dba64 ugly bug around unescaping 2013-10-06 15:49:59 -07:00