Description
Implement a side panel which allows user to edit the code generated from the graph which is integrated into the website itself. Ensure the changes done inside it persist even if some sections of the code is changed due to movements in graph.
Tasks
- add a toggleable side panel which contains a mini code editor with pytorch language support
- allow persistent code changes even if the graph is changed in non-edited regions. If not possible, rework code generation process to be run by pressing a button.
- add line numbers and bracket matching as additional Quality of Life changes to simulate VSCode like behaviour.
Description
Implement a side panel which allows user to edit the code generated from the graph which is integrated into the website itself. Ensure the changes done inside it persist even if some sections of the code is changed due to movements in graph.
Tasks