Skip to content
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

Honor User Settings #10

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open

Commits on Feb 28, 2016

  1. Honor the persisted style in localStorage

    No clue why I have to add the setTimeout 0 that reloads the markup again
    and draws; but it doesn't work without it ¯\_(ツ)_/¯.
    leviwilson committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    59262dd View commit details
    Browse the repository at this point in the history
  2. Consolidate reading from localStorage

    Added the notion of default values for settings so we an have a null
    object pattern for localStorage.getItem.
    leviwilson committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    f46e273 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. Configuration menu
    Copy the full SHA
    b9a6100 View commit details
    Browse the repository at this point in the history