mirobot / mirobot-ui

The web application that is used to control Mirobot (http://mirobot.io)
GNU General Public License v2.0
16 stars 14 forks source link

Save programs to local storage #14

Open bjpirt opened 10 years ago

bjpirt commented 10 years ago

It would be nice to be able to save a set of instructions for later use in local storage.

silbo commented 9 years ago

I think this issue is done? https://github.com/bjpirt/mirobot-ui/blob/master/src/builder.js#L122-L128

bjpirt commented 9 years ago

No, this just persists it between page loads. This issue is more about being able to save multiple "files" and reopen them later. I'm currently looking at doing this on apps.mirobot.io with a generic save mechanism that any app can use. I'll then be porting this into the embedded mirobot-ui.

silbo commented 9 years ago

I see ^_^