- 15 Nov, 2019 3 commits
-
-
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 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 13 Nov, 2019 2 commits
-
-
Przemyslaw Kaminski authored
Also, attempt to make automatic FA pause almost working.
-
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.
-
- 18 Oct, 2019 2 commits
-
-
James Laver authored
-
James Laver authored
-
- 15 Oct, 2019 7 commits
-
-
Alexandre Delanoë authored
-
Nicolas Pouillard authored
-
Alexandre Delanoë authored
-
Nicolas Pouillard authored
-
Alexandre Delanoë authored
-
Nicolas Pouillard authored
-
Nicolas Pouillard authored
-
- 14 Oct, 2019 3 commits
-
-
James Laver authored
-
Nicolas Pouillard authored
-
James Laver authored
-
- 12 Oct, 2019 1 commit
-
-
Alexandre Delanoë authored
[FILES] RandomTexts in G.C.Nodes.Home
-
- 11 Oct, 2019 2 commits
-
-
James Laver authored
-
James Laver authored
G.C.Loader -> G.C.OldLoader, new G.C.Loader! fixing the overcacheing bug on corpus tabs. also kill some warnings
-
- 10 Oct, 2019 7 commits
-
-
Alexandre Delanoë authored
-
James Laver authored
-
James Laver authored
-
James Laver authored
-
James Laver authored
[DEBUG] swap G.C.DocsTable.renderPage for new function `page` and corresponding `pageCpt` to make the component a top level object instead of dynamic based on closure. Did not fix the problem, but improves the code somewhat
-
James Laver authored
-
James Laver authored
-
- 07 Oct, 2019 5 commits
-
-
James Laver authored
minor refactor of DocsTable. instead of reloading endlessly, we now rerender endlessly, which is easier to handle
-
James Laver authored
-
James Laver authored
-
James Laver authored
-
James Laver authored
-
- 02 Oct, 2019 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 30 Sep, 2019 1 commit
-
-
James Laver authored
-