- 11 Dec, 2019 2 commits
-
-
Przemyslaw Kaminski authored
I.e. fresh graph loading was fixed (force atlas restarts correctly, edges are hidden automatically).
-
Przemyslaw Kaminski authored
-
- 10 Dec, 2019 1 commit
-
-
Przemyslaw Kaminski authored
NodeSize range is set from graph data. Search first draft.
-
- 06 Dec, 2019 1 commit
-
-
Przemyslaw Kaminski authored
As an example, this transforms the fetched graph and: hides nodes (via the nodeSize state) and changes their colour (via selectedNodeIds).
-
- 04 Dec, 2019 4 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
-
- 03 Dec, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Nov, 2019 2 commits
-
-
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.
-
- 22 Nov, 2019 1 commit
-
-
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 3 commits
-
-
Przemyslaw Kaminski authored
-
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
-
- 15 Nov, 2019 4 commits
-
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
It is enough to create a portal with that dummy ref-ed container. This simplifies code and makes parentRef obsolete.
-
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 1 commit
-
-
Przemyslaw Kaminski authored
-
- 13 Nov, 2019 1 commit
-
-
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.
-
- 29 Sep, 2019 1 commit
-
-
James Laver 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 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, fix label size to be "fixed".
-
- 06 Sep, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 05 Sep, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 26 Aug, 2019 1 commit
-
-
Przemyslaw Kaminski authored
This doesn't work yet.
-
- 20 Aug, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 19 Aug, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 12 Aug, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 08 Aug, 2019 1 commit
-
-
Przemyslaw Kaminski authored
-
- 01 Aug, 2019 1 commit
-
-
James Laver authored
-
- 23 Jul, 2019 1 commit
-
-
James Laver authored
-