kh90909 / OakTerm

Serial terminal for the Digistump Oak over the Particle Cloud
8 stars 2 forks source link

Additional user settings #42

Open emcniece opened 8 years ago

emcniece commented 8 years ago

There are some other interfaces that could benefit from having stored settings:

It may be worth changing the localStorage settings to a more generic abstraction layer at this point. An HTML attribute like [data-setting] could bind a click/change/touch event to the element that would trigger save_settings and store all element data with this particular data attribute.

emcniece commented 8 years ago

Related: https://github.com/kh90909/OakTerm/issues/51