Adding a share / Copy link button
If the graph is remote one (like a remote url or a public github one), it can be cool to have a "share button" that produce the good gephi-lite URL :
Proposition :
- Adding a "Copy link" button on the file panel that produce the good url and copy it in the clipboard
Same need here. When I create a url like:
https://next.nocodefunctions.com/user_created_files/gephi-lite/index.html?file=private/gephi-lite_339461296915277156.gexf
This link is shareable. But when it is opened, the url gets rewritten as simply:
https://next.nocodefunctions.com/user_created_files/gephi-lite/index.html
and that link of course does not allow to share the viz.
(file query param removed. It is not a proxy issue it seems but something gephi-lite imposes).
When the graph is loaded, the file query parameter is removed, it's the normal behavior.
That's why we want to add somewhere in the UI a button that generate the link for you.