- 04 Dec, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 03 Dec, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Nov, 2019 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This is achieved by introducing graph Stage. We can split initial rendering then from hooks when ready (like showing marked selections) and the cleanup stuff.
-
- 27 Nov, 2019 1 commit
-
-
Przemyslaw Kaminski authored
useAff cached to aggressively. Added refs for path comparison (this also adds a requirement of Eq path to useLoader now). Also, removed lots of duplicated code in Loader.purs and unified to have only one loader.
-
- 25 Nov, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 22 Nov, 2019 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Remove utility functions. They were reading refs constantly, pattern matching on Maybe/Either. We can do everything in one go.
-
- 21 Nov, 2019 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This still doesn't show up because I need GraphSideCorpus array from somewhere, apparently.
-
- 20 Nov, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 19 Nov, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 18 Nov, 2019 3 commits
-
-
Przemyslaw Kaminski authored
Now the timeout for pause won't trigger if user quickly presses stop/start FA.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Apparently, when graph rendering was fixed, it's not necessary to refresh forceAtlas after sigma updates.
-
- 15 Nov, 2019 2 commits
-
-
Przemyslaw Kaminski authored
Turns out the issue was also at parent getting rerenders. So the trick is that I added an empty div with ref for parent node and, next to it, the Graph component pointing to that ref. Graph component calls react's usePortal with that parent ref and a small 'createElement' div to hold sigma canvases.
-
Przemyslaw Kaminski authored
Well, it still does a bit because parent keeps rerendering but we can manage that.
-
- 14 Nov, 2019 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 13 Nov, 2019 4 commits
-
-
Przemyslaw Kaminski authored
Also, attempt to make automatic FA pause almost working.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
I.e. no data is reloaded so there is less graph flickering.
-
Przemyslaw Kaminski authored
Now state change doesn't refresh the graph.
-
- 07 Nov, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 06 Nov, 2019 1 commit
-
-
Przemyslaw Kaminski authored
This also simplifies numerous useEffect calls. Still needs work -- graph doesn't render currently, but the code compiles at least.
-
- 02 Oct, 2019 1 commit
-
-
Alexandre Delanoë authored
-
- 30 Sep, 2019 1 commit
-
-
James Laver authored
-
- 29 Sep, 2019 1 commit
-
-
James Laver authored
-
- 27 Sep, 2019 1 commit
-
-
James Laver authored
-
- 20 Sep, 2019 1 commit
-
-
James Laver authored
-
- 18 Sep, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 17 Sep, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 13 Sep, 2019 1 commit
-
-
Przemyslaw Kaminski authored
Works better, but still can't get it to refresh with forceatlas paused.
-
- 11 Sep, 2019 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, fix label size to be "fixed".
-
Przemyslaw Kaminski authored
These don't refersh the whole graph, only change sigma settings.
-
- 06 Sep, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 09 Aug, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-