-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clone in a new tab #181
Comments
Easier to do after #180 is done. |
jacomyal
added a commit
that referenced
this issue
Jan 28, 2025
Details: - Gets a solid draft for @gephi/gephi-lite-broadcast, with strong and exhaustive typing for both methods and events - Moves some more typings from Gephi Lite to Gephi Lite SDK TODO: - Get to a working minimal version of the new broadcast client from Gephi Lite - Test that it works (maybe on implementing #181?) - Implement all missing methods and events
jacomyal
added a commit
that referenced
this issue
Jan 29, 2025
This commit also drafts an implementation for #181. Details: - Gets a solid draft for @gephi/gephi-lite-broadcast, with strong and exhaustive typing for both methods and events - Drafts four methods and one event, and documents a TODO list for remaining methods and events - Moves some more typings from Gephi Lite to Gephi Lite SDK - Handles first methods from Gephi Lite - Drafts a button to clone current graph in a new tab
jacomyal
added a commit
that referenced
this issue
Jan 29, 2025
This commit partially implements #180 and #181. Details: - Moves 'origin' out of GraphDataset, into its own new atom - Moves GraphDataset typings and base utils (serialization, get empty dataset) from Gephi Lite to the SDK - Adds some more utils and types, to get some data-only GraphDataset (i.e. without the Graphology instance), but not as a string - Implements new broadcast methods, to read and write full GraphDatasets and/or appearance states - Fixes "Clone in a new tab" button (with dataset and appearance)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
idea: add a clone in a new tab to 'save' the current view.
The text was updated successfully, but these errors were encountered: