-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Save Sketches on mobile #1544
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
Save Sketches on mobile #1544
Conversation
…ilo/p5.js-web-editor into feature/mobile-save-sketch
…ilo/p5.js-web-editor into feature/mobile-save-sketch
…strilo/p5.js-web-editor into feature/mobile-save-sketch
…strilo/p5.js-web-editor into feature/mobile-save-sketch
This is done! I just updated it with develop, and it's working fine. Note that it does not have yet a way to rename the sketches from the MobileIDEView header. |
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.
Overall this looks good! I just have one small suggestion, and then I think it makes sense to open another PR with some feedback that the save is happening with the Toast
component.
@@ -0,0 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="-4 -4 32 32" width="24"> |
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.
I don't think you need to add this icon, there's already an icon for this called unsaved-changes-dot.svg
.
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.
This is the little diskette icon that the user presses to save the project. I couldn't find an icon for this. is there one available?
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.
Oh my bad! I got confused and thought this was the unsaved dot icon. All good then :)
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.
Working great for me!
Requires #1528
Part of the Mobile UI project. This branch implements the ability to save sketches on the Mobile IDE, and to persist project state across mobile views. Roadmap:
<Editor />
component and refactor IDE ViewsI have verified that this pull request:
npm run lint
)Fixes #123