streamlit-agraph icon indicating copy to clipboard operation
streamlit-agraph copied to clipboard

Rewrote using functional component and hook. Fix dependencies and build. add link argument

Open cshuphys opened this issue 8 months ago • 4 comments

The original front end dependency is broken thus can't be build. I fix the dependency, rewrite the frontend using functional component and hook. I also fix the gitignore so that node_module is ignored and removed. In addition, I add a new argument as link. So that when it opens a new window of that link when double click on any node.

Please review, thank!

cshuphys avatar Jun 21 '24 21:06 cshuphys