Conversation
tasnimxvi
left a comment
There was a problem hiding this comment.
Tried to implement Drag and Drop from https://reactflow.dev/examples/interaction/drag-and-drop but I am definitely doing something wrong because screen is blank when I try to run the program. But inspect element shows no issues. Any idea where I might be off would be highly appreciated!
Note that their structure in App.jsx is different from ours - theirs doesn't have Main App () component and where that's our default export in our App.jsx, theirs is at the bottom. And you can't have multiple default exports on one file... I feel like the issue might be there.
RemDelaporteMathurin
left a comment
There was a problem hiding this comment.
@tasnimxvi I'm happy with this for now and I think we can merge this.
Other things to improve this system are:
- add a button to collapse/"uncollapse" this side bar
- categorise the nodes somehow. One node can have several categories
No description provided.