tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

Save settings to localStorage #78

Open Saturate opened 8 years ago

Saturate commented 8 years ago

Would be nice if the settings was persistent, I'm thinking saving ones options in localStorage.

RolfKoenders commented 8 years ago

Would this be ideal? Or say; would it make big improvements? Next time you open the webview its not looking at the config file but only in localStorage? Or do we have to sync to check for changes? In that case we still need to load the config.

Another suggestion would be to change the actual config file with the UI.

Saturate commented 8 years ago

I guess it's a little dated, as the correct way would be just to persist it on the bot. We would do this with WebSockets, and I guess that would make most sense