-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add launcher buttons #108
Add launcher buttons #108
Conversation
I think creating |
Hi @hbcarlos, what is the status of this PR? |
We can remove the icon for creating |
I would go with the |
I just tried from Binder and It does not seem to open correctly the existing files. error.mp4 |
It should work now. |
Thanks @hbcarlos |
Fixes #100
The
FCStd
file doesn't work because as you can see here, we create a new file by calling the save method in the contents service and passing an empty document.The Freecad format is a standard zip file containing one or more files in a specific structure, there is no easy way of hardcoding this in the frontend.
Maybe this is a good opportunity to improve the RTC API.