You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove the file directory viewer subwindow in the VC+
rename VC+ as "EXECUTION" and replace the orange with the dark grey color of the top bar of VisualCircuit.
remove the JdeRobot logo at the RUN part of the webpage, the layout button, the choose file button, and the "User 1 - Project B" message at the top bar. The choose file is not needed anymore as the "file" to load is the zip file generated by the VisualCircuit backend, and there is no "user" or "project name" to show (those were things useful at the PythonWebIDE, but not here)
Connect the "Play" button with (a) launching the internal translation, (b) the generation of the zip file, (b) the loading of that zip file and finally (d) its execution. Maybe a message should be shown to the user for telling her/him which stage the process is.
Introduce a mobile vertical separator between the "editor side" of the webpage and the "execution side" of the webpage. Maybe you could reuse the code of the vertical separators already included in the current "run side" to separate subwindows
The first prototype of Execution subwindow is ready. Good job @siddheshsingh26 !
Let's improve it further: