-
Notifications
You must be signed in to change notification settings - Fork 1
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
File uploader for json #9
Conversation
Signed-off-by: MeastroZI <[email protected]>
@jviotti please review this PR |
Is looking good! The only comments I have is around the UI being slightly confusing with the code editor + the upload file. What about this?
|
The editor isn't being removed, but the code in the editor removed. The editor remains, but when a file is uploaded, the file takes priority until it is removed. |
Yes, that's a good idea. I'll implement it in a few weeks, as I currently have academic exams. : ) |
Screencast.from.24-04-24.02.02.47.AM.IST.webm |
Looks better based on the video! I'll give it a proper shot and review tomorrow |
Signed-off-by: Vinit Pandit <[email protected]>
Signed-off-by: Vinit Pandit <[email protected]>
Signed-off-by: MeastroZI <[email protected]>
Signed-off-by: MeastroZI <[email protected]>
Looks and feels much better. The two comments I have are:
|
If i do that the default schema which was previously in editor get remove if i am not wrong , is this Ok ? or else i need to store the previous schema in temp variable . |
Yeah, if you have a schema in the editor and you upload a file, removing what you had on the editor makes sense. No need to keep it around |
Signed-off-by: MeastroZI <[email protected]>
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.
Looks good!
ref #4
Screencast from 17-04-24 10:36:07 AM IST.webm
The file contains 75,000 lines of code, which is why it takes the FileReader a significant amount of time to read it.