tyhoff / Clock

A Pebble Smartwatch application called Clock - it's just a clock
11 stars 1 forks source link

Refactor how javascript passes settings around #19

Closed scottopell closed 10 years ago

scottopell commented 10 years ago

Basically the webpage saves its own copy of the settings in localstorage, then passes them back on close. The pebble js then takes these and parses them out and stores them into its own localstorage.

Somebody pull and test please. It works on mine, but firebase stopped. I think that's because of other changes I've made though, my branch is dirty.

EDIT: ah shit, I forgot I merged my build-refactor in here.

kirbyk commented 10 years ago

:+1: