-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changing editor layout #49
Conversation
@doriroz is attempting to deploy a commit to the Dhanush Nehru's projects Team on Vercel. A member of the Team first needs to authorize it. |
Seems some merge conflicts, can you please resolve it @doriroz |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@doriroz seems still there are merge conflicts in few files |
I can see the pullreqeust is in status 'await for authorization'. |
Hi @doriroz vercel deployment approved, it seems there is an error in your code But I can still see a merge conflict in this file |
Hi, i submitted my PR changes and i see it still waiting for approval. |
Hi @doriroz seems the visualization looks odd in mobile view and also default code is not been pulled in your existing code which is already present, can you please check that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check for the default code populated as well
Hi.... |
In the existing app whenever you pick js, python or any other language, you will see the default code populated in the code editor. |
changing the layout editor by creating a new sidebar to the right.
placing the position of the run button and the listdrop in the sidebar.
in addition, when error message is create it will display on the editor as a flow error text .
when the error text display, it can be close by the close button in the right side.
after i tried to close the error message and click the run button again the editor stay still and
no error message is displayed.
i expect the error message will display as long as there is an error,
but i don't know if that the way the editor should work.